docs(i18n): standardize reviewed README headings

This commit is contained in:
xjt
2026-07-29 20:16:45 +08:00
parent e1481e2d98
commit de0348bd9e
78 changed files with 101 additions and 101 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/sdk/create-sdk/README.md
README.md: aa09236832a50abdcd2b158e0561db26bce19cf6
README.zh.md: fa4fc7c25614e96615116ac486569ea0b7eecfdd
README.zh.md: a4685e66bc3eb7924dd247a7b6b420f6bcc70990

View File

@@ -20,6 +20,6 @@
不会直接导致 KV Cache 失效;由具名消费方负责请求前缀变更。
## 已知限制与暂缓工作
## 已知限制与暂缓事项
- **无头本地插件**:无头 spec 会提供项目答案和功能方案;目前还不能在 spec 中表达本地插件脚手架(交互式 noneplugintool 选择),默认使用 none。

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/sdk/helper/README.md
README.md: 8c6ed9e87be0a97af67849793edb7fa30ffb33ab
README.zh.md: 81275d08670d56c95e1d224601545861768ea9fe
README.zh.md: e8844aab14dd0494144251de5e0a9f5cfcaf37be

View File

@@ -24,6 +24,6 @@
无;此包既不组装也不发送提供方请求。
## 已知限制与暂缓工作
## 已知限制与暂缓事项
- **提交不具备跨文件事务性**:每次写入前都会检测外部修改,但后续失败不会回滚已经写入的文件。

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/sdk/scripts/README.md
README.md: 9a696bf5a4de9a80f0741f07a7e753733bc2f998
README.zh.md: f209ef753bb63fd576d4579aadc28b5bee26e4a4
README.zh.md: cf9fc2cbbe467eb86e89d9eb77e9bc34860b5a3a

View File

@@ -32,6 +32,6 @@
不会直接导致 KV Cache 失效;由具名消费方负责请求前缀变更。
## 已知限制与暂缓工作
## 已知限制与暂缓事项
- **启动器参数没有 schema**`start``dev` 会保留 Node `parseArgs()` 输出,而不会验证项目专用标志。

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/sdk/sdk-client/README.md
README.md: 3ac4de540401f6f40dab3e84f7005f91d024aee8
README.zh.md: 0f076c7cfbe75447ce997ce3ce4394dc67a60862
README.zh.md: 95fb6b2887a7bc748a610f7fedae4be1aa2af623

View File

@@ -43,7 +43,7 @@ console.log(result.status, result.finalResponse)
无;本包既不组装也不发送提供方请求。
## 已知限制与暂缓工作
## 已知限制与暂缓事项
- **无捆绑运行时解析**——调用方显式指定运行时可执行文件;打包可执行文件的发现留在 Python 侧,直到出现 TypeScript 发行版消费方。
- **无轮次中取消**——协议层没有提示词取消方法;放弃轮次意味着关闭运行时(见协议的 [已知限制](../sdk-protocol/README.md))。

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/sdk/sdk-protocol/README.md
README.md: 62b26d4a82d358fa4efcb7ab84036e5f4848057f
README.zh.md: 0af56e689035b1d95c589e62c9ee909aef295738
README.zh.md: 11677c6119c7da407d95ee38ad9f8f7a552c15de

View File

@@ -32,7 +32,7 @@ DeepSeek Harness SDK 运行时的共享协议格式wire format一个按
无;此包既不组装也不发送提供方请求。
## 已知限制与暂缓工作
## 已知限制与暂缓事项
- **无协议版本协商**——握手只携带 `serverInfo.version``0.0.1`,客户端不校验);处于预发布阶段,无兼容承诺。
- **无取消与会话关闭方法**——客户端放弃轮次的方式是关闭运行时进程;见 [`dsh-jsonrpc` README](../../ui/jsonrpc/README.md)。

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/sdk/telemetry/README.md
README.md: 1d33915f36e0af10eedac5f9ab34f2534268a327
README.zh.md: 21f241f41f625c9f60773a8c8d49e567729ecc8f
README.zh.md: d71aa36be66a250056dd20a1ca9a88836b28c184

View File

@@ -24,7 +24,7 @@ Consent 由 `cordis.yml` 中的 telemetry 配置项承载,因此禁用 telemet
无;此包既不组装也不发送提供方请求。
## 已知限制与暂缓工作
## 已知限制与暂缓事项
- **占位端点**`DSH_TELEMETRY_ENDPOINT` 指向 `.invalid`,直到设置真实端点。
- **脱敏依赖启发式规则**:这只是保守后备,不是保证;密钥应存放于 `.env`,而该文件绝不会被读取或上报。