26925ae644
Refs #3163. Adds the @codewhale/runtime-sdk workspace with typed fleet Runtime API helpers, protocol-shaped TypeScript declarations, JSON/SSE event fixture handling, and typed RuntimeCapabilityError failures for create/event-stream endpoints that the Rust API has not exposed yet. Documents the SDK contract in docs/RUNTIME_API.md and wires npm workspace verification through npm test --workspace @codewhale/runtime-sdk.
12 lines
166 B
JSON
12 lines
166 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"npm/codewhale",
|
|
"npm/deepseek-tui",
|
|
"npm/runtime-sdk"
|
|
],
|
|
"devDependencies": {
|
|
"wrangler": "^4.94.0"
|
|
}
|
|
}
|