mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-06-21 04:33:36 +08:00
fix: align TodoWrite memory model with task system docs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user