dsh-plugin-guide 0.3.8 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/{README.es.md → README-es.md} +2 -2
  2. package/{README.hi.md → README-hi.md} +2 -2
  3. package/{README.pt.md → README-pt.md} +2 -2
  4. package/{README.zh.md → README-zh.md} +2 -2
  5. package/README.md +2 -2
  6. package/dist/dsh-plugin-dev.js +4 -4
  7. package/guide/links.md +1 -1
  8. package/guide/release-engineering.md +31 -2
  9. package/guide/release-engineering.zh-CN.md +31 -2
  10. package/package.json +7 -7
  11. package/references/harness-repo.md +2 -2
  12. package/references/official-docs/README.i18n.yaml +1 -1
  13. package/references/official-docs/README.md +1 -1
  14. package/references/official-docs/SNAPSHOT.md +1 -1
  15. package/references/official-docs/docs/architecture.zh.md +2 -2
  16. package/references/official-docs/docs/cookbook/adding-a-settings-card.zh.md +1 -1
  17. package/references/official-docs/docs/cookbook/adding-a-tool.zh.md +2 -2
  18. package/references/official-docs/docs/cookbook/adding-an-llm-adapter.zh.md +1 -1
  19. package/references/official-docs/docs/cookbook/extension-cookbook.zh.md +2 -2
  20. package/references/official-docs/docs/deepseek-llm-api-wire-extensions.zh.md +4 -4
  21. package/references/official-docs/docs/development.zh.md +3 -3
  22. package/references/official-docs/docs/i18n/README.i18n.yaml +1 -1
  23. package/references/official-docs/docs/i18n/README.md +1 -1
  24. package/references/official-docs/docs/i18n/style-samples.md +1 -1
  25. package/references/official-docs/docs/i18n/translation-prompt.md +4 -4
  26. package/references/official-docs/docs/i18n/translation-rules.zh.md +2 -2
  27. package/references/official-docs/docs/postmortem/README.i18n.yaml +1 -1
  28. package/references/official-docs/docs/postmortem/README.md +1 -1
  29. package/references/official-docs/docs/postmortem/README.zh.md +1 -1
  30. package/references/official-docs/docs/subsystems/README.i18n.yaml +1 -1
  31. package/references/official-docs/docs/subsystems/README.md +1 -1
  32. package/references/official-docs/docs/subsystems/agent-team.zh.md +1 -1
  33. package/references/official-docs/docs/subsystems/client-modules.zh.md +2 -2
  34. package/references/official-docs/docs/subsystems/commands.zh.md +1 -1
  35. package/references/official-docs/docs/subsystems/compaction.zh.md +2 -2
  36. package/references/official-docs/docs/subsystems/conversation.zh.md +1 -1
  37. package/references/official-docs/docs/subsystems/core.zh.md +3 -3
  38. package/references/official-docs/docs/subsystems/extensions.zh.md +1 -1
  39. package/references/official-docs/docs/subsystems/filesystem.zh.md +1 -1
  40. package/references/official-docs/docs/subsystems/goal.zh.md +1 -1
  41. package/references/official-docs/docs/subsystems/invariants.zh.md +2 -2
  42. package/references/official-docs/docs/subsystems/jobs.zh.md +1 -1
  43. package/references/official-docs/docs/subsystems/llm-streaming.zh.md +2 -2
  44. package/references/official-docs/docs/subsystems/permission-presets.zh.md +1 -1
  45. package/references/official-docs/docs/subsystems/plan.zh.md +2 -2
  46. package/references/official-docs/docs/subsystems/sandbox.zh.md +2 -2
  47. package/references/official-docs/docs/subsystems/schedule.zh.md +2 -2
  48. package/references/official-docs/docs/subsystems/scope.zh.md +1 -1
  49. package/references/official-docs/docs/subsystems/session-projection.zh.md +1 -1
  50. package/references/official-docs/docs/subsystems/session-telemetry.zh.md +2 -2
  51. package/references/official-docs/docs/subsystems/session.zh.md +1 -1
  52. package/references/official-docs/docs/subsystems/shell.zh.md +1 -1
  53. package/references/official-docs/docs/subsystems/slots.zh.md +1 -1
  54. package/references/official-docs/docs/subsystems/storage.zh.md +2 -2
  55. package/references/official-docs/docs/subsystems/subprocess.zh.md +1 -1
  56. package/references/official-docs/docs/subsystems/system-prompt.zh.md +1 -1
  57. package/references/official-docs/docs/subsystems/todo.zh.md +1 -1
  58. package/references/official-docs/docs/subsystems/web-client.zh.md +3 -3
  59. package/references/official-docs/docs/subsystems/web-server.zh.md +1 -1
  60. package/references/official-docs/docs/subsystems/workflow.zh.md +2 -2
  61. package/references/official-docs/docs/testing.zh.md +1 -1
  62. package/references/official-docs/docs/user/develop/basic/index.zh.md +1 -1
  63. package/references/official-docs/docs/user/develop/basic/publish.zh.md +3 -3
  64. package/references/official-docs/docs/user/develop/practice/dynamic-cordis.zh.md +2 -2
  65. package/references/official-docs/docs/user/guide/index.zh.md +2 -2
  66. package/references/official-docs/docs/user/guide/mcp-memory.zh.md +1 -1
  67. package/references/official-docs/docs/user/guide/providers.zh.md +2 -2
  68. package/references/official-docs/docs/user/guide/python-sdk.zh.md +1 -1
  69. package/references/official-docs/docs/web-styling.zh.md +1 -1
  70. package/references/official-docs/packages/README.md +1 -1
  71. package/references/sources.md +2 -2
  72. package/references/website-pages.md +2 -2
  73. package/scripts/check-readme-sync.mjs +4 -4
  74. package/scripts/sync-official-docs.ps1 +4 -4
  75. package/scripts/verify-artifacts.mjs +1 -1
  76. package/scripts/verify-kit.ps1 +2 -2
  77. /package/templates/js/{README.es.md → README-es.md} +0 -0
  78. /package/templates/js/{README.hi.md → README-hi.md} +0 -0
  79. /package/templates/js/{README.pt.md → README-pt.md} +0 -0
  80. /package/templates/js/{README.zh.md → README-zh.md} +0 -0
  81. /package/templates/ts/{README.es.md → README-es.md} +0 -0
  82. /package/templates/ts/{README.hi.md → README-hi.md} +0 -0
  83. /package/templates/ts/{README.pt.md → README-pt.md} +0 -0
  84. /package/templates/ts/{README.zh.md → README-zh.md} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  [English](index.md) | 中文
4
4
 
5
- 请先按照[根目录 README](../../../README.zh.md#run) 中的说明启动 Web UI;命令会打印其访问地址。本指南从服务器已经运行的状态开始。`dsh` 进程会把启动时所在的目录作为默认文件系统位置;全新的 Web UI 则不会选中任何工作区,你需要添加一个工作区。
5
+ 请先按照[根目录 README](../../../README-zh.md#run) 中的说明启动 Web UI;命令会打印其访问地址。本指南从服务器已经运行的状态开始。`dsh` 进程会把启动时所在的目录作为默认文件系统位置;全新的 Web UI 则不会选中任何工作区,你需要添加一个工作区。
6
6
 
7
7
  ## 配置模型
8
8
 
@@ -26,5 +26,5 @@ Agent(智能体)可以读取和编辑工作区文件、运行命令、委派
26
26
 
27
27
  - [配置模型](./providers.zh.md)
28
28
  - [使用 Python SDK](./python-sdk.zh.md)
29
- - [使用其他 CLI 模式](../../../apps/cli/README.zh.md)
29
+ - [使用其他 CLI 模式](../../../apps/cli/README-zh.md)
30
30
  - [开发插件](../develop/basic/index.zh.md)
@@ -2,7 +2,7 @@
2
2
 
3
3
  [English](mcp-memory.md) | 中文
4
4
 
5
- 这三份**默认关闭的参考配置**通过 [`@deepseek-ai/dsh-mcp-client`](../../../packages/mcp/mcp-client/README.zh.md) 将一个记忆系统连接到 DSH。请选择其中一份,或复制相同的通用 MCP 配置项来连接其他服务器。
5
+ 这三份**默认关闭的参考配置**通过 [`@deepseek-ai/dsh-mcp-client`](../../../packages/mcp/mcp-client/README-zh.md) 将一个记忆系统连接到 DSH。请选择其中一份,或复制相同的通用 MCP 配置项来连接其他服务器。
6
6
 
7
7
  这些第三方配置仅作为互操作参考;收录不代表 DeepSeek 的认可、推荐、合作关系或持续支持承诺。
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  [English](providers.md) | 中文
4
4
 
5
- 本指南假定你已按照[根 README](../../../README.zh.md#run)启动 Web UI。模型变更会在下一次请求时生效,不需要重启服务器。
5
+ 本指南假定你已按照[根 README](../../../README-zh.md#run)启动 Web UI。模型变更会在下一次请求时生效,不需要重启服务器。
6
6
 
7
7
  ## 配置 DeepSeek
8
8
 
@@ -40,7 +40,7 @@ Provider ID 是永久的,因为请求、已保存会话、模型默认值和
40
40
 
41
41
  ## 进阶配置
42
42
 
43
- 自动生成的[插件配置目录](../../config-catalog.zh.md)列出每个插件的所有受支持字段与默认值;[`dsh-llm-pi-ai`](../../config-catalog.zh.md#deepseek-aidsh-llm-pi-ai) 就是本页所配置的那个提供方段落。[`dsh-llm-pi-ai`](../../../packages/llm/llm-pi-ai/README.zh.md) 和 [`dsh-llm-deepseek`](../../../packages/llm/llm-deepseek/README.zh.md) 参考文档负责直接 `settings.yaml` 配置、目录解析、推理控制、凭据与适配器错误。
43
+ 自动生成的[插件配置目录](../../config-catalog.zh.md)列出每个插件的所有受支持字段与默认值;[`dsh-llm-pi-ai`](../../config-catalog.zh.md#deepseek-aidsh-llm-pi-ai) 就是本页所配置的那个提供方段落。[`dsh-llm-pi-ai`](../../../packages/llm/llm-pi-ai/README-zh.md) 和 [`dsh-llm-deepseek`](../../../packages/llm/llm-deepseek/README-zh.md) 参考文档负责直接 `settings.yaml` 配置、目录解析、推理控制、凭据与适配器错误。
44
44
 
45
45
  ::: tip 表单刻意保持精简
46
46
  模型页只开放让一条路由得以存在的字段:API 密钥、显示名称、API 地址、API 协议,以及每个模型的 ID、显示名称、上下文窗口和最大输出 token 数。其余所有字段——推理等级、图片输入、请求兼容性开关、请求头、超时、重试策略——都在 `$DSH_HOME/settings.yaml` 中设置,也就是模型页写入的同一份文档。可以直接编辑它;浏览器与服务器在同一台机器时,也可以点击设置页顶部的**打开配置文件**打开它。适配器会在下一次请求时重新读取,无需重启任何东西。下面各小节介绍多数网关会用到的字段。
@@ -147,4 +147,4 @@ dsh plugin --profile sdk-minimal add file:C:/work/my-plugin-bundle
147
147
 
148
148
  需要隔离 profile、插件、凭据、设置与会话时,应使用新的 home。独立工作应使用新的 session id;只有继续同一段持久对话和会话资源时,才同时复用 harness、home 与 id。
149
149
 
150
- [组合包参考](../../../packages/bundle/sdk-minimal/README.zh.md)定义确切配置树,[示例参考](../../../python/sdk/examples/README.zh.md)定义可运行程序。[Python SDK 参考](../../../python/sdk/README.zh.md)介绍生命周期、结果、通知与底层行为;[dsh CLI 参考](../../../apps/cli/reference/README.zh.md)介绍 profile 分层。
150
+ [组合包参考](../../../packages/bundle/sdk-minimal/README-zh.md)定义确切配置树,[示例参考](../../../python/sdk/examples/README-zh.md)定义可运行程序。[Python SDK 参考](../../../python/sdk/README-zh.md)介绍生命周期、结果、通知与底层行为;[dsh CLI 参考](../../../apps/cli/reference/README-zh.md)介绍 profile 分层。
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## 职责归属
8
8
 
9
- [`ui-theme`](../packages/client/ui-theme/README.zh.md) 负责 `--dsw-*` 静态色阶、语义别名、排版、动效、渐变、阴影、滚动条样式以及明暗主题偏好。[`ui-layout`](../packages/client/ui-layout/README.zh.md) 将解析后的主题快照应用到文档。功能包使用语义别名,不得另行定义全局主题。
9
+ [`ui-theme`](../packages/client/ui-theme/README-zh.md) 负责 `--dsw-*` 静态色阶、语义别名、排版、动效、渐变、阴影、滚动条样式以及明暗主题偏好。[`ui-layout`](../packages/client/ui-layout/README-zh.md) 将解析后的主题快照应用到文档。功能包使用语义别名,不得另行定义全局主题。
10
10
 
11
11
  全局样式表归 `ui-theme/src/styles/` 所有。组件样式以 CSS Modules 形式放在组件旁。当某个值属于该组件的布局或呈现约定时,组件可以定义局部自定义属性;共享颜色、排版、层级和动效属于主题包。
12
12
 
@@ -5,7 +5,7 @@ kind: "package-group"
5
5
 
6
6
  # Packages
7
7
 
8
- English | [中文](README.zh.md)
8
+ English | [中文](README-zh.md)
9
9
 
10
10
  ## Summary
11
11
 
@@ -34,7 +34,7 @@
34
34
  ## C. 本地 checkout 文档副本(references/official-docs/)
35
35
 
36
36
  - `docs/**`(215 个 md,含全部 `.zh.md` 双语对)— 教程/架构/子系统/API/cookbook 全量
37
- - 仓库根文件(**2026-08-14 晚新增**):`AGENTS.md`、`CLAUDE.md`(上游为 symlink→AGENTS.md,副本存其目标文本)、`BENCHMARK.md`、`CONTRIBUTING.md`/`.zh.md`/`.i18n.yaml`、`README.zh.md`/`.i18n.yaml`、`THIRD_PARTY_NOTICES.md`、`LICENSE`
37
+ - 仓库根文件(**2026-08-14 晚新增**):`AGENTS.md`、`CLAUDE.md`(上游为 symlink→AGENTS.md,副本存其目标文本)、`BENCHMARK.md`、`CONTRIBUTING.md`/`.zh.md`/`.i18n.yaml`、`README-zh.md`/`.i18n.yaml`、`THIRD_PARTY_NOTICES.md`、`LICENSE`
38
38
  - `packages/AGENTS.md` · `packages/README.md` · `vendor/README.md`
39
39
  - `website-docs.ts`(站点投影清单)
40
40
  - 上游英文 `README.md` 不进入本目录(与 KB 索引同名),线上快照在 `downloads/github/harness/README.md`
@@ -130,7 +130,7 @@
130
130
 
131
131
  本项目同时改造为可安装的 DSH bundle(`package.json#dsh.bundle` + 根 `cordis.patch.yml` + `index.js` 注册 `dsh-plugin-guide` 技能),并按各收录入口的专属规则投递:
132
132
 
133
- - 榜单 PR:awesome-dsh-plugin [PR #465](https://github.com/awesome-dsh-plugin/awesome-dsh-plugin/pull/465)(README.md/README.zh.md Skills 各 +1 行;#461 因 fork 分支被共享 fork 覆盖而自动关闭,已由 #465 取代)、AdamPlatin123/awesome-dsh-plugins [PR #151](https://github.com/AdamPlatin123/awesome-dsh-plugins/pull/151)(PLUGINS.md「🎓 技能」表 +1 行,运行级如实填「待测」)、0xsline/awesome-deepseek-harness [PR #183](https://github.com/0xsline/awesome-deepseek-harness/pull/183)(README.md/README.zh-CN.md Infrastructure & Development 各 +1)、bruc3van/awesome-dsh-plugin [PR #42](https://github.com/bruc3van/awesome-dsh-plugin/pull/42)(作者自荐区中英各 +1 行,`validate-curated.mjs` 本地通过)。
133
+ - 榜单 PR:awesome-dsh-plugin [PR #465](https://github.com/awesome-dsh-plugin/awesome-dsh-plugin/pull/465)(README.md/README-zh.md Skills 各 +1 行;#461 因 fork 分支被共享 fork 覆盖而自动关闭,已由 #465 取代)、AdamPlatin123/awesome-dsh-plugins [PR #151](https://github.com/AdamPlatin123/awesome-dsh-plugins/pull/151)(PLUGINS.md「🎓 技能」表 +1 行,运行级如实填「待测」)、0xsline/awesome-deepseek-harness [PR #183](https://github.com/0xsline/awesome-deepseek-harness/pull/183)(README.md/README.zh-CN.md Infrastructure & Development 各 +1)、bruc3van/awesome-dsh-plugin [PR #42](https://github.com/bruc3van/awesome-dsh-plugin/pull/42)(作者自荐区中英各 +1 行,`validate-curated.mjs` 本地通过)。
134
134
  - DSH Hub Workshop(omdsh-dev):`package.json#dshWorkshop`(`omdsh-workshop-package/v1`)已提交(固定 commit `9447366f63a02229031af1e0bed2afedeff44860`);v2 投稿经 `scripts/intake.mjs validate` 通过("submission accepted for pending review");申请 [Issue #20](https://github.com/omdsh-dev/dsh-hub-workshop/issues/20),pending-review 审核 PR 由 hub 自动化生成(异步)。
135
135
  - 官方展示:deepseek-harness Discussions [Show and tell #1824](https://github.com/deepseek-ai/deepseek-harness/discussions/1824)。
136
136
  - 自动聚合(预期延迟,复核命令):Oh-My-DSH `PLUGINS.md`(每 4 小时)、wangshunnn/oh-my-dsh `registry/plugins.json`(根 package.json 已声明 `dsh.bundle.patch`)、YELEBAI/dsh-plugin-marketplace `registry/plugins.json`(每 2 小时扫描 + manifest 验证)、AdamPlatin123 雷达(≤8 小时)、bruc3van 每日快照、dshfind 与 Noob-stupid/yyyyukari(topic 实时聚合,无需动作)。复核:`curl -s https://raw.githubusercontent.com/<repo>/main/<文件> | grep dsh-plugin-guide`(本机直连 raw 失败时经 api.github.com/contents 取)。
@@ -623,7 +623,7 @@
623
623
  ### 5.3 GitHub 仓库文档源文件(web_search 命中,均在 `github.com/deepseek-ai/deepseek-harness`)
624
624
 
625
625
  - `https://github.com/deepseek-ai/deepseek-harness`(主仓库)
626
- - `https://github.com/deepseek-ai/deepseek-harness/blob/master/README.md` / `README.zh.md`
626
+ - `https://github.com/deepseek-ai/deepseek-harness/blob/master/README.md` / `README-zh.md`
627
627
  - `https://github.com/deepseek-ai/deepseek-harness/blob/master/docs/architecture.md` / `.zh.md`
628
628
  - `.../docs/development.md` / `.zh.md`
629
629
  - `.../docs/cordis-primer.md` / `.zh.md`
@@ -634,7 +634,7 @@
634
634
  - `.../docs/user/guide/index.md`
635
635
  - `.../docs/user/develop/basic/index.md`、`config.md`、`publish.md`
636
636
  - `.../packages/mcp/mcp-client/README.md`、`.../packages/llm/llm-deepseek/README.md`、`.../packages/llm/llm-pi-ai/README.md`、`.../packages/bundle/base/README.md`、`.../packages/README.md`、`.../packages/skill/SKILL.md`、`.../packages/hooks/hooks-codex/README.md`
637
- - `.../apps/cli/reference/README.zh.md`
637
+ - `.../apps/cli/reference/README-zh.md`
638
638
 
639
639
  ### 5.4 第三方报道 / 生态(web_search 命中,非官方,内容 [unverified])
640
640
 
@@ -10,10 +10,10 @@ import { fileURLToPath } from 'node:url'
10
10
  const root = path.dirname(path.dirname(fileURLToPath(import.meta.url)))
11
11
  const LANGUAGES = [
12
12
  ['README.md', 'en'],
13
- ['README.zh.md', 'zh'],
14
- ['README.es.md', 'es'],
15
- ['README.pt.md', 'pt'],
16
- ['README.hi.md', 'hi'],
13
+ ['README-zh.md', 'zh'],
14
+ ['README-es.md', 'es'],
15
+ ['README-pt.md', 'pt'],
16
+ ['README-hi.md', 'hi'],
17
17
  ]
18
18
 
19
19
  const headingsOf = (text) => text.split(/\r?\n/u)
@@ -25,10 +25,10 @@ $pruned = 0
25
25
  $mdCount = 0
26
26
  $zhCount = 0
27
27
 
28
- # Sync scope: docs/, root AGENTS.md/BENCHMARK.md/CLAUDE.md/CONTRIBUTING.*/README.zh.md/README.i18n.yaml/THIRD_PARTY_NOTICES.md/LICENSE, packages/AGENTS.md, packages/README.md, vendor/README.md, website/docs.ts
28
+ # Sync scope: docs/, root AGENTS.md/BENCHMARK.md/CLAUDE.md/CONTRIBUTING.*/README-zh.md/README.i18n.yaml/THIRD_PARTY_NOTICES.md/LICENSE, packages/AGENTS.md, packages/README.md, vendor/README.md, website/docs.ts
29
29
  # Upstream root README.md is out of scope: official-docs/README.md is the KB-owned index (the upstream English README snapshot lives in downloads/github/harness/README.md).
30
30
  # Every pathspec uses the :(top) anchor so git's basename-wide matching cannot sweep in same-named symlinks (e.g. the various CLAUDE.md files).
31
- $paths = @(':(top)docs', ':(top)AGENTS.md', ':(top)BENCHMARK.md', ':(top)CONTRIBUTING.md', ':(top)CONTRIBUTING.zh.md', ':(top)CONTRIBUTING.i18n.yaml', ':(top)README.zh.md', ':(top)README.i18n.yaml', ':(top)THIRD_PARTY_NOTICES.md', ':(top)LICENSE', ':(top)packages/AGENTS.md', ':(top)packages/README.md', ':(top)vendor/README.md', ':(top)website/docs.ts')
31
+ $paths = @(':(top)docs', ':(top)AGENTS.md', ':(top)BENCHMARK.md', ':(top)CONTRIBUTING.md', ':(top)CONTRIBUTING.zh.md', ':(top)CONTRIBUTING.i18n.yaml', ':(top)README-zh.md', ':(top)README.i18n.yaml', ':(top)THIRD_PARTY_NOTICES.md', ':(top)LICENSE', ':(top)packages/AGENTS.md', ':(top)packages/README.md', ':(top)vendor/README.md', ':(top)website/docs.ts')
32
32
 
33
33
  if ($gitOk) {
34
34
  # Prefer origin/master, fall back to HEAD - never the working tree (may contain untracked/unpushed content).
@@ -68,7 +68,7 @@ if ($gitOk) {
68
68
 
69
69
  # Keep only in-scope entries at the destination root (drops stale extraction residue and
70
70
  # upstream-deleted root files so the copy stays verbatim).
71
- $rootKeep = @('docs','examples','packages','vendor','AGENTS.md','BENCHMARK.md','CLAUDE.md','CONTRIBUTING.md','CONTRIBUTING.zh.md','CONTRIBUTING.i18n.yaml','LICENSE','README.zh.md','README.i18n.yaml','THIRD_PARTY_NOTICES.md','SNAPSHOT.md','README.md','website-docs.ts')
71
+ $rootKeep = @('docs','examples','packages','vendor','AGENTS.md','BENCHMARK.md','CLAUDE.md','CONTRIBUTING.md','CONTRIBUTING.zh.md','CONTRIBUTING.i18n.yaml','LICENSE','README-zh.md','README.i18n.yaml','THIRD_PARTY_NOTICES.md','SNAPSHOT.md','README.md','website-docs.ts')
72
72
  Get-ChildItem -Force $dest | Where-Object { $rootKeep -notcontains $_.Name } | ForEach-Object {
73
73
  Remove-Item $_.FullName -Recurse -Force; $pruned++
74
74
  }
@@ -127,7 +127,7 @@ $L = @(
127
127
  "| Source ref | ``$ref`` |",
128
128
  "| Source commit | ``$sha`` |",
129
129
  "| Synced at (UTC) | $utc |",
130
- '| Scope | tracked files at the ref: `docs/`, root `AGENTS.md`, `BENCHMARK.md`, `CLAUDE.md` (symlink target text), `CONTRIBUTING.md`/`.zh.md`/`.i18n.yaml`, `README.zh.md`/`.i18n.yaml` (the upstream English `README.md` is not in this dir; its snapshot lives in `downloads/github/harness/README.md`), `THIRD_PARTY_NOTICES.md`, `LICENSE`, `packages/AGENTS.md`, `packages/README.md`, `vendor/README.md`, `website/docs.ts` |',
130
+ '| Scope | tracked files at the ref: `docs/`, root `AGENTS.md`, `BENCHMARK.md`, `CLAUDE.md` (symlink target text), `CONTRIBUTING.md`/`.zh.md`/`.i18n.yaml`, `README-zh.md`/`.i18n.yaml` (the upstream English `README.md` is not in this dir; its snapshot lives in `downloads/github/harness/README.md`), `THIRD_PARTY_NOTICES.md`, `LICENSE`, `packages/AGENTS.md`, `packages/README.md`, `vendor/README.md`, `website/docs.ts` |',
131
131
  "| File counts | docs/: $mdCount md files ($zhCount .zh.md pairs) |",
132
132
  "| Pruned this run | $pruned out-of-scope/upstream-deleted entries |",
133
133
  '',
@@ -55,7 +55,7 @@ try {
55
55
  const result = runNode(['dist/dsh-plugin-dev.js', 'new', 'demo-plugin', '--lang', lang, '--dir', target])
56
56
  const hasEntry = lang === 'ts' ? existsSync(join(target, 'src', 'index.ts')) : existsSync(join(target, 'index.js'))
57
57
  const hasPatch = existsSync(join(target, 'cordis.patch.yml'))
58
- const readmeCount = readdirSync(target).filter((f) => /^README(\.\w{2})?\.md$/.test(f)).length
58
+ const readmeCount = readdirSync(target).filter((f) => /^README(-\w{2})?\.md$/.test(f)).length
59
59
  check(result.status === 0 && hasEntry && hasPatch, `${lang} scaffold produces entry + cordis.patch.yml (exit ${result.status})`)
60
60
  check(readmeCount === 5, `${lang} scaffold produces 5 README languages (${readmeCount})`)
61
61
  }
@@ -10,7 +10,7 @@ $info = New-Object System.Collections.Generic.List[string]
10
10
 
11
11
  # ---- 1) 关键路径 ----
12
12
  $critical = @(
13
- 'SKILL.md','README.md','README.zh.md','README.es.md','README.pt.md','README.hi.md','LICENSE','NOTICE.md','.gitignore',
13
+ 'SKILL.md','README.md','README-zh.md','README-es.md','README-pt.md','README-hi.md','LICENSE','NOTICE.md','.gitignore',
14
14
  'CONTRIBUTING.md','SECURITY.md','.github/ISSUE_TEMPLATE/bug_report.yml','.github/ISSUE_TEMPLATE/feature_request.yml','.github/PULL_REQUEST_TEMPLATE.md',
15
15
  'guide/plugin-dev-guide.md','guide/quick-reference.md','guide/links.md','guide/quick-reference.zh-CN.md','guide/quick-reference.es.md','guide/quick-reference.pt.md','guide/quick-reference.hi.md',
16
16
  'references/sources.md','references/harness-repo.md','references/website-pages.md',
@@ -125,7 +125,7 @@ if ($Checkout -and (Test-Path $Checkout)) {
125
125
  'CONTRIBUTING.md' = 'CONTRIBUTING.md';
126
126
  'CONTRIBUTING.zh.md' = 'CONTRIBUTING.zh.md';
127
127
  'CONTRIBUTING.i18n.yaml' = 'CONTRIBUTING.i18n.yaml';
128
- 'README.zh.md' = 'README.zh.md';
128
+ 'README-zh.md' = 'README-zh.md';
129
129
  'README.i18n.yaml' = 'README.i18n.yaml';
130
130
  'THIRD_PARTY_NOTICES.md' = 'THIRD_PARTY_NOTICES.md';
131
131
  'LICENSE' = 'LICENSE';
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes