From bf52b114711f148df0446911ce2b0b3783c4d5ab Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Fri, 5 Jun 2026 00:04:58 +0900 Subject: feat(host-bin): composition root — boot, discover+activate extensions, Bun.serve; full-fidelity wiring (178 tests) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun.lock | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'bun.lock') 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"], -- cgit v1.2.3