diff options
| author | Adam Malczewski <[email protected]> | 2026-06-05 00:04:58 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-05 00:04:58 +0900 |
| commit | bf52b114711f148df0446911ce2b0b3783c4d5ab (patch) | |
| tree | 527a00c1f5406f55ef00481f8704c0e44cd88e56 /bun.lock | |
| parent | e56b591d56ea3f3007c612da2f0fe2004d696f45 (diff) | |
| download | dispatch-bf52b114711f148df0446911ce2b0b3783c4d5ab.tar.gz dispatch-bf52b114711f148df0446911ce2b0b3783c4d5ab.zip | |
feat(host-bin): composition root — boot, discover+activate extensions, Bun.serve; full-fidelity wiring (178 tests)
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -25,6 +25,19 @@ "@dispatch/kernel": "workspace:*", }, }, + "packages/host-bin": { + "name": "@dispatch/host-bin", + "version": "0.0.0", + "dependencies": { + "@dispatch/auth-apikey": "workspace:*", + "@dispatch/conversation-store": "workspace:*", + "@dispatch/kernel": "workspace:*", + "@dispatch/provider-openai-compat": "workspace:*", + "@dispatch/session-orchestrator": "workspace:*", + "@dispatch/storage-sqlite": "workspace:*", + "@dispatch/transport-http": "workspace:*", + }, + }, "packages/kernel": { "name": "@dispatch/kernel", "version": "0.0.0", @@ -84,6 +97,8 @@ "@dispatch/conversation-store": ["@dispatch/conversation-store@workspace:packages/conversation-store"], + "@dispatch/host-bin": ["@dispatch/host-bin@workspace:packages/host-bin"], + "@dispatch/kernel": ["@dispatch/kernel@workspace:packages/kernel"], "@dispatch/provider-openai-compat": ["@dispatch/provider-openai-compat@workspace:packages/provider-openai-compat"], |
