Files
deepseek-harness/packages/sdk
imccyu 8c1e8d9890 build(release): publish the dsh family publicly
Every release member now declares publishConfig.access: public, so the scope no
longer mixes levels: the 221 packages/*/* and apps/* manifests join the vendored
framework and the native packages.

check-workspace-constraints drops the per-sequence expectation and holds every
release member to public, which is what stops a member from drifting back.

Access is a property of the package, not of a version: the dsh packages already
published as restricted become world-readable at their next publication.
2026-08-13 18:49:32 +08:00
..

sdk/ — drive Harness runtimes from another process

English | 中文

This group contains the protocol stack for driving a Harness runtime from another process. Callers supply the runtime executable and its cordis.yml; this group does not create, configure, build, or launch developer projects. The TypeScript SDK decision owns the client contract, and the toolchain removal owns the product boundary.

Package Role
protocol/ Defines the SDK runtime wire protocol
client/ Drives a Harness runtime through the TypeScript client API
server/ Serves out-of-process SDK clients over stdio JSON-RPC