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-05 12:46:38 +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 seam.
|
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.
|