summaryrefslogtreecommitdiffhomepage
path: root/bun.lock
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-05 00:04:58 +0900
committerAdam Malczewski <[email protected]>2026-06-05 00:04:58 +0900
commitbf52b114711f148df0446911ce2b0b3783c4d5ab (patch)
tree527a00c1f5406f55ef00481f8704c0e44cd88e56 /bun.lock
parente56b591d56ea3f3007c612da2f0fe2004d696f45 (diff)
downloaddispatch-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.lock15
1 files changed, 15 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index a92e1a7..6fa16ea 100644
--- a/bun.lock
+++ b/bun.lock
@@ -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"],