diff --git a/docs/v2-checklist.md b/docs/v2-checklist.md index 86c8b45..b5c1196 100644 --- a/docs/v2-checklist.md +++ b/docs/v2-checklist.md @@ -262,6 +262,7 @@ Container skills live inside agent containers at runtime (`container/skills/`) a - [ ] register_group from inside agent - [ ] reset_session from inside agent +- [ ] Delivery failures should round-trip back to the agent as system messages so it can decide how to recover (retry as plain text, simplify, give up), with a hard retry cap + poison-pill backstop in delivery.ts to keep the queue healthy ## Integrations