From 2376c88aaf23fcf0c83439ae8b853c3f4bc56d1a Mon Sep 17 00:00:00 2001 From: Koshkoshinsk Date: Sun, 12 Apr 2026 13:31:29 +0000 Subject: [PATCH] docs(v2): add delivery-failure-feedback to system actions checklist --- docs/v2-checklist.md | 1 + 1 file changed, 1 insertion(+) 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