Files
deepseek-harness/packages/todo/README.zh.md
T
Tianyi Cui a7a5be1703 docs(notes): archive low-future-value Agent Notes
Run the dsh-archive-agent-notes audit over every active Agent Note on
current master, judging each record by whether its rationale still guides
work rather than by size or age.

- Archive 453 implemented bilingual triplets (417,882 English words):
  completed UI chrome, narrow adapters, closed bug fixes, implementation
  walkthroughs whose package READMEs, docs pages, generators, or successor
  notes now carry the useful behavior, and 51 records fully superseded by
  a later active note. Keep 201 implemented notes whose ownership rules,
  negative guarantees, durable or wire semantics, security rules,
  reintroduction conditions, or still-tempting rejected alternatives
  remain useful.
- Reject 7 proposals whose premise is gone or whose work shipped in
  amended form under other records; delete 2 rejected notes that no
  longer prevent a plausible mistake.
- Retarget every remaining inbound link to the archived path, and repair
  active prose that named an archived record as the owner of a live fact:
  parenthetical citations drop, ownership sentences redirect to the
  README, docs page, or active note that states the fact, and history
  citations say so. Chinese files link the English archived path because
  the pairing gate treats the frozen tree as outside the bilingual corpus.
- Seal 1,359 new frozen artifacts; existing seals are unchanged and
  outbound links from archived notes are neither inspected nor repaired.
- Regenerate docs/config-catalog.md after the hook-bridge comment edits
  shifted two source line numbers.
2026-09-05 14:37:32 +08:00

1.6 KiB

description, kind
description kind
todo 组地图:基于会话日志的模型侧 todo_write 工具,供浏览本组的用户与维护者阅读。 package-group

packages/todo

English | 中文

概述

todo 组为 agent 提供可用于规划的会话级任务列表:添加任务、标记进行中、逐项完成,同一份列表跨轮次、跨重新打开的会话持续存在。它只包含一个产品包,提供 todo_write 工具;列表属于创建它的 agent 会话,每次更新都会整体替换。交互式宿主会从列表展示当前计划,组本身不附带任何 UI。

目录


职责 ctx 键
tool-todo 让 agent 维护会话任务列表:规划任务、更新状态、跟踪进度 注册到 ctx.tools

相关文档


开发备注

维护者的工作上下文——点击展开

无。