Files
Daniel Avila a48a4f6108 feat(components): DoorDash CLI suite - 5 skills, 4 hooks, 5 commands (#739)
Adds a 'doordash' category of components built on doordash-oss/doordash-cli
(dd-cli), focused on what plain prompting cannot deliver: persistent state,
deterministic enforcement, and multi-person coordination.

- dd-order-playbooks: named saved orders with mandatory cart-diff on recall
- dd-spend-guard: budget caps enforced by dd-guard.sh wrapper + PreToolUse
  hook denying bypasses (per-order/daily/weekly/monthly, cooldown, hours)
- dd-allergy-shield: persistent dietary profile, vetted-cart dumps re-grepped
  by a deterministic checkout gate for anaphylaxis-tier allergens
- dd-group-orders: team roster, person-to-cart-item-id ledger, cost split,
  payer rotation, live allergen re-check at group checkout
- dd-order-ledger: PostToolUse audit log (secrets stripped) + /dd-report

All hook/wrapper scripts behaviorally tested with stubs (block/allow paths,
staleness state machine, attribution, secret stripping). Real-binary testing
pending on Apple Silicon (dd-cli is darwin-arm64 only).

Also: cloudflare-pages-deployment-monitor statusline (self-contained bash,
env-based config) and a testing-gate step in the component workflow docs.
2026-07-19 14:00:11 -04:00
..