mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
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.
1.4 KiB
1.4 KiB
scaffold/:从外部创建、启动、驱动项目
English | 中文
本组包含 Harness 项目的开发者工具,以及从另一进程驱动 Harness 运行时的客户端栈。目录按角色命名;npm 名则经由重新分组 Agent Note(agent 决策记录)中 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 设计。