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.
12 lines
439 B
TypeScript
12 lines
439 B
TypeScript
/**
|
|
* Public DeepSeek Harness SDK runtime entry points.
|
|
*
|
|
* FIXME: rename to `@deepseek-ai/dsh-sdk-scripts` before the first tagged release —
|
|
* the current name is indefensibly generic as a published name
|
|
* ([regrouping Agent Note](../../../../.agents/notes/implemented/architecture/2026-07-29-package-regrouping.md)).
|
|
*
|
|
* @module @deepseek-ai/dsh-scripts
|
|
*/
|
|
|
|
export { runSDK, startSDK, type SdkBootContext } from './runtime.ts'
|