From 69939b7774a6e0fd4043b5e002cac3770dda0fd3 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Thu, 9 Apr 2026 13:54:54 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20v2=20checklist=20accuracy=20?= =?UTF-8?q?=E2=80=94=20pre-agent=20scripts,=20typing,=20stubs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Pre-agent scripts: [~] → [ ] (formatter references scriptOutput but no execution logic exists) - Add typing indicator as completed (triggerTyping in router) - Remove "stub exists" from register_group/reset_session (no stubs found) Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/v2-checklist.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/v2-checklist.md b/docs/v2-checklist.md index ea1d717..25437e6 100644 --- a/docs/v2-checklist.md +++ b/docs/v2-checklist.md @@ -70,6 +70,7 @@ Status: [x] done, [~] partial, [ ] not started - [x] Session resolution (shared vs per-thread modes) - [x] Message writing to session DB with seq numbering - [x] Container waking on new message +- [x] Typing indicator triggered on message route - [~] Trigger rule matching (router picks highest-priority agent, regex/mention matching TODO) ## Rich Messaging @@ -104,7 +105,7 @@ Status: [x] done, [~] partial, [ ] not started - [x] Recurring tasks via cron expressions - [x] Host sweep picks up due messages and advances recurrence - [x] Scheduled outbound messages (no container wake needed) -- [~] Pre-agent scripts (task kind with script field, documented but not verified) +- [ ] Pre-agent scripts (formatter references scriptOutput but no execution logic) ## Permissions and Approval Flows @@ -152,8 +153,8 @@ Status: [x] done, [~] partial, [ ] not started ## System Actions -- [ ] register_group from inside agent (stub exists) -- [ ] reset_session from inside agent (stub exists) +- [ ] register_group from inside agent +- [ ] reset_session from inside agent ## Integrations