feat: single-source cross-app wire contracts in @boocode/contracts (v2.7.13)
Move all hand-synced cross-app wire contracts into one built workspace package, @boocode/contracts, consumed by server/web/coder/coder-web via workspace:* + a per-subpath exports map. The ws-frames and provider-config Zod schemas are schema-first (z.infer); MessageMetadata, ErrorReason, AgentSessionConfig, the provider snapshot types, and WorktreeRiskReport are each single-sourced. Deletes the byte-identical copies and their parity tests, fixes a live AgentSessionConfig drift (coder dead copy removed, unified to the web required/nullable shape), removes the dead pending_change WS arms in the fallback SPA, and inverts the build order (contracts builds first) across root build, Dockerfile, and the coder deploy docs. Reverses the shared-package decision declined in v2.5.12.
This commit is contained in:
5
packages/contracts/src/index.ts
Normal file
5
packages/contracts/src/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// @boocode/contracts — single source of truth for cross-app wire contracts.
|
||||
// Each contract is exported from its own subpath (e.g. @boocode/contracts/ws-frames).
|
||||
// This root module is intentionally empty; import from the subpath directly.
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user