docs(i18n): reconcile source-drifted translations

This commit is contained in:
xjt
2026-08-09 10:24:11 +08:00
parent bd659179f6
commit 5d46c11784
102 changed files with 165 additions and 165 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/skill/README.md
README.md: cd606e778335249bf8ecc876d3b1a4e5feb79448
README.zh.md: 4db7e2524596f4c62144ec7eabe7c6af63e2e270
README.zh.md: ec43a531033799e5e5e920c1b2212f39a5699e81

View File

@@ -11,6 +11,6 @@
| [`skill-local/`](skill-local/README.md) | 从本地文件系统发现 skill | 注册到 `ctx.skills` |
| [`tool-skill/`](tool-skill/README.md) | 发布 skill 目录和面向模型的 loader | 注册到 `ctx.tools` |
该能力位于核心控制主干之外,可以使用本地、嵌入式或远程提供方,而无需更改面向模型的约。
该能力位于核心控制主干之外,可以使用本地、嵌入式或远程提供方,而无需更改面向模型的约
子系统参考——发现优先级、目录快照、`skill` 加载器——见 [docs/subsystems/skills.md](../../docs/subsystems/skills.md)。