docs: fix v2 checklist accuracy — pre-agent scripts, typing, stubs

- 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) <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-04-09 13:54:54 +03:00
parent e2dbc35a15
commit 69939b7774
+4 -3
View File
@@ -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