Files
deepseek-harness/packages/scaffold/README.zh.md
Tianyi Cui 25dcd7293c docs: purge chain-of-thought leakage from prose
Delete design-session citations (decision/audit/plan ordinals, stack
positions), change narration, review choreography, and reviewer-addressed
justification from comments, JSDoc, docs, READMEs, Agent Notes, tests, and
generator templates; restate every affected fact as current-state contract
prose. Fix generated docs at their sources and regenerate the catalogs and
cordis-surface regions; re-paste type-equiv blocks; update every bilingual
counterpart and re-record the pairs. Record the citation rule in the
committed-artifact-citations Agent Note.
2026-08-09 21:10:59 +08:00

1.4 KiB
Raw Blame History

scaffold/:从外部创建、启动、驱动项目

English | 中文

本组包含 Harness 项目的开发者工具,以及从另一进程驱动 Harness 运行时的客户端栈。目录按角色命名npm 名则经由重新分组 Agent Noteagent 决策记录)中 FIXME 跟踪的改名收敛为 dsh-sdk-*

职责
helper/ 提供共享的项目编辑领域
scripts/ 提供 dsh-sdk 项目命令
create-sdk/ 创建新的 SDK 项目
protocol/ 定义 SDK 运行时通信协议
client/ 通过 TypeScript 客户端 API 驱动 Harness 运行时
server/ 通过 stdio JSON-RPC 为进程外 SDK 客户端提供服务
telemetry/ 提供启动器 telemetry、同意与脱敏原语

@deepseek-ai/create-sdk 遵循 npm 的 scoped initializer 命名约定;其余包遵循仓库的 @deepseek-ai/dsh-* 约定。参见开发者项目工作流项目编辑架构TypeScript SDK 设计