diff options
| author | Adam Malczewski <[email protected]> | 2026-06-23 02:35:26 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-23 02:35:26 +0900 |
| commit | 6d7b3923b40eb4baf3cefadfde236de646990713 (patch) | |
| tree | dd97bcecc6ccac0d74d791d975af82ff0bdd3e5d /packages/wire/package.json | |
| parent | 55177d549e60886338f58cb579534dc1a09f94ec (diff) | |
| download | dispatch-6d7b3923b40eb4baf3cefadfde236de646990713.tar.gz dispatch-6d7b3923b40eb4baf3cefadfde236de646990713.zip | |
feat: workspaces contract + conversation-store implementation (Wave 0+1)
Wire 0.12.0: Workspace, WorkspaceEntry, ConversationMeta.workspaceId
Transport-contract 0.16.0: workspaceId on ChatRequest/QueueRequest/ChatQueueMessage;
workspace endpoint types (EnsureWorkspaceRequest, WorkspaceResponse, etc.)
Kernel: re-export Workspace/WorkspaceEntry from contracts
Conversation-store: workspace persistence + service methods (getWorkspace,
ensureWorkspace, setWorkspaceTitle, setWorkspaceDefaultCwd, deleteWorkspace,
listWorkspaces, getWorkspaceId, setWorkspaceId, getEffectiveCwd, isValidWorkspaceSlug);
listConversations filter by workspaceId; forkHistory/replaceHistory preserve
workspaceId. 111 tests pass.
FE handoff: frontend-workspaces-handoff.md (courier doc)
18 typecheck errors in session-orchestrator/transport-http/cli test fakes
(expected fan-out — fixed in Wave 2+3).
Diffstat (limited to 'packages/wire/package.json')
| -rw-r--r-- | packages/wire/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/wire/package.json b/packages/wire/package.json index e375c8f..027c0b3 100644 --- a/packages/wire/package.json +++ b/packages/wire/package.json @@ -1,6 +1,6 @@ { "name": "@dispatch/wire", - "version": "0.11.0", + "version": "0.12.0", "type": "module", "private": true, "main": "dist/index.js", |
