Files
deepseek-harness/packages/scaffold/README.zh.md
Tianyi Cui 36cf4f32f4 docs(agent-note): flip the regrouping note to implemented
Move the triplet to implemented/architecture/, rewrite Proposal into a
present-tense Decision, fold Acceptance criteria and Risks into
Consequences (recording what pins the result), retitle the migration
section to what the move actually touched, and repoint the seven
inbound FIXME/README links.
2026-08-09 01:25:24 +08:00

1.5 KiB
Raw Blame History

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

English | 中文

本组包含 Harness 项目的开发者工具,以及从另一进程驱动 Harness 运行时的客户端栈。目录按角色命名,不带遗留的 sdk- 前缀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 设计