mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
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.
1.6 KiB
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 |
相关文档
- Todo 子系统——
todo/write事件载荷、归属规则与TodoItem。 - 生成的工具目录——模型接收的
todo_writeschema。 - 生成的配置目录——每个受支持配置字段。
- todo_write 工具 Agent Note——原始设计及其备选方案。
开发备注
维护者的工作上下文——点击展开
无。