From ebcaf59180bda1d04e6353ccd3ea78e45bed7088 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Wed, 24 Jun 2026 00:11:13 +0900 Subject: feat(system-prompt): register extension in host-bin CORE_EXTENSIONS Register @dispatch/system-prompt in CORE_EXTENSIONS (after skills, before cache-warming). Add dep + tsconfig ref. 1396 vitest pass, typecheck + biome clean. --- bun.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'bun.lock') diff --git a/bun.lock b/bun.lock index ce128e4..816651a 100644 --- a/bun.lock +++ b/bun.lock @@ -70,6 +70,7 @@ "@dispatch/storage-sqlite": "workspace:*", "@dispatch/surface-loaded-extensions": "workspace:*", "@dispatch/surface-registry": "workspace:*", + "@dispatch/system-prompt": "workspace:*", "@dispatch/throughput-store": "workspace:*", "@dispatch/todo": "workspace:*", "@dispatch/tool-edit-file": "workspace:*", -- cgit v1.2.3