summaryrefslogtreecommitdiffhomepage
path: root/packages/host-bin/package.json
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-24 00:11:13 +0900
committerAdam Malczewski <[email protected]>2026-06-24 00:11:13 +0900
commitebcaf59180bda1d04e6353ccd3ea78e45bed7088 (patch)
tree177d0bf099e5f570774f012259ccd3b71160bee9 /packages/host-bin/package.json
parentd225ea4bd5f95d39a910704fe45acdf847c953fa (diff)
downloaddispatch-ebcaf59180bda1d04e6353ccd3ea78e45bed7088.tar.gz
dispatch-ebcaf59180bda1d04e6353ccd3ea78e45bed7088.zip
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.
Diffstat (limited to 'packages/host-bin/package.json')
-rw-r--r--packages/host-bin/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/host-bin/package.json b/packages/host-bin/package.json
index ca328da..abc4a3e 100644
--- a/packages/host-bin/package.json
+++ b/packages/host-bin/package.json
@@ -28,6 +28,7 @@
"@dispatch/lsp": "workspace:*",
"@dispatch/surface-loaded-extensions": "workspace:*",
"@dispatch/surface-registry": "workspace:*",
- "@dispatch/transport-ws": "workspace:*"
+ "@dispatch/transport-ws": "workspace:*",
+ "@dispatch/system-prompt": "workspace:*"
}
}