mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
a48a4f6108
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.