Files
codewhale/package.json
T
Hunter B 26925ae644 feat(runtime-sdk): add fleet helper client
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.
2026-06-12 22:17:16 -07:00

12 lines
166 B
JSON

{
"private": true,
"workspaces": [
"npm/codewhale",
"npm/deepseek-tui",
"npm/runtime-sdk"
],
"devDependencies": {
"wrangler": "^4.94.0"
}
}