Files
deepseek-harness/packages/todo
Tianyi Cui a2d0f7f411 refactor: apply repository naming contract
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
2026-08-13 00:54:38 +08:00
..

todo/ — todo / planning capability family

English | 中文

The model-facing todo capability. It is a single product package because one agent session owns the list; there is no replaceable provider contract.

Package Role ctx key
tool-todo/ Stores and exposes the session's todo list. (registers on ctx.tools)

The child README owns the tool, persistence, and rendering contract.

The event payload is documented on docs/subsystems/session.md.