Claude/happy wright 47 d wo#254
Open
urfanazad wants to merge 6 commits into
Open
Conversation
mktemp -t <prefix> is macOS-only; on Linux it requires at least 3 X's in the template. Replace both calls in deploy-managed-agent.sh with mktemp /tmp/<prefix>.XXXXXX which works on both platforms. Fixes test-cookbooks.sh (all 10 cookbooks now pass the dry-run check). https://claude.ai/code/session_012C1Dhy6epTGtXRToTS4xrr
Partial commit — background agent still building remaining agent plugins and managed-agent cookbooks for supplier-order-agent, pos-reconciler, and inventory-monitor. https://claude.ai/code/session_012C1Dhy6epTGtXRToTS4xrr
- Rewrite pos-pull skill with Sapaad-specific API (GET /api/v1/reports/daily-sales, branch-based, Bearer auth via SAPAAD_API_KEY, AED/SAR/GBP amounts) - Drop generic Square/Toast/Lightspeed mappings — Sapaad only - Add sales-reconcile, shortfall-alert, stock-check skills to fnb-ops vertical - Add agent plugin stubs: pos-reconciler, supplier-order-agent, inventory-monitor https://claude.ai/code/session_012C1Dhy6epTGtXRToTS4xrr
… Coffee Shops F&B Three new agents covering the gaps in the coffee shop ops flow: supplier-order-agent - Sends WhatsApp purchase orders to suppliers via WhatsApp Business MCP - Tracks delivery confirmations (reader subagent isolates untrusted messages) - MCP: whatsapp-business (WHATSAPP_MCP_URL), supplier-catalog (SUPPLIER_CATALOG_MCP_URL) - Skills: whatsapp-order, delivery-tracker pos-reconciler - Pulls Sapaad POS daily sales report (SAPAAD_API_KEY) - Reconciles POS totals vs cash-up sheets per branch - reader + critic + resolver pattern matching gl-reconciler - MCP: pos-system (POS_MCP_URL) - Skills: pos-pull (Sapaad-specific), sales-reconcile inventory-monitor - Monitors stock levels vs par across all locations - Ranks shortfalls CRITICAL/HIGH/MEDIUM; emits handoff_request to supplier-order-agent - MCP: inventory-system (INVENTORY_MCP_URL) - Skills: stock-check, shortfall-alert Also: - fnb-ops vertical plugin with all 6 skills (source of truth) - 57 bundled skill dirs synced into agent plugins - marketplace.json updated with 3 new entries - check.py: 100 files, 0 issues - test-cookbooks.sh: 13/13 cookbooks green Agent chain for coffee shop ops: inventory-monitor → supplier-order-agent (low stock → reorder) pos-reconciler → month-end-closer (daily sales → month-end) month-end-closer → gl-reconciler (journals → recon) gl-reconciler → statement-auditor (breaks → audit) https://claude.ai/code/session_012C1Dhy6epTGtXRToTS4xrr
Author
|
hi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.