2026-06-29 10:30:52 +08:00
# todo/ — todo / planning capability family
2026-07-26 05:03:53 +08:00
English | [中文 ](README.zh.md )
2026-08-09 15:34:32 +08:00
The model-facing todo capability. It is a single **product ** package because one agent session owns the list; there is no replaceable provider contract.
2026-06-29 10:30:52 +08:00
| Package | Role | ctx key |
|---|---|---|
2026-08-05 12:46:38 +08:00
| [`tool-todo/` ](tool-todo/README.md ) | Stores and exposes the session's todo list. | (registers on `ctx.tools` ) |
2026-06-29 10:30:52 +08:00
2026-08-05 12:46:38 +08:00
The child README owns the tool, persistence, and rendering contract.
2026-08-02 05:54:15 +08:00
The event payload is documented on [docs/subsystems/session.md ](../../docs/subsystems/session.md ).