fix: align TodoWrite memory model with task system docs

This commit is contained in:
Gui-Yue
2026-05-21 23:31:30 +08:00
parent 1baf1aca5a
commit 6d48bc978b
17 changed files with 85 additions and 72 deletions

View File

@@ -118,7 +118,7 @@ That means permission, logging, and audit logic all attach to the same hook poin
S20 keeps two planning layers:
- `todo_write`: lightweight plan for the current session, written to `.tasks/current_todos.json`
- `todo_write`: lightweight plan for the current session, kept in memory
- task graph: cross-session, dependency-aware, claimable task files under `.tasks/task_*.json`
The first keeps a single agent from drifting. The second supports team coordination.