dsh-plugin-guide 0.3.1 → 0.3.2

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 (370) hide show
  1. package/README.es.md +1 -1
  2. package/README.hi.md +1 -1
  3. package/README.md +1 -1
  4. package/README.pt.md +1 -1
  5. package/README.zh.md +1 -1
  6. package/SKILL.md +1 -1
  7. package/dist/dsh-plugin-dev.js +5 -5
  8. package/guide/links.md +1 -1
  9. package/guide/plugin-dev-guide.md +1 -1
  10. package/guide/quick-reference.es.md +2 -2
  11. package/guide/quick-reference.hi.md +1 -1
  12. package/guide/quick-reference.md +2 -2
  13. package/guide/quick-reference.pt.md +2 -2
  14. package/guide/quick-reference.zh-CN.md +2 -2
  15. package/package.json +3 -3
  16. package/references/cordis-paper-and-community.md +1 -1
  17. package/references/official-docs/AGENTS.md +27 -22
  18. package/references/official-docs/README.i18n.yaml +2 -2
  19. package/references/official-docs/README.md +1 -1
  20. package/references/official-docs/README.zh.md +19 -9
  21. package/references/official-docs/SNAPSHOT.md +5 -5
  22. package/references/official-docs/THIRD_PARTY_NOTICES.md +36 -13
  23. package/references/official-docs/docs/AGENTS.md +4 -4
  24. package/references/official-docs/docs/agent-lifecycle.i18n.yaml +2 -2
  25. package/references/official-docs/docs/agent-lifecycle.md +1 -1
  26. package/references/official-docs/docs/agent-lifecycle.zh.md +2 -2
  27. package/references/official-docs/docs/api-gateway.i18n.yaml +2 -2
  28. package/references/official-docs/docs/api-gateway.md +8 -8
  29. package/references/official-docs/docs/api-gateway.zh.md +8 -8
  30. package/references/official-docs/docs/architecture.i18n.yaml +2 -2
  31. package/references/official-docs/docs/architecture.md +23 -7
  32. package/references/official-docs/docs/architecture.zh.md +36 -20
  33. package/references/official-docs/docs/capability-seams.i18n.yaml +2 -2
  34. package/references/official-docs/docs/capability-seams.md +132 -67
  35. package/references/official-docs/docs/capability-seams.zh.md +132 -67
  36. package/references/official-docs/docs/config-catalog.i18n.yaml +2 -2
  37. package/references/official-docs/docs/config-catalog.md +659 -373
  38. package/references/official-docs/docs/config-catalog.zh.md +677 -391
  39. package/references/official-docs/docs/cookbook/adding-a-package.i18n.yaml +2 -2
  40. package/references/official-docs/docs/cookbook/adding-a-package.md +2 -3
  41. package/references/official-docs/docs/cookbook/adding-a-package.zh.md +8 -7
  42. package/references/official-docs/docs/cookbook/{adding-a-conversation-node.i18n.yaml → adding-a-remote-api.i18n.yaml} +3 -3
  43. package/references/official-docs/docs/cookbook/adding-a-remote-api.md +197 -0
  44. package/references/official-docs/docs/cookbook/adding-a-remote-api.zh.md +197 -0
  45. package/references/official-docs/docs/cookbook/adding-a-settings-card.i18n.yaml +6 -0
  46. package/references/official-docs/docs/cookbook/adding-a-settings-card.md +102 -0
  47. package/references/official-docs/docs/cookbook/adding-a-settings-card.zh.md +102 -0
  48. package/references/official-docs/docs/cookbook/adding-a-tool.i18n.yaml +2 -2
  49. package/references/official-docs/docs/cookbook/adding-a-tool.md +11 -4
  50. package/references/official-docs/docs/cookbook/adding-a-tool.zh.md +16 -9
  51. package/references/official-docs/docs/cookbook/adding-a-vendored-package.i18n.yaml +2 -2
  52. package/references/official-docs/docs/cookbook/adding-a-vendored-package.md +2 -2
  53. package/references/official-docs/docs/cookbook/adding-a-vendored-package.zh.md +4 -4
  54. package/references/official-docs/docs/cookbook/adding-an-llm-adapter.i18n.yaml +2 -2
  55. package/references/official-docs/docs/cookbook/adding-an-llm-adapter.md +1 -1
  56. package/references/official-docs/docs/cookbook/adding-an-llm-adapter.zh.md +3 -3
  57. package/references/official-docs/docs/cookbook/extension-cookbook.i18n.yaml +2 -2
  58. package/references/official-docs/docs/cookbook/extension-cookbook.md +9 -8
  59. package/references/official-docs/docs/cookbook/extension-cookbook.zh.md +17 -14
  60. package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.i18n.yaml +1 -1
  61. package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.zh.md +1 -1
  62. package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.i18n.yaml +1 -1
  63. package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.zh.md +1 -1
  64. package/references/official-docs/docs/cordis-api/context.i18n.yaml +1 -1
  65. package/references/official-docs/docs/cordis-api/context.zh.md +1 -1
  66. package/references/official-docs/docs/cordis-api/events.i18n.yaml +1 -1
  67. package/references/official-docs/docs/cordis-api/events.zh.md +1 -1
  68. package/references/official-docs/docs/cordis-api/inherited.md +1 -1
  69. package/references/official-docs/docs/cordis-primer.i18n.yaml +2 -2
  70. package/references/official-docs/docs/cordis-primer.md +2 -1
  71. package/references/official-docs/docs/cordis-primer.zh.md +3 -2
  72. package/references/official-docs/docs/cordis-tutorial/01-first-plugin.i18n.yaml +1 -1
  73. package/references/official-docs/docs/cordis-tutorial/01-first-plugin.zh.md +4 -4
  74. package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.i18n.yaml +1 -1
  75. package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.zh.md +4 -4
  76. package/references/official-docs/docs/cordis-tutorial/03-services.i18n.yaml +1 -1
  77. package/references/official-docs/docs/cordis-tutorial/03-services.zh.md +4 -4
  78. package/references/official-docs/docs/cordis-tutorial/04-events.i18n.yaml +1 -1
  79. package/references/official-docs/docs/cordis-tutorial/04-events.zh.md +4 -4
  80. package/references/official-docs/docs/cordis-tutorial/05-config.i18n.yaml +1 -1
  81. package/references/official-docs/docs/cordis-tutorial/05-config.zh.md +2 -2
  82. package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.i18n.yaml +1 -1
  83. package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.zh.md +3 -3
  84. package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.i18n.yaml +2 -2
  85. package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.md +5 -4
  86. package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.zh.md +11 -10
  87. package/references/official-docs/docs/cordis-tutorial/index.i18n.yaml +1 -1
  88. package/references/official-docs/docs/cordis-tutorial/index.zh.md +10 -10
  89. package/references/official-docs/docs/deepseek-llm-api-wire-extensions.i18n.yaml +6 -0
  90. package/references/official-docs/docs/deepseek-llm-api-wire-extensions.md +159 -0
  91. package/references/official-docs/docs/deepseek-llm-api-wire-extensions.zh.md +159 -0
  92. package/references/official-docs/docs/defensive-patterns.i18n.yaml +1 -1
  93. package/references/official-docs/docs/defensive-patterns.zh.md +3 -1
  94. package/references/official-docs/docs/development.i18n.yaml +2 -2
  95. package/references/official-docs/docs/development.md +9 -13
  96. package/references/official-docs/docs/development.zh.md +23 -21
  97. package/references/official-docs/docs/event-producer-consumer.i18n.yaml +2 -2
  98. package/references/official-docs/docs/event-producer-consumer.md +55 -46
  99. package/references/official-docs/docs/event-producer-consumer.zh.md +55 -46
  100. package/references/official-docs/docs/glossary.i18n.yaml +2 -2
  101. package/references/official-docs/docs/glossary.md +1 -1
  102. package/references/official-docs/docs/glossary.zh.md +1 -1
  103. package/references/official-docs/docs/graph-atlas.i18n.yaml +2 -2
  104. package/references/official-docs/docs/graph-atlas.md +0 -2
  105. package/references/official-docs/docs/graph-atlas.zh.md +7 -9
  106. package/references/official-docs/docs/i18n/README.i18n.yaml +2 -2
  107. package/references/official-docs/docs/i18n/README.md +7 -7
  108. package/references/official-docs/docs/i18n/README.zh.md +11 -9
  109. package/references/official-docs/docs/i18n/style-samples.md +3 -3
  110. package/references/official-docs/docs/i18n/translation-prompt.md +3 -3
  111. package/references/official-docs/docs/i18n/translation-rules.i18n.yaml +2 -2
  112. package/references/official-docs/docs/i18n/translation-rules.md +2 -2
  113. package/references/official-docs/docs/i18n/translation-rules.zh.md +3 -3
  114. package/references/official-docs/docs/module-graph.i18n.yaml +2 -2
  115. package/references/official-docs/docs/module-graph.md +666 -747
  116. package/references/official-docs/docs/module-graph.zh.md +668 -749
  117. package/references/official-docs/docs/persistence-catalog.i18n.yaml +2 -2
  118. package/references/official-docs/docs/persistence-catalog.md +172 -40
  119. package/references/official-docs/docs/persistence-catalog.zh.md +180 -48
  120. package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.i18n.yaml +2 -2
  121. package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.md +2 -2
  122. package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.zh.md +3 -3
  123. package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.i18n.yaml +2 -2
  124. package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.md +2 -2
  125. package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.zh.md +2 -2
  126. package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.i18n.yaml +2 -2
  127. package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.md +2 -2
  128. package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.zh.md +2 -2
  129. package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.i18n.yaml +2 -2
  130. package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.md +1 -1
  131. package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.zh.md +2 -2
  132. package/references/official-docs/docs/postmortem/README.i18n.yaml +1 -1
  133. package/references/official-docs/docs/postmortem/README.zh.md +5 -5
  134. package/references/official-docs/docs/rescope.i18n.yaml +2 -2
  135. package/references/official-docs/docs/rescope.md +2 -2
  136. package/references/official-docs/docs/rescope.zh.md +3 -3
  137. package/references/official-docs/docs/subsystems/README.i18n.yaml +2 -2
  138. package/references/official-docs/docs/subsystems/README.md +8 -2
  139. package/references/official-docs/docs/subsystems/README.zh.md +53 -47
  140. package/references/official-docs/docs/subsystems/agent-team.i18n.yaml +6 -0
  141. package/references/official-docs/docs/subsystems/agent-team.md +206 -0
  142. package/references/official-docs/docs/subsystems/agent-team.zh.md +206 -0
  143. package/references/official-docs/docs/subsystems/approval.i18n.yaml +2 -2
  144. package/references/official-docs/docs/subsystems/approval.md +12 -12
  145. package/references/official-docs/docs/subsystems/approval.zh.md +13 -13
  146. package/references/official-docs/docs/subsystems/attachment.i18n.yaml +2 -2
  147. package/references/official-docs/docs/subsystems/attachment.md +90 -7
  148. package/references/official-docs/docs/subsystems/attachment.zh.md +90 -7
  149. package/references/official-docs/docs/subsystems/client-modules.i18n.yaml +2 -2
  150. package/references/official-docs/docs/subsystems/client-modules.md +69 -19
  151. package/references/official-docs/docs/subsystems/client-modules.zh.md +69 -19
  152. package/references/official-docs/docs/subsystems/code-runtime.i18n.yaml +2 -2
  153. package/references/official-docs/docs/subsystems/code-runtime.md +5 -5
  154. package/references/official-docs/docs/subsystems/code-runtime.zh.md +6 -6
  155. package/references/official-docs/docs/subsystems/commands.i18n.yaml +2 -2
  156. package/references/official-docs/docs/subsystems/commands.md +29 -6
  157. package/references/official-docs/docs/subsystems/commands.zh.md +30 -7
  158. package/references/official-docs/docs/subsystems/compaction.i18n.yaml +2 -2
  159. package/references/official-docs/docs/subsystems/compaction.md +5 -5
  160. package/references/official-docs/docs/subsystems/compaction.zh.md +11 -11
  161. package/references/official-docs/docs/subsystems/conversation.i18n.yaml +6 -0
  162. package/references/official-docs/docs/{cookbook/adding-a-conversation-node.md → subsystems/conversation.md} +49 -24
  163. package/references/official-docs/docs/{cookbook/adding-a-conversation-node.zh.md → subsystems/conversation.zh.md} +49 -24
  164. package/references/official-docs/docs/subsystems/core.i18n.yaml +2 -2
  165. package/references/official-docs/docs/subsystems/core.md +110 -33
  166. package/references/official-docs/docs/subsystems/core.zh.md +141 -62
  167. package/references/official-docs/docs/subsystems/credentials.i18n.yaml +2 -2
  168. package/references/official-docs/docs/subsystems/credentials.md +207 -11
  169. package/references/official-docs/docs/subsystems/credentials.zh.md +207 -11
  170. package/references/official-docs/docs/subsystems/extensions.i18n.yaml +2 -2
  171. package/references/official-docs/docs/subsystems/extensions.md +27 -9
  172. package/references/official-docs/docs/subsystems/extensions.zh.md +30 -12
  173. package/references/official-docs/docs/subsystems/feedback.i18n.yaml +2 -2
  174. package/references/official-docs/docs/subsystems/feedback.md +4 -4
  175. package/references/official-docs/docs/subsystems/feedback.zh.md +4 -4
  176. package/references/official-docs/docs/subsystems/filesystem.i18n.yaml +2 -2
  177. package/references/official-docs/docs/subsystems/filesystem.md +17 -7
  178. package/references/official-docs/docs/subsystems/filesystem.zh.md +19 -9
  179. package/references/official-docs/docs/subsystems/goal.i18n.yaml +2 -2
  180. package/references/official-docs/docs/subsystems/goal.md +4 -4
  181. package/references/official-docs/docs/subsystems/goal.zh.md +8 -8
  182. package/references/official-docs/docs/subsystems/invariants.i18n.yaml +2 -2
  183. package/references/official-docs/docs/subsystems/invariants.md +2 -2
  184. package/references/official-docs/docs/subsystems/invariants.zh.md +5 -5
  185. package/references/official-docs/docs/subsystems/jobs.i18n.yaml +2 -2
  186. package/references/official-docs/docs/subsystems/jobs.md +3 -3
  187. package/references/official-docs/docs/subsystems/jobs.zh.md +6 -6
  188. package/references/official-docs/docs/subsystems/llm-streaming.i18n.yaml +2 -2
  189. package/references/official-docs/docs/subsystems/llm-streaming.md +193 -22
  190. package/references/official-docs/docs/subsystems/llm-streaming.zh.md +199 -28
  191. package/references/official-docs/docs/subsystems/lsp.i18n.yaml +2 -2
  192. package/references/official-docs/docs/subsystems/lsp.md +2 -2
  193. package/references/official-docs/docs/subsystems/lsp.zh.md +3 -3
  194. package/references/official-docs/docs/subsystems/permission-presets.i18n.yaml +2 -2
  195. package/references/official-docs/docs/subsystems/permission-presets.md +8 -8
  196. package/references/official-docs/docs/subsystems/permission-presets.zh.md +8 -8
  197. package/references/official-docs/docs/subsystems/persistence.i18n.yaml +2 -2
  198. package/references/official-docs/docs/subsystems/persistence.md +35 -17
  199. package/references/official-docs/docs/subsystems/persistence.zh.md +38 -20
  200. package/references/official-docs/docs/subsystems/plan.i18n.yaml +2 -2
  201. package/references/official-docs/docs/subsystems/plan.md +4 -4
  202. package/references/official-docs/docs/subsystems/plan.zh.md +10 -10
  203. package/references/official-docs/docs/subsystems/sandbox.i18n.yaml +2 -2
  204. package/references/official-docs/docs/subsystems/sandbox.md +5 -3
  205. package/references/official-docs/docs/subsystems/sandbox.zh.md +8 -6
  206. package/references/official-docs/docs/subsystems/schedule.i18n.yaml +2 -2
  207. package/references/official-docs/docs/subsystems/schedule.md +9 -3
  208. package/references/official-docs/docs/subsystems/schedule.zh.md +11 -5
  209. package/references/official-docs/docs/subsystems/scope.i18n.yaml +1 -1
  210. package/references/official-docs/docs/subsystems/scope.zh.md +1 -1
  211. package/references/official-docs/docs/subsystems/session-projection.i18n.yaml +2 -2
  212. package/references/official-docs/docs/subsystems/session-projection.md +136 -67
  213. package/references/official-docs/docs/subsystems/session-projection.zh.md +136 -67
  214. package/references/official-docs/docs/subsystems/session-query.i18n.yaml +2 -2
  215. package/references/official-docs/docs/subsystems/session-query.md +11 -3
  216. package/references/official-docs/docs/subsystems/session-query.zh.md +12 -4
  217. package/references/official-docs/docs/subsystems/session-reference.i18n.yaml +2 -2
  218. package/references/official-docs/docs/subsystems/session-reference.md +94 -7
  219. package/references/official-docs/docs/subsystems/session-reference.zh.md +95 -8
  220. package/references/official-docs/docs/subsystems/session-telemetry.i18n.yaml +2 -2
  221. package/references/official-docs/docs/subsystems/session-telemetry.md +5 -6
  222. package/references/official-docs/docs/subsystems/session-telemetry.zh.md +9 -10
  223. package/references/official-docs/docs/subsystems/session-title.i18n.yaml +2 -2
  224. package/references/official-docs/docs/subsystems/session-title.md +3 -3
  225. package/references/official-docs/docs/subsystems/session-title.zh.md +5 -5
  226. package/references/official-docs/docs/subsystems/session.i18n.yaml +2 -2
  227. package/references/official-docs/docs/subsystems/session.md +284 -39
  228. package/references/official-docs/docs/subsystems/session.zh.md +301 -54
  229. package/references/official-docs/docs/subsystems/settings.i18n.yaml +2 -2
  230. package/references/official-docs/docs/subsystems/settings.md +105 -10
  231. package/references/official-docs/docs/subsystems/settings.zh.md +105 -10
  232. package/references/official-docs/docs/subsystems/shell.i18n.yaml +2 -2
  233. package/references/official-docs/docs/subsystems/shell.md +3 -3
  234. package/references/official-docs/docs/subsystems/shell.zh.md +11 -11
  235. package/references/official-docs/docs/subsystems/skills.i18n.yaml +2 -2
  236. package/references/official-docs/docs/subsystems/skills.md +26 -3
  237. package/references/official-docs/docs/subsystems/skills.zh.md +29 -6
  238. package/references/official-docs/docs/subsystems/slots.i18n.yaml +6 -0
  239. package/references/official-docs/docs/subsystems/slots.md +174 -0
  240. package/references/official-docs/docs/subsystems/slots.zh.md +174 -0
  241. package/references/official-docs/docs/subsystems/spill.i18n.yaml +2 -2
  242. package/references/official-docs/docs/subsystems/spill.md +4 -4
  243. package/references/official-docs/docs/subsystems/spill.zh.md +6 -6
  244. package/references/official-docs/docs/subsystems/storage.i18n.yaml +2 -2
  245. package/references/official-docs/docs/subsystems/storage.md +13 -5
  246. package/references/official-docs/docs/subsystems/storage.zh.md +16 -8
  247. package/references/official-docs/docs/subsystems/subagent.i18n.yaml +2 -2
  248. package/references/official-docs/docs/subsystems/subagent.md +120 -32
  249. package/references/official-docs/docs/subsystems/subagent.zh.md +131 -41
  250. package/references/official-docs/docs/subsystems/subprocess.i18n.yaml +2 -2
  251. package/references/official-docs/docs/subsystems/subprocess.md +3 -3
  252. package/references/official-docs/docs/subsystems/subprocess.zh.md +5 -5
  253. package/references/official-docs/docs/subsystems/system-prompt.i18n.yaml +2 -2
  254. package/references/official-docs/docs/subsystems/system-prompt.md +21 -8
  255. package/references/official-docs/docs/subsystems/system-prompt.zh.md +23 -10
  256. package/references/official-docs/docs/subsystems/terminal.i18n.yaml +2 -2
  257. package/references/official-docs/docs/subsystems/terminal.md +2 -2
  258. package/references/official-docs/docs/subsystems/terminal.zh.md +4 -4
  259. package/references/official-docs/docs/subsystems/todo.i18n.yaml +6 -0
  260. package/references/official-docs/docs/subsystems/todo.md +32 -0
  261. package/references/official-docs/docs/subsystems/todo.zh.md +32 -0
  262. package/references/official-docs/docs/subsystems/token-meter.i18n.yaml +2 -2
  263. package/references/official-docs/docs/subsystems/token-meter.md +27 -12
  264. package/references/official-docs/docs/subsystems/token-meter.zh.md +28 -13
  265. package/references/official-docs/docs/subsystems/tools.i18n.yaml +2 -2
  266. package/references/official-docs/docs/subsystems/tools.md +46 -46
  267. package/references/official-docs/docs/subsystems/tools.zh.md +54 -54
  268. package/references/official-docs/docs/subsystems/typert.i18n.yaml +2 -2
  269. package/references/official-docs/docs/subsystems/typert.md +65 -58
  270. package/references/official-docs/docs/subsystems/typert.zh.md +67 -60
  271. package/references/official-docs/docs/subsystems/user-questions.i18n.yaml +2 -2
  272. package/references/official-docs/docs/subsystems/user-questions.md +35 -35
  273. package/references/official-docs/docs/subsystems/user-questions.zh.md +35 -35
  274. package/references/official-docs/docs/subsystems/web-client.i18n.yaml +6 -0
  275. package/references/official-docs/docs/subsystems/web-client.md +95 -0
  276. package/references/official-docs/docs/subsystems/web-client.zh.md +95 -0
  277. package/references/official-docs/docs/subsystems/web-server.i18n.yaml +2 -2
  278. package/references/official-docs/docs/subsystems/web-server.md +55 -9
  279. package/references/official-docs/docs/subsystems/web-server.zh.md +56 -10
  280. package/references/official-docs/docs/subsystems/web.i18n.yaml +2 -2
  281. package/references/official-docs/docs/subsystems/web.md +14 -7
  282. package/references/official-docs/docs/subsystems/web.zh.md +16 -9
  283. package/references/official-docs/docs/subsystems/webhook.i18n.yaml +6 -0
  284. package/references/official-docs/docs/subsystems/webhook.md +70 -0
  285. package/references/official-docs/docs/subsystems/webhook.zh.md +70 -0
  286. package/references/official-docs/docs/subsystems/workflow.i18n.yaml +2 -2
  287. package/references/official-docs/docs/subsystems/workflow.md +8 -8
  288. package/references/official-docs/docs/subsystems/workflow.zh.md +13 -13
  289. package/references/official-docs/docs/subsystems/workspace.i18n.yaml +2 -2
  290. package/references/official-docs/docs/subsystems/workspace.md +98 -5
  291. package/references/official-docs/docs/subsystems/workspace.zh.md +102 -9
  292. package/references/official-docs/docs/testing.i18n.yaml +2 -2
  293. package/references/official-docs/docs/testing.md +15 -10
  294. package/references/official-docs/docs/testing.zh.md +15 -10
  295. package/references/official-docs/docs/tool-catalog.i18n.yaml +2 -2
  296. package/references/official-docs/docs/tool-catalog.md +433 -27
  297. package/references/official-docs/docs/tool-catalog.zh.md +438 -29
  298. package/references/official-docs/docs/tool-execution-pipeline.i18n.yaml +2 -2
  299. package/references/official-docs/docs/tool-execution-pipeline.md +1 -1
  300. package/references/official-docs/docs/tool-execution-pipeline.zh.md +1 -1
  301. package/references/official-docs/docs/user/develop/basic/config.i18n.yaml +2 -2
  302. package/references/official-docs/docs/user/develop/basic/config.md +1 -1
  303. package/references/official-docs/docs/user/develop/basic/config.zh.md +4 -4
  304. package/references/official-docs/docs/user/develop/basic/index.i18n.yaml +1 -1
  305. package/references/official-docs/docs/user/develop/basic/index.zh.md +5 -5
  306. package/references/official-docs/docs/user/develop/basic/publish.i18n.yaml +2 -2
  307. package/references/official-docs/docs/user/develop/basic/publish.md +3 -3
  308. package/references/official-docs/docs/user/develop/basic/publish.zh.md +7 -7
  309. package/references/official-docs/docs/user/develop/basic/tool.i18n.yaml +2 -2
  310. package/references/official-docs/docs/user/develop/basic/tool.md +3 -3
  311. package/references/official-docs/docs/user/develop/basic/tool.zh.md +4 -4
  312. package/references/official-docs/docs/user/develop/framework/events.i18n.yaml +2 -2
  313. package/references/official-docs/docs/user/develop/framework/events.md +2 -2
  314. package/references/official-docs/docs/user/develop/framework/events.zh.md +3 -3
  315. package/references/official-docs/docs/user/develop/framework/index.i18n.yaml +1 -1
  316. package/references/official-docs/docs/user/develop/framework/index.zh.md +3 -3
  317. package/references/official-docs/docs/user/develop/framework/service.i18n.yaml +2 -2
  318. package/references/official-docs/docs/user/develop/framework/service.md +1 -1
  319. package/references/official-docs/docs/user/develop/framework/service.zh.md +3 -3
  320. package/references/official-docs/docs/user/develop/practice/dynamic-cordis.i18n.yaml +6 -0
  321. package/references/official-docs/docs/user/develop/practice/dynamic-cordis.md +15 -0
  322. package/references/official-docs/docs/user/develop/practice/dynamic-cordis.zh.md +15 -0
  323. package/references/official-docs/docs/user/develop/practice/index.i18n.yaml +2 -2
  324. package/references/official-docs/docs/user/develop/practice/index.md +1 -1
  325. package/references/official-docs/docs/user/develop/practice/index.zh.md +3 -3
  326. package/references/official-docs/docs/user/develop/practice/llm-adapter.i18n.yaml +2 -2
  327. package/references/official-docs/docs/user/develop/practice/llm-adapter.md +4 -3
  328. package/references/official-docs/docs/user/develop/practice/llm-adapter.zh.md +4 -3
  329. package/references/official-docs/docs/user/guide/github-review.i18n.yaml +6 -0
  330. package/references/official-docs/docs/user/guide/github-review.md +102 -0
  331. package/references/official-docs/docs/user/guide/github-review.zh.md +102 -0
  332. package/references/official-docs/docs/user/guide/index.i18n.yaml +2 -2
  333. package/references/official-docs/docs/user/guide/index.md +2 -2
  334. package/references/official-docs/docs/user/guide/index.zh.md +8 -8
  335. package/references/official-docs/docs/user/guide/mcp-memory.i18n.yaml +6 -0
  336. package/references/official-docs/docs/user/guide/mcp-memory.md +101 -0
  337. package/references/official-docs/docs/user/guide/mcp-memory.zh.md +101 -0
  338. package/references/official-docs/docs/user/guide/providers.i18n.yaml +2 -2
  339. package/references/official-docs/docs/user/guide/providers.md +40 -1
  340. package/references/official-docs/docs/user/guide/providers.zh.md +41 -2
  341. package/references/official-docs/docs/user/guide/python-sdk.i18n.yaml +2 -2
  342. package/references/official-docs/docs/user/guide/python-sdk.md +80 -34
  343. package/references/official-docs/docs/user/guide/python-sdk.zh.md +87 -41
  344. package/references/official-docs/docs/user/guide/schedule.i18n.yaml +6 -0
  345. package/references/official-docs/docs/user/guide/schedule.md +21 -0
  346. package/references/official-docs/docs/user/guide/schedule.zh.md +21 -0
  347. package/references/official-docs/docs/web-styling.i18n.yaml +1 -1
  348. package/references/official-docs/docs/web-styling.zh.md +2 -2
  349. package/references/official-docs/packages/AGENTS.md +3 -2
  350. package/references/official-docs/packages/README.md +104 -59
  351. package/references/official-docs/vendor/README.md +1 -0
  352. package/references/official-docs/website-docs.ts +52 -11
  353. package/references/sources.md +2 -2
  354. package/references/website-pages.md +3 -3
  355. package/scripts/download-sources.ps1 +1 -1
  356. package/scripts/sync-official-docs.ps1 +19 -11
  357. package/scripts/verify-kit.ps1 +0 -4
  358. package/templates/js/README.es.md +1 -1
  359. package/templates/js/README.hi.md +1 -1
  360. package/templates/js/README.md +1 -1
  361. package/templates/js/README.pt.md +1 -1
  362. package/templates/js/README.zh.md +1 -1
  363. package/templates/js/package.json +4 -4
  364. package/templates/ts/README.es.md +1 -1
  365. package/templates/ts/README.hi.md +1 -1
  366. package/templates/ts/README.md +1 -1
  367. package/templates/ts/README.pt.md +1 -1
  368. package/templates/ts/README.zh.md +1 -1
  369. package/templates/ts/package.json +4 -4
  370. package/references/official-docs/examples/AGENTS.md +0 -20
@@ -1,69 +1,114 @@
1
+ ---
2
+ description: "The DeepSeek Harness package workspace: how the npm packages under packages/ are grouped, what each group owns, and the conventions that bind them."
3
+ kind: "package-group"
4
+ ---
5
+
1
6
  # Packages
2
7
 
3
8
  English | [中文](README.zh.md)
4
9
 
5
- npm scope: `@deepseek-ai/dsh-*`; Cordis `Service` subclasses and function plugins contribute through `ctx.effect()`, `ctx.on()`, or `ctx.waterfall()`. Rules: [package](AGENTS.md), [root](../AGENTS.md#conventions).
6
-
7
- ## Hierarchy
8
-
9
- Groups hold `packages/<group>/<pkg>/`; names stay `@deepseek-ai/dsh-<pkg>`. **Group READMEs own package/ctx-key maps.**
10
-
11
- | Group | Role | Release expectation |
12
- |---|---|---|
13
- | [`core/`](core/README.md) | Product API spine: sessions, prompts, tools, agent services, and the concrete loop | Product — stable API |
14
- | [`api/`](api/README.md) | Remote BFF assembly and Typert RPC gateway | Product — stable API |
15
- | [`typert/`](typert/README.md) | Type graph generation, artifact loading, and runtime registry | Product — stable API |
16
- | [`goal/`](goal/README.md) | Same-session goal persistence and lifecycle | Product — stable API |
17
- | [`schedule/`](schedule/README.md) | Session-local scheduled follow-ups | Product — stable API |
18
- | [`feedback/`](feedback/README.md) | Human feedback | Product — stable API |
19
- | [`identity/`](identity/README.md) | Shared anonymous identity | Product — stable API |
20
- | [`llm/`](llm/README.md) | LLM capability family: the abstract service + provider adapters | Product — stable API |
21
- | [`e2b/`](e2b/README.md) | E2B providers | POC |
22
- | [`subprocess/`](subprocess/README.md) | Subprocess capability family: Service Definition + local process-tree provider | Product stable API |
23
- | [`shell/`](shell/README.md) | Bash capability family: executor seam, local impl, model-facing tool | Product — stable API |
24
- | [`terminal/`](terminal/README.md) | Persistent PTY capability family: owner-scoped sessions, local implementation, and model-facing tools | Product — stable API |
25
- | [`code-runtime/`](code-runtime/README.md) | Code-execution capability family: Service Definition + worker-thread provider + Code Mode Consumer | Product — stable API |
26
- | [`sandbox/`](sandbox/README.md) | Process-confinement seam; bwrap/Landlock/Seatbelt backends | Product stable API |
27
- | [`fs/`](fs/README.md) | Filesystem capability family: seam, local impl, model-facing file tools, bash-backed discovery tools | Product — stable API |
28
- | [`lsp/`](lsp/README.md) | LSP capability family: seam, generic stdio provider, and the `lsp` tool | Product — stable API |
29
- | [`skill/`](skill/README.md) | Skill capability family: the provider registry, local provider, and model-facing catalog/loader | Product — stable API |
30
- | [`compaction/`](compaction/README.md) | Compaction capability family: Service Definition + basic provider + command Consumer | Product — stable API |
31
- | [`context/`](context/README.md) | Model-visible request context, including workspace instructions and time context | Product — stable API |
32
- | [`subagent/`](subagent/README.md) | Subagent capability family: the provider-registry contract and the model-facing delegation tool | Product — stable API |
33
- | [`jobs/`](jobs/README.md) | Generic background-job runtime and model-facing `job_*` control tools | Product — stable API |
34
- | [`workflow/`](workflow/README.md) | Workflow seam, worker-thread engine, and model-facing `workflow`/`ralph` tools | Product — stable API |
35
- | [`web/`](web/README.md) | Web capability family: seam, search/fetch provider impls, and the model-facing web tools | Product — stable API |
36
- | [`attachment/`](attachment/README.md) | Durable attachment identity, validation, local content-addressed storage | Product — stable API |
37
- | [`spill/`](spill/README.md) | Spill capability family: storage seam, local impl, tool-result spill policy | Product — stable API |
38
- | [`todo/`](todo/README.md) | The model-facing `todo_write` tool | Product stable API |
39
- | [`plan/`](plan/README.md) | Plan collaboration state with a direct entry command and reviewed exit | Product — stable API |
40
- | [`preset/`](preset/README.md) | Per-session agent composition from preset `cordis.yml` files | Product stable API |
41
- | [`guard/`](guard/README.md) | Loop-hygiene guards: advisory repeat-call reminders + the `tools/execute` deadline enforcer | Product — stable API |
42
- | [`bundle/`](bundle/README.md) | Installable `dsh --profile` patch layers | Product stable API |
43
- | [`extensions/`](extensions/README.md) | Agent runtime self-modification: live plugin/service inspection and model-written plugin mount/unmount ([design](../.agents/notes/implemented/feature/2026-07-08-self-referential-cordis-toolset.md)) | Product — stable API |
44
- | [`hooks/`](hooks/README.md) | Hook bridges + the shared Claude Code / Codex wire-protocol library | Product — stable API |
45
- | [`session/`](session/README.md) | Durable session data plane: persistence seam + JSONL/SQLite backends, projection seam, log-backed titles, session reporting | Product — stable API |
46
- | [`session-query/`](session-query/README.md) | Session retrieval family: logical corpus, bounded reads, lineage, event relationships, semantic filtering, and SQLite full-text search | Product — stable API |
47
- | [`settings/`](settings/README.md) | User-settings seam + file-backed provider | Product — stable API |
48
- | [`credentials/`](credentials/README.md) | Credential-reference seam + env-over-`.env` provider | Product stable API |
49
- | [`storage/`](storage/README.md) | Non-session storage hub + backends + domain form | Product — stable API |
50
- | [`workspace/`](workspace/README.md) | Workspace entity | Product stable API |
51
- | [`sdk/`](sdk/README.md) | Out-of-process runtime SDK: JSON-RPC protocol, TypeScript client, and server plugin | Product — stable API |
52
- | [`acp/`](acp/README.md) | Automation-only Agent Client Protocol server | Product stable API |
53
- | [`interaction/`](interaction/README.md) | Human-collaboration plane: approval/interaction seams, permission preset, commands, ask-user tool | Product — stable API |
54
- | [`boot/`](boot/README.md) | Shared app-bin boot glue | Product stable API |
55
- | [`host/`](host/README.md) | Web-GUI host half: API gateway + HTTP route server | Product — stable API |
56
- | [`client/`](client/README.md) | Web-GUI browser half: shell, wire, object services, slots, `ui-*` plugins | Product — stable API |
57
- | [`examples/`](examples/README.md) | Demo bundles (agent-spine + CLI/ACP/JSON-RPC bins) leaves load | Support — example infra |
58
- | [`test-support/`](test-support/README.md) | Support infrastructure (testkits, invariants, replay, Loader smokes) | Support — lower compatibility expectations |
59
- | [`util/`](util/README.md) | Low-level zero-dependency utilities shared across groups (`Branded<B>`, Harness home/path helpers, timeout, retention) | Support — small, stable, harness-dep-free |
60
-
61
- New packages join existing groups; new groups update their README and this table.
10
+ ## Summary
11
+
12
+ The harness is assembled from npm packages under `packages/`, grouped by capability family: sessions and the agent loop, model-facing tools, shell and filesystem execution, web access, subagents, and the rest. Use this page as the top-level map: find the owning group, then open its README for the package list. Every package is scoped `@deepseek-ai/dsh-*` and lives in exactly one group; each group README is the authoritative package map for its family.
13
+
14
+ ## Table of Contents
15
+
16
+ - [Package groups](#package-groups)
17
+ - [Release expectations](#release-expectations)
18
+ - [Dependencies](#dependencies)
19
+ - [Package README contracts](#package-readme-contracts)
20
+ - [Dev Note](#dev-note)
21
+
22
+ -----
23
+
24
+ <a id="package-groups"></a>
25
+ ## Package groups
26
+
27
+ Every package lives in exactly one group; new packages join existing groups, and a new group updates its own README and this table.
28
+
29
+ | Group | Role |
30
+ |---|---|
31
+ | [`core/`](core/README.md) | Product API spine: sessions, prompts, tools, agent services, and the concrete loop |
32
+ | [`api/`](api/README.md) | Remote BFF assembly and Typert RPC gateway |
33
+ | [`typert/`](typert/README.md) | Type graph generation, artifact loading, and runtime registry |
34
+ | [`goal/`](goal/README.md) | Same-session goal persistence and lifecycle |
35
+ | [`schedule/`](schedule/README.md) | Session-local scheduled follow-ups |
36
+ | [`feedback/`](feedback/README.md) | Human feedback capture and command |
37
+ | [`identity/`](identity/README.md) | Shared anonymous identity |
38
+ | [`llm/`](llm/README.md) | LLM capability family: abstract service + provider adapters |
39
+ | [`e2b/`](e2b/README.md) | E2B remote-runtime providers |
40
+ | [`subprocess/`](subprocess/README.md) | Subprocess capability family: Service Definition + local process-tree provider |
41
+ | [`shell/`](shell/README.md) | Bash capability family: executor seam, local impl, model-facing tools |
42
+ | [`terminal/`](terminal/README.md) | Persistent PTY capability family: owner-scoped sessions, local implementation, model-facing tools |
43
+ | [`code-runtime/`](code-runtime/README.md) | Code-execution capability family: Service Definition + worker-thread provider + PTC mode Consumer |
44
+ | [`sandbox/`](sandbox/README.md) | Process-confinement seam; bwrap/Landlock/Seatbelt backends |
45
+ | [`fs/`](fs/README.md) | Filesystem capability family: seam, local impl, model-facing file tools, discovery tools |
46
+ | [`lsp/`](lsp/README.md) | LSP capability family: seam, generic stdio provider, and the `lsp` tool |
47
+ | [`skill/`](skill/README.md) | Skill capability family: provider registry, local provider, model-facing catalog/loader |
48
+ | [`compaction/`](compaction/README.md) | Compaction capability family: Service Definition + basic provider + command Consumer |
49
+ | [`context/`](context/README.md) | Model-visible request context: workspace instructions, time context, references |
50
+ | [`subagent/`](subagent/README.md) | Subagent capability family: provider-registry contract and model-facing delegation tools |
51
+ | [`jobs/`](jobs/README.md) | Generic background-job runtime and model-facing job control tools |
52
+ | [`experimental/`](experimental/README.md) | Private prototypes and internal-only plugins |
53
+ | [`workflow/`](workflow/README.md) | Workflow seam, worker-thread engine, and model-facing `workflow`/`ralph` tools |
54
+ | [`webhook/`](webhook/README.md) | Verified external events, trusted rules, and fire-and-forget Workspace Sessions |
55
+ | [`web/`](web/README.md) | Web capability family: seam, search/fetch providers, model-facing web tools |
56
+ | [`attachment/`](attachment/README.md) | Durable attachment identity, validation, local content-addressed storage |
57
+ | [`spill/`](spill/README.md) | Spill capability family: storage seam, local impl, tool-result spill policy |
58
+ | [`todo/`](todo/README.md) | The model-facing `todo_write` tool |
59
+ | [`plan/`](plan/README.md) | Plan collaboration state with a direct entry command and reviewed exit |
60
+ | [`preset/`](preset/README.md) | Per-session agent composition from preset `cordis.yml` files |
61
+ | [`guard/`](guard/README.md) | Loop-hygiene guards: advisory repeat-call reminders + the `tools/execute` deadline enforcer |
62
+ | [`bundle/`](bundle/README.md) | Installable `dsh --profile` patch layers |
63
+ | [`extensions/`](extensions/README.md) | Agent runtime self-modification: live plugin/service inspection and model-written mount/unmount |
64
+ | [`hooks/`](hooks/README.md) | Hook bridges + the shared Claude Code / Codex wire-protocol library |
65
+ | [`session/`](session/README.md) | Durable session data plane: persistence seam + backends, projection seam, log-backed titles, session reporting |
66
+ | [`session-query/`](session-query/README.md) | Session retrieval family: logical corpus, bounded reads, lineage, semantic filtering, SQLite full-text search |
67
+ | [`settings/`](settings/README.md) | User-settings seam + file-backed provider |
68
+ | [`credentials/`](credentials/README.md) | Credential-reference and credential-record seam + env-over-`.env` provider + authorization flows that ask a human |
69
+ | [`storage/`](storage/README.md) | Non-session storage hub + backends + domain form |
70
+ | [`workspace/`](workspace/README.md) | Workspace entity |
71
+ | [`sdk/`](sdk/README.md) | Out-of-process SDK: JSON-RPC protocol and TypeScript client/server |
72
+ | [`acp/`](acp/README.md) | Automation-only Agent Client Protocol server |
73
+ | [`interaction/`](interaction/README.md) | Human-collaboration plane: approval/interaction seams, permission preset, commands, ask-user tool |
74
+ | [`boot/`](boot/README.md) | Shared app-bin boot glue |
75
+ | [`host/`](host/README.md) | Web-GUI host half: API gateway + HTTP route server |
76
+ | [`client/`](client/README.md) | Web-GUI browser half: shell, wire, object services, slots, `ui-*` plugins |
77
+ | [`test-support/`](test-support/README.md) | Support infrastructure (testkits, invariants, replay, Loader smokes) |
78
+ | [`runtime-diagnostics/`](runtime-diagnostics/README.md) | Runtime diagnostics: package-owned invariant checks and reports |
79
+ | [`util/`](util/README.md) | Low-level zero-dependency utilities shared across groups (`Branded<B>`, home/path helpers, timeout, retention) |
80
+
81
+ -----
82
+
83
+ <a id="release-expectations"></a>
84
+ ## Release expectations
62
85
 
86
+ Most groups are product — stable API. The exceptions: `e2b/` is a POC, `experimental/` is unreleased, and `test-support/`, `runtime-diagnostics/`, and `util/` are support with lower compatibility expectations.
87
+
88
+ -----
89
+
90
+ <a id="dependencies"></a>
63
91
  ## Dependencies
64
92
 
65
93
  The dependency graph is generated: [docs/module-graph.md](../docs/module-graph.md) (`pnpm run gen-module-graph`, freshness-gated in CI).
66
94
 
67
- **Extension plugins depend on Service Definitions, never concrete providers.** `dsh-agent-loop` is swappable; UI, hook, and tool plugins use `dsh-agent`. Composition bundles, including `dsh-agent-spine-demo`, may depend on spine plugins. Capabilities separate Service Definition / Service Provider / Consumer roles when they evolve independently; see [capability seams](../.agents/notes/implemented/architecture/2026-06-13-capability-seams.md).
95
+ **Extension plugins depend on Service Definitions, never concrete providers.** `dsh-agent-loop` is swappable; UI, hook, and tool plugins use `dsh-agent`. Composition bundles may depend on spine plugins. Capabilities separate Service Definition / Service Provider / Consumer roles when they evolve independently; see [capability seams](../.agents/notes/implemented/architecture/2026-06-13-capability-seams.md).
96
+
97
+ -----
98
+
99
+ <a id="package-readme-contracts"></a>
100
+ ## Package README contracts
101
+
102
+ Every package README covers purpose, configuration, extension points, and [Model Experience](../docs/cookbook/adding-a-package.md#4-write-the-package-readme) unless the model-agnostic [omission allowlist](../scripts/verify-package-readme-model-experience.ts) exempts it. It also carries `## Known Limitations and Deferred Work` or uses its [allowlist](../scripts/verify-package-readme-limitations.ts). Package conventions — exports, service access, invariants, tests — live in [packages/AGENTS.md](AGENTS.md).
103
+
104
+ -----
105
+
106
+ <a id="dev-note"></a>
107
+ ## Dev Note
108
+
109
+ <details>
110
+ <summary>Working context for maintainers — click to expand</summary>
111
+
112
+ None.
68
113
 
69
- Package READMEs cover purpose, APIs, extension points, and [Model Experience](../docs/cookbook/adding-a-package.md#4-write-the-package-readme) unless on the model-agnostic [omission allowlist](../scripts/verify-package-readme-model-experience.ts). They also carry `## Known Limitations and Deferred Work` or use its [allowlist](../scripts/verify-package-readme-limitations.ts).
114
+ </details>
@@ -48,6 +48,7 @@ Keep this log exhaustive — every divergence from upstream must be listed.
48
48
  16. **`cordis/package.json` publishes `src`**: added `src` to the `files` list, joining the other eight vendored packages. Cordis declares `"./src/*": "./src/*"` in its exports, so a tarball without `src` publishes an export map pointing at absent files; the release change judgement also reads `files` to decide whether a diff reaches the payload, and a package whose only published paths are build output has no tracked path to match.
49
49
  17. **`@deepseek-ai` rescope**: every vendored manifest `name`, every internal dependency entry among the vendored set, and every module specifier that reaches them use the scoped names in the manifest table's `npm name` column. Directory names, version numbers, and dependency ranges are unchanged, and no upstream runtime identifier is renamed — `Symbol.for('schemastery')` and Schemastery's `vendor:` metadata field keep their upstream values. Re-apply with `pnpm run rescope-vendor --apply` after a sync; the table's two name columns are the mapping, restated for consumers in [docs/rescope.md](../docs/rescope.md).
50
50
  18. **Entry `disabled` interpolation in `loader/src/config/entry.ts`**: a `disabled: !!js` expression evaluates against the loader context at every mount decision; the raw node stays in the options, so write-back keeps the `!!js` form. `disabled` is the only interpolated metadata field. Covered by `packages/boot/app-boot/tests/user-patches.spec.ts` and `apps/cli/tests/windows-shell.spec.ts`.
51
+ 19. **`loader/src/internal.ts` runtime shape detection**: `ModuleLoader.fromInternal()` classifies the internal loader by which module-job API it owns — `getOrCreateModuleJob` for v2, `getModuleJobForImport` for v1 — instead of by Node major version. Upstream tags every major `>= 24` as v2, but the v2 interface arrived in Node 24.12.0, so 24.0–24.11.1 report major 24 while still carrying the v1 loader; consumers then called `resolveSync` with reversed parameters and every call threw. `dsh web` served an empty client graph (`__DSH_BOOT__.entries: []`) and HMR partial reload resolved no entry URL, both behind swallowed or warn-level errors. Arity cannot discriminate the two shapes, because each reports `resolveSync.length === 2`. A loader owning neither API is left unclassified rather than guessed, so consumers take their documented no-internals path. Covered on the `node-compat` Node version matrix, which pins 24.9 for the mistagged range.
51
52
 
52
53
  ## Sync procedure
53
54
 
@@ -138,6 +138,30 @@ const homeAndGuide = pairedPages([
138
138
  section: { root: 'SDK', en: 'SDK' },
139
139
  order: 1,
140
140
  },
141
+ {
142
+ source: 'docs/user/guide/github-review.md',
143
+ route: 'guide/github-review.md',
144
+ label: { root: 'GitHub 评审会话', en: 'GitHub review sessions' },
145
+ sidebar: { root: 'zh-guide', en: 'en-guide' },
146
+ section: { root: '自动化', en: 'Automation' },
147
+ order: 1,
148
+ },
149
+ {
150
+ source: 'docs/user/guide/schedule.md',
151
+ route: 'guide/schedule.md',
152
+ label: { root: '会话内提醒', en: 'Session reminders' },
153
+ sidebar: { root: 'zh-guide', en: 'en-guide' },
154
+ section: { root: '自动化', en: 'Automation' },
155
+ order: 2,
156
+ },
157
+ {
158
+ source: 'docs/user/guide/mcp-memory.md',
159
+ route: 'guide/mcp-memory.md',
160
+ label: { root: '记忆 MCP', en: 'Memory MCP' },
161
+ sidebar: { root: 'zh-guide', en: 'en-guide' },
162
+ section: { root: '集成', en: 'Integrations' },
163
+ order: 1,
164
+ },
141
165
  ])
142
166
 
143
167
  const develop = pairedPages([
@@ -216,6 +240,14 @@ const develop = pairedPages([
216
240
  section: { root: '实战', en: 'Practice' },
217
241
  order: 2,
218
242
  },
243
+ {
244
+ source: 'docs/user/develop/practice/dynamic-cordis.md',
245
+ route: 'develop/practice/dynamic-cordis.md',
246
+ label: { root: '运行时 Cordis 工具', en: 'Runtime Cordis tools' },
247
+ sidebar: { root: 'zh-develop', en: 'en-develop' },
248
+ section: { root: '实战', en: 'Practice' },
249
+ order: 3,
250
+ },
219
251
  ])
220
252
 
221
253
  const cordisTutorial = pairedPages(([
@@ -304,8 +336,11 @@ const subsystemGroups = [
304
336
  ]],
305
337
  ['平台与接入', 'Platform and access', [
306
338
  ['web-server.md', 'HTTP 服务器', 'HTTP server'],
307
- ['typert.md', 'Typert', 'Typert'],
339
+ ['web-client.md', 'Web Client 架构', 'Web Client architecture'],
308
340
  ['client-modules.md', '客户端模块', 'Client modules'],
341
+ ['slots.md', '客户端 Slots', 'Client slots'],
342
+ ['conversation.md', 'Conversation 组装', 'Conversation assembly'],
343
+ ['typert.md', 'Typert', 'Typert'],
309
344
  ['storage.md', '存储', 'Storage'],
310
345
  ['workspace.md', '工作区', 'Workspaces'],
311
346
  ['settings.md', '用户设置', 'User settings'],
@@ -328,6 +363,8 @@ const subsystemsReference = subsystemGroups.flatMap(([rootSection, enSection, fi
328
363
  ))
329
364
 
330
365
  const reference = [
366
+ // `docs/deepseek-llm-api-wire-extensions.md` is a repository-only provider protocol reference.
367
+ // Projected links intentionally resolve to its GitHub source instead of a public site route.
331
368
  ...pairedPages(([
332
369
  ['docs/architecture.md', 'reference/index.md', '架构', 'Architecture', 0],
333
370
  ] as const).map(([source, route, rootLabel, enLabel, order]): PairedPage => ({
@@ -342,6 +379,7 @@ const reference = [
342
379
  ['docs/capability-seams.md', 'reference/capability-seams.md', '能力服务', 'Capability services', 2],
343
380
  ['docs/agent-lifecycle.md', 'reference/agent-lifecycle.md', 'Agent 生命周期', 'Agent lifecycle', 3],
344
381
  ['docs/tool-execution-pipeline.md', 'reference/tool-execution-pipeline.md', 'Tool 执行', 'Tool execution', 4],
382
+ ['docs/api-gateway.md', 'reference/api-gateway.md', 'API Gateway', 'API Gateway', 5],
345
383
  ] as const).map(([source, route, rootLabel, enLabel, order]): PairedPage => ({
346
384
  source,
347
385
  route,
@@ -392,6 +430,7 @@ const reference = [
392
430
  ['adding-a-package.md', '新增 Package', 'Adding a package'],
393
431
  ['adding-a-tool.md', '新增 Tool', 'Adding a tool'],
394
432
  ['adding-an-llm-adapter.md', '新增 LLM Adapter', 'Adding an LLM adapter'],
433
+ ['adding-a-settings-card.md', '新增设置卡片', 'Adding a settings card'],
395
434
  ['extension-cookbook.md', '扩展模式', 'Extension patterns'],
396
435
  ] as const).map(([file, rootLabel, enLabel], order): PairedPage => ({
397
436
  source: `docs/cookbook/${file}`,
@@ -401,16 +440,18 @@ const reference = [
401
440
  section: { root: '开发手册', en: 'Cookbook' },
402
441
  order,
403
442
  }))),
404
- ...pairedPages([{
405
- source: 'docs/cookbook/adding-a-conversation-node.md',
406
- route: 'reference/cookbook/adding-a-conversation-node.md',
407
- label: { root: '新增 Conversation Node', en: 'Adding a Conversation Node' },
408
- sidebar: { root: 'zh-reference', en: 'en-reference' },
409
- section: { root: '开发手册', en: 'Cookbook' },
410
- order: 4,
411
- }]),
412
443
  ]
413
444
 
445
+ /**
446
+ * Sidebar collections of each locale, in the order the site's navigation
447
+ * presents them. The navigation bar and the llms.txt index both read this
448
+ * sequence, so a new collection lands in both surfaces together.
449
+ */
450
+ export const localeCollections = {
451
+ root: ['zh-guide', 'zh-develop', 'zh-reference'],
452
+ en: ['en-guide', 'en-develop', 'en-reference'],
453
+ } as const satisfies Record<DocsLocale, readonly DocsSidebar[]>
454
+
414
455
  /** A sidebar group, matched to pages by `label`. */
415
456
  export interface DocsSection {
416
457
  /** Group heading, equal to the `section` field of every page it holds. */
@@ -427,7 +468,7 @@ export interface DocsSection {
427
468
  */
428
469
  const sections: Record<DocsLocale, readonly DocsSection[]> = {
429
470
  root: [
430
- { label: '入门' }, { label: 'SDK' },
471
+ { label: '入门' }, { label: 'SDK' }, { label: '自动化' }, { label: '集成' },
431
472
  { label: '基础' }, { label: '框架能力' }, { label: '实战' }, { label: 'Cordis 框架教程' },
432
473
  { label: '概念' }, { label: '生成参考' }, { label: 'Cordis API' }, { label: '开发手册' },
433
474
  { label: '总览' },
@@ -439,7 +480,7 @@ const sections: Record<DocsLocale, readonly DocsSection[]> = {
439
480
  { label: '平台与接入', collapsed: true },
440
481
  ],
441
482
  en: [
442
- { label: 'Guide' }, { label: 'SDK' },
483
+ { label: 'Guide' }, { label: 'SDK' }, { label: 'Automation' }, { label: 'Integrations' },
443
484
  { label: 'Basics' }, { label: 'Framework' }, { label: 'Practice' }, { label: 'Cordis framework tutorial' },
444
485
  { label: 'Concepts' }, { label: 'Generated reference' }, { label: 'Cordis Core API' }, { label: 'Cookbook' },
445
486
  { label: 'Overview' },
@@ -26,7 +26,7 @@
26
26
  - `/reference/`(架构)、`/reference/cordis-primer`、`/reference/capability-seams`、`/reference/agent-lifecycle`、`/reference/tool-execution-pipeline`
27
27
  - `/reference/config-catalog`、`/reference/tool-catalog`、`/reference/persistence-catalog`
28
28
  - `/reference/cordis-api/context|events|fiber|registry|service|inherited`
29
- - `/reference/cookbook/adding-a-package|adding-a-tool|adding-an-llm-adapter|extension-cookbook|adding-a-conversation-node`
29
+ - `/reference/cookbook/adding-a-package|adding-a-tool|adding-an-llm-adapter|extension-cookbook`
30
30
  - `/reference/subsystems/` + 全部子系统页(core、llm-streaming、token-meter、scope、typert、goal、schedule、commands、session、persistence、settings、credentials、session-query、feedback、session-title、session-reference、system-prompt、tools、user-questions、approval、attachment、shell、subprocess、terminal、sandbox、code-runtime、extensions、filesystem、lsp、skills、compaction、subagent、web、spill、workflow、jobs、permission-presets、plan、invariants、web-server、storage、workspace、client-modules、session-projection、session-telemetry)
31
31
  - 站点投影清单源文件:`references/official-docs/website-docs.ts`(= 仓库 `website/docs.ts`)
32
32
  - **08-14 晚复核**:上游 master 仍为 47f9438(站点随仓库构建,无新增路由);此前 404 的 `/reference/subsystems/{attachment,extensions,feedback}` 仍为 404(已确认),sitemap.xml 仍不存在。
@@ -35,7 +35,7 @@
35
35
 
36
36
  - `docs/**`(215 个 md,含全部 `.zh.md` 双语对)— 教程/架构/子系统/API/cookbook 全量
37
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
- - `packages/AGENTS.md` · `examples/AGENTS.md` · `packages/README.md` · `vendor/README.md`
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`
41
41
  - 同步脚本本次加固:pathspec 全部 `:(top)` 锚定(避免 basename 全局匹配误收仓库深处 symlink);Windows 下无法解出的 symlink 按其 blob 目标文本落地;目的目录只保留范围内条目(曾因一次失败抽取残留污染,已由脚本自动修剪 107 项)。
@@ -121,7 +121,7 @@
121
121
  | `/reference/cookbook/adding-a-tool` | 新增 Tool | `docs/cookbook/adding-a-tool.md` |
122
122
  | `/reference/cookbook/adding-an-llm-adapter` | 新增 LLM Adapter | `docs/cookbook/adding-an-llm-adapter.md` |
123
123
  | `/reference/cookbook/extension-cookbook` | 扩展模式 | `docs/cookbook/extension-cookbook.md` |
124
- | `/reference/cookbook/adding-a-conversation-node` | 新增 Conversation Node | `docs/cookbook/adding-a-conversation-node.md` |
124
+ | ~~`/reference/cookbook/adding-a-conversation-node`~~ | (alpha.3 上游已移除该页) | `docs/cookbook/adding-a-conversation-node.md` 已删除 |
125
125
  | `/reference/subsystems/` | 子系统 / Subsystems | `docs/subsystems/README.md` |
126
126
 
127
127
  **子系统页**(`/reference/subsystems/<name>`,共约 40 页,按侧栏分组):
@@ -489,7 +489,7 @@
489
489
  #### `/reference/capability-seams` —— 能力服务(生成,`docs/capability-seams.md`)
490
490
 
491
491
  - 一份 **Mermaid 图 + 表格**,列出全部 `ctx.*` 服务:Role(`core` / `seam` / `bundle`)、Owner 包、实现包、直接消费者、companion 插件与说明。
492
- - 关键 seam 举例(表格行):`ctx.llm`(seam;`llm-deepseek`/`llm-pi-ai`/`llm-replay` 实现)、`ctx.shell`(seam;`bash-local`/`bash-sandbox`/`pwsh-local`)、`ctx.fs`(seam;`fs-local`/`fs-sandbox`/`fs-e2b`)、`ctx.subprocess`、`ctx.sandbox`、`ctx.terminals`、`ctx.web`(`web-search-exa/perplexity/deepseek` + `web-fetch-http`)、`ctx.compaction`、`ctx.subagents`、`ctx.skills`、`ctx.sessionPersistence`(`jsonl`/`sqlite`)、`ctx.sessionQuery`、`ctx.storage`、`ctx.settings`、`ctx.credentials`、`ctx.workflowEngine`、`ctx.lsp`、`ctx.jobs` 等。core 服务如 `ctx.tools`、`ctx.sessions`、`ctx.systemPrompt`、`ctx.agents`、`ctx.agentLoop`(bundle)。
492
+ - 关键 seam 举例(表格行):`ctx.llm`(seam;`llm-deepseek`/`llm-pi-ai`/`llm-replay` 实现)、`ctx.shell`(seam;`bash-local`/`bash-sandbox`/`pwsh-local`)、`ctx.fs`(seam;`fs-local`/`fs-sandbox`/`fs-e2b`)、`ctx.subprocess`、`ctx.sandbox`、`ctx.terminals`、`ctx.web`(`web-search-exa/perplexity/deepseek` + `web-fetch-http`)、`ctx.compaction`、`ctx.subagents`、`ctx.skills`、`ctx.sessionPersistence`(`jsonl`)、`ctx.sessionQuery`、`ctx.storage`、`ctx.settings`、`ctx.credentials`、`ctx.workflowEngine`、`ctx.lsp`、`ctx.jobs` 等。core 服务如 `ctx.tools`、`ctx.sessions`、`ctx.systemPrompt`、`ctx.agents`、`ctx.agentLoop`(bundle)。
493
493
  - 完整消费者/实现关系图可作插件开发者的"服务地图"。
494
494
 
495
495
  #### `/reference/config-catalog` —— 插件配置目录(生成,`docs/config-catalog.md`,约 3151 行)
@@ -617,7 +617,7 @@
617
617
  - `/develop/cordis-tutorial/`、`/develop/cordis-tutorial/01-first-plugin`、`/develop/cordis-tutorial/02-lifecycle-and-effects`、`/develop/cordis-tutorial/03-services`、`/develop/cordis-tutorial/04-events`、`/develop/cordis-tutorial/05-config`、`/develop/cordis-tutorial/06-composition-and-hmr`、`/develop/cordis-tutorial/07-into-the-harness`
618
618
  - `/reference/`、`/reference/cordis-primer`、`/reference/capability-seams`、`/reference/agent-lifecycle`、`/reference/tool-execution-pipeline`、`/reference/config-catalog`、`/reference/tool-catalog`、`/reference/persistence-catalog`
619
619
  - `/reference/cordis-api/context`、`/reference/cordis-api/events`、`/reference/cordis-api/fiber`、`/reference/cordis-api/registry`、`/reference/cordis-api/service`、`/reference/cordis-api/inherited`
620
- - `/reference/cookbook/adding-a-package`、`/reference/cookbook/adding-a-tool`、`/reference/cookbook/adding-an-llm-adapter`、`/reference/cookbook/extension-cookbook`、`/reference/cookbook/adding-a-conversation-node`
620
+ - `/reference/cookbook/adding-a-package`、`/reference/cookbook/adding-a-tool`、`/reference/cookbook/adding-an-llm-adapter`、`/reference/cookbook/extension-cookbook`
621
621
  - `/reference/subsystems/` + 子系统(core, scope, invariants, session, session-query, session-reference, session-title, session-projection, persistence, spill, session-telemetry, llm-streaming, token-meter, system-prompt, compaction, tools, shell, subprocess, terminal, jobs, filesystem, lsp, code-runtime, web, skills, workflow, subagent, approval, permission-presets, sandbox, plan, user-questions, commands, goal, schedule, web-server, typert, client-modules, storage, workspace, settings, credentials)
622
622
 
623
623
  ### 5.3 GitHub 仓库文档源文件(web_search 命中,均在 `github.com/deepseek-ai/deepseek-harness`)
@@ -146,7 +146,7 @@ Get-ChildItem (Join-Path $docRoot 'subsystems') -Filter *.md | ForEach-Object {
146
146
  Get-ChildItem (Join-Path $docRoot 'cordis-api') -Filter *.md | ForEach-Object {
147
147
  [void]$routes.Add('reference/cordis-api/' + (SitePath $_.Name))
148
148
  }
149
- @('adding-a-package','adding-a-tool','adding-an-llm-adapter','extension-cookbook','adding-a-conversation-node') | ForEach-Object {
149
+ @('adding-a-package','adding-a-tool','adding-an-llm-adapter','extension-cookbook') | ForEach-Object {
150
150
  [void]$routes.Add("reference/cookbook/$_")
151
151
  }
152
152
 
@@ -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, examples/AGENTS.md, packages/README.md, vendor/README.md, website/docs.ts
29
- # 上游 root README.md 不在此列:official-docs/README.md KB 自有索引(上游英文 README 快照在 downloads/github/harness/README.md)。
30
- # pathspec 全部用 :(top) 锚定,避免 git basename 全局匹配把仓库深处的同名 symlink(如各处 CLAUDE.md)误收进归档。
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)examples/AGENTS.md', ':(top)packages/README.md', ':(top)vendor/README.md', ':(top)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
+ # 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
+ # 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')
32
32
 
33
33
  if ($gitOk) {
34
34
  # Prefer origin/master, fall back to HEAD - never the working tree (may contain untracked/unpushed content).
@@ -41,13 +41,20 @@ if ($gitOk) {
41
41
  if ($LASTEXITCODE -ne 0) { Write-Error "git archive failed (ref=$ref)"; exit 1 }
42
42
 
43
43
  New-Item -ItemType Directory -Force -Path $dest | Out-Null
44
+ # Verbatim copy: clear the destination before extracting (keep only the KB-owned index README.md,
45
+ # which is unrelated to upstream), so structural residue from older snapshots (e.g. a top-level
46
+ # .agents/ directory from a previous tree) cannot interfere with the extraction.
47
+ Get-ChildItem -Force $dest | Where-Object { $_.Name -ne 'README.md' } | ForEach-Object {
48
+ Remove-Item $_.FullName -Recurse -Force; $pruned++
49
+ }
44
50
  & tar -xf $tmp -C $dest
45
51
  if ($LASTEXITCODE -ne 0) { Write-Error 'tar extraction failed'; exit 1 }
46
52
  Remove-Item $tmp -Force
47
53
 
48
- # CLAUDE.md 在上游是 symlink(指向 AGENTS.mdmode 120000);Windows tar 无法解出 symlink,
49
- # pathspec 'CLAUDE.md' basename 匹配到仓库深处同名 symlink,故不在 $paths 中——解包后按其
50
- # symlink 目标文本落地同名普通文件(内容即上游 blob 原文)。
54
+ # CLAUDE.md is a symlink upstream (target AGENTS.md, mode 120000); Windows tar cannot extract
55
+ # symlinks, and the 'CLAUDE.md' pathspec would basename-match same-named symlinks deeper in the
56
+ # repo, so it stays out of $paths - after extraction its target text lands as a plain file
57
+ # (content = the upstream blob text).
51
58
  $claudeTarget = (& git -C $Checkout cat-file -p "${ref}:CLAUDE.md" 2>$null | Select-Object -First 1)
52
59
  if (-not $claudeTarget) { $claudeTarget = 'AGENTS.md' }
53
60
  Set-Content -Path (Join-Path $dest 'CLAUDE.md') -Value $claudeTarget -Encoding UTF8
@@ -59,7 +66,8 @@ if ($gitOk) {
59
66
  Remove-Item (Join-Path $dest 'website') -Force -Recurse -ErrorAction SilentlyContinue
60
67
  }
61
68
 
62
- # 目的目录只保留范围内条目(清掉历史抽取残留/上游删除的根文件,保证逐字副本无污染)。
69
+ # Keep only in-scope entries at the destination root (drops stale extraction residue and
70
+ # upstream-deleted root files so the copy stays verbatim).
63
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')
64
72
  Get-ChildItem -Force $dest | Where-Object { $rootKeep -notcontains $_.Name } | ForEach-Object {
65
73
  Remove-Item $_.FullName -Recurse -Force; $pruned++
@@ -94,7 +102,7 @@ if ($gitOk) {
94
102
  } else {
95
103
  Write-Output 'WARN: checkout is not a git repo (or -SkipGit) - copying the filesystem as-is; untracked files are not filtered and no pruning runs.'
96
104
  foreach ($p in $paths) {
97
- $rel = $p -replace '^:\(top\)','' # 去掉 pathspec 锚定前缀得到仓库内相对路径
105
+ $rel = $p -replace '^:\(top\)','' # strip the pathspec anchor to get the in-repo relative path
98
106
  $srcFull = Join-Path $Checkout ($rel -replace '/','\')
99
107
  if (-not (Test-Path $srcFull)) { Write-Output "SKIP(source missing): $rel"; continue }
100
108
  $target = Join-Path $dest ($rel -replace '/','\')
@@ -119,9 +127,9 @@ $L = @(
119
127
  "| Source ref | ``$ref`` |",
120
128
  "| Source commit | ``$sha`` |",
121
129
  "| Synced at (UTC) | $utc |",
122
- '| Scope | tracked files at the ref: `docs/`, root `AGENTS.md`, `BENCHMARK.md`, `CLAUDE.md`(symlink 目标文本), `CONTRIBUTING.md`/`.zh.md`/`.i18n.yaml`, `README.zh.md`/`.i18n.yaml`(上游英文 `README.md` 不在本目录,快照见 `downloads/github/harness/README.md`), `THIRD_PARTY_NOTICES.md`, `LICENSE`, `packages/AGENTS.md`, `examples/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` |',
123
131
  "| File counts | docs/: $mdCount md files ($zhCount .zh.md pairs) |",
124
- "| Pruned this run | $pruned 个不在范围内/上游已删除的条目 |",
132
+ "| Pruned this run | $pruned out-of-scope/upstream-deleted entries |",
125
133
  '',
126
134
  'Drift check: `pwsh -File scripts/verify-kit.ps1 -Checkout <checkout>` (tracked files only).'
127
135
  )
@@ -28,7 +28,6 @@ $critical = @(
28
28
  'references/official-docs/docs/architecture.md',
29
29
  'references/official-docs/docs/cookbook/extension-cookbook.md',
30
30
  'references/official-docs/docs/cookbook/adding-a-tool.md',
31
- 'references/official-docs/docs/cookbook/adding-a-conversation-node.md',
32
31
  'references/official-docs/docs/event-producer-consumer.md',
33
32
  'references/official-docs/docs/user/develop/basic/index.md',
34
33
  'references/official-docs/docs/user/develop/basic/tool.md',
@@ -44,7 +43,6 @@ $critical = @(
44
43
  'references/official-docs/AGENTS.md',
45
44
  'references/official-docs/SNAPSHOT.md',
46
45
  'references/official-docs/packages/AGENTS.md',
47
- 'references/official-docs/examples/AGENTS.md',
48
46
  'references/official-docs/packages/README.md',
49
47
  'references/official-docs/vendor/README.md',
50
48
  'scripts/download-sources.ps1','scripts/download-community-repos.ps1','scripts/gen-topic-snapshot.ps1','scripts/sync-official-docs.ps1','scripts/install-skill.ps1','scripts/verify-kit.ps1','scripts/archive-discussions.ps1','scripts/download-community-articles.ps1'
@@ -61,7 +59,6 @@ function Assert-FirstLine([string]$rel, [string]$pattern, [string]$expect) {
61
59
  }
62
60
  Assert-FirstLine 'references/official-docs/AGENTS.md' '# AGENTS.md' "仓库根 AGENTS.md 标题"
63
61
  Assert-FirstLine 'references/official-docs/packages/AGENTS.md' '# AGENTS.md*Harness Packages*' "packages/AGENTS.md 标题"
64
- Assert-FirstLine 'references/official-docs/examples/AGENTS.md' '# AGENTS.md*Examples*' "examples/AGENTS.md 标题"
65
62
 
66
63
  # ---- 2) 自有文档相对链接解析 ----
67
64
  # 只检查 markdown 链接目标(读者会点击的);代码块/行内码里的裸词不参与,
@@ -133,7 +130,6 @@ if ($Checkout -and (Test-Path $Checkout)) {
133
130
  'THIRD_PARTY_NOTICES.md' = 'THIRD_PARTY_NOTICES.md';
134
131
  'LICENSE' = 'LICENSE';
135
132
  'packages/AGENTS.md' = 'packages\AGENTS.md';
136
- 'examples/AGENTS.md' = 'examples\AGENTS.md';
137
133
  'packages/README.md' = 'packages\README.md';
138
134
  'vendor/README.md' = 'vendor\README.md';
139
135
  'website/docs.ts' = 'website-docs.ts'
@@ -6,7 +6,7 @@ Un plugin de DeepSeek Harness (DSH) generado con [`dsh-plugin-dev new`](https://
6
6
 
7
7
  | Superficie | Estado |
8
8
  |---|---|
9
- | Harness | DeepSeek Harness `0.1.1-rc.2` |
9
+ | Harness | DeepSeek Harness `0.1.2-alpha.3` |
10
10
  | Node | `^22.19.0 || >=24.0.0` |
11
11
  | Plataformas | Todas (ESM puro; sin código nativo, sin red) |
12
12
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  | सतह | स्थिति |
8
8
  |---|---|
9
- | Harness | DeepSeek Harness `0.1.1-rc.2` |
9
+ | Harness | DeepSeek Harness `0.1.2-alpha.3` |
10
10
  | Node | `^22.19.0 || >=24.0.0` |
11
11
  | प्लेटफ़ॉर्म | सभी (शुद्ध ESM; कोई नेटिव कोड नहीं, कोई नेटवर्क नहीं) |
12
12
 
@@ -6,7 +6,7 @@ A DeepSeek Harness (DSH) plugin scaffolded by [`dsh-plugin-dev new`](https://git
6
6
 
7
7
  | Surface | Status |
8
8
  |---|---|
9
- | Harness | DeepSeek Harness `0.1.1-rc.2` |
9
+ | Harness | DeepSeek Harness `0.1.2-alpha.3` |
10
10
  | Node | `^22.19.0 || >=24.0.0` |
11
11
  | Platforms | All (plain ESM; no native code, no network) |
12
12
 
@@ -6,7 +6,7 @@ Um plugin do DeepSeek Harness (DSH) gerado com [`dsh-plugin-dev new`](https://gi
6
6
 
7
7
  | Superfície | Estado |
8
8
  |---|---|
9
- | Harness | DeepSeek Harness `0.1.1-rc.2` |
9
+ | Harness | DeepSeek Harness `0.1.2-alpha.3` |
10
10
  | Node | `^22.19.0 || >=24.0.0` |
11
11
  | Plataformas | Todas (ESM puro; sem código nativo, sem rede) |
12
12
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  | 项目 | 状态 |
8
8
  |---|---|
9
- | Harness | DeepSeek Harness `0.1.1-rc.2` |
9
+ | Harness | DeepSeek Harness `0.1.2-alpha.3` |
10
10
  | Node | `^22.19.0 || >=24.0.0` |
11
11
  | 平台 | 全部(纯 ESM;无原生代码、无网络) |
12
12
 
@@ -12,15 +12,15 @@
12
12
  "test": "vitest run"
13
13
  },
14
14
  "devDependencies": {
15
- "@deepseek-ai/cordis": "^4.0.1",
15
+ "@deepseek-ai/cordis": "^4.0.2",
16
16
  "@deepseek-ai/dsh-tools": ">=0.1.0-rc.8 <0.2.0",
17
- "@deepseek-ai/schemastery": "^3.18.0",
17
+ "@deepseek-ai/schemastery": "^3.18.2",
18
18
  "vitest": "^3.2.7"
19
19
  },
20
20
  "peerDependencies": {
21
- "@deepseek-ai/cordis": "^4.0.1",
21
+ "@deepseek-ai/cordis": "^4.0.2",
22
22
  "@deepseek-ai/dsh-tools": ">=0.1.0-rc.8 <0.2.0",
23
- "@deepseek-ai/schemastery": "^3.18.0"
23
+ "@deepseek-ai/schemastery": "^3.18.2"
24
24
  },
25
25
  "dsh": {
26
26
  "bundle": {
@@ -6,7 +6,7 @@ Un plugin de DeepSeek Harness (DSH) generado con [`dsh-plugin-dev new`](https://
6
6
 
7
7
  | Superficie | Estado |
8
8
  |---|---|
9
- | Harness | DeepSeek Harness `0.1.1-rc.2` |
9
+ | Harness | DeepSeek Harness `0.1.2-alpha.3` |
10
10
  | Node | `^22.19.0 || >=24.0.0` |
11
11
  | Plataformas | Todas (ESM puro; sin código nativo, sin red) |
12
12
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  | सतह | स्थिति |
8
8
  |---|---|
9
- | Harness | DeepSeek Harness `0.1.1-rc.2` |
9
+ | Harness | DeepSeek Harness `0.1.2-alpha.3` |
10
10
  | Node | `^22.19.0 || >=24.0.0` |
11
11
  | प्लेटफ़ॉर्म | सभी (शुद्ध ESM; कोई नेटिव कोड नहीं, कोई नेटवर्क नहीं) |
12
12
 
@@ -6,7 +6,7 @@ A DeepSeek Harness (DSH) plugin scaffolded by [`dsh-plugin-dev new`](https://git
6
6
 
7
7
  | Surface | Status |
8
8
  |---|---|
9
- | Harness | DeepSeek Harness `0.1.1-rc.2` |
9
+ | Harness | DeepSeek Harness `0.1.2-alpha.3` |
10
10
  | Node | `^22.19.0 || >=24.0.0` |
11
11
  | Platforms | All (plain ESM; no native code, no network) |
12
12