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 @@ if blocked:
S20 には 2 層の plan がある:
- `todo_write`: current session 用の軽量 plan。`.tasks/current_todos.json` に保
- `todo_write`: current session 用の軽量 plan。メモリに保
- task graph: cross-session、dependency-aware、claimable な task file。`.tasks/task_*.json` に保存。
前者は単独 agent の drift を防ぐ。後者は team coordination の土台になる。