docs(i18n): bring the tool-todo and runtime README Chinese sides along after the master merge

This commit is contained in:
Chinesezjc
2026-07-26 17:11:18 +08:00
parent c5a5a65c67
commit 68d6ed2c9c
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write
README.md: 3615f68953cfe6cdc0e6fc41bf75b8dfdf90a310
README.zh.md: 6a9b817cb5af2c43b8e66100333e46665359eba8
README.zh.md: ee0b99d1b4a444dc0b92217686140f691abf1e2b

View File

@@ -20,7 +20,7 @@
## 渲染
规范结果为 `{ todos, counts: { pending, inProgress, completed } }`;其 Native 渲染器返回精简的更新确认。工具还会写入完整 `todo/write` 会话事件。UI 订阅事件流,并自行渲染该持久列表[TUI 应用](../../examples/tui-demo)将其显示为持久计划。
规范结果为 `{ todos, counts: { pending, inProgress, completed } }`;其 Native 渲染器返回精简的更新确认。工具还会写入完整 `todo/write` 会话事件。UI 订阅事件流,并自行渲染该持久列表[TUI 应用](../../examples/tui-demo)将其显示为持久计划[web 客户端](../../client/ui-conversation)则基于 `ConversationSnapshot.todos` 渲染计划条和专属工具行([Agent Note](../../../.agents/notes/implemented/feature/2026-07-23-web-todo-display.md)
## 导出形状