Files
deepseek-harness/packages/todo
Chinesezjc 0427799cdb docs(todo): sync Chinese README pair with parallel in_progress change
Master made bilingual pairing universal and added the tool-todo README
pair; bring the Chinese side in line with this branch's validation and
stable-failure edits and re-record the pairing hashes.
2026-07-26 16:37:09 +08:00
..
2026-07-26 05:06:39 +08:00
2026-07-26 05:06:39 +08:00

todo/ — todo / planning capability family

English | 中文

The model-facing todo tool. A single product package — there is no interface/implementation seam here, because the list is single-owner session state (one agent session owns its own list), not a swappable capability.

Package Role ctx key
tool-todo/ Model-facing todo_write tool; writes the whole list to the session log (todo/write) (registers on ctx.tools)

The list lives on the event-sourced session log (SessionEventMap['todo/write'], owned by dsh-session); this package is the thin consumer that appends the snapshot. UIs such as the TUI app and the host/client runtime render the durable list from session events.