docs(i18n): include complete proofreading corpus

This commit is contained in:
xjt
2026-08-12 12:30:19 +08:00
parent 7b450d121e
commit 4806d94715
884 changed files with 2546 additions and 2547 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 packages/self-modification/README.md
README.md: 1a09693e76291eee1b34c152dbd106226a02f468
README.zh.md: 09c34c18b66803c544d7a572820c2001405fb6dd
README.zh.md: ad485e78fef89ba3b2f3f7db84f1ba526dffc358

View File

@@ -1,9 +1,9 @@
# self-modification/:agent 修改自身运行时
# self-modification/:agent(智能体)修改自身运行时
[English](README.md) | 中文
agent 修改自身运行时:检查已加载的插件与服务接口、挂载模型编写的插件并再次 dispose。该组是未来自我修改类包的落点。设计居所:[工具集 Agent Note](../../.agents/notes/implemented/feature/2026-07-08-self-referential-cordis-toolset.md)。
| 包(package) | 角色 | ctx 键 |
| 包 | 角色 | ctx 键 |
|---|---|---|
| [`tool-cordis/`](tool-cordis/README.md) | `cordis_inspect`/`cordis_mount`/`cordis_unmount` 工具:读取当前进程运行时,并在一个自有分组 fiber 下管理内存中的临时插件 | 注册到 `ctx.tools` |