summaryrefslogtreecommitdiffhomepage
path: root/bun.lock
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-26 00:02:22 +0900
committerAdam Malczewski <[email protected]>2026-06-26 00:02:22 +0900
commitc5c34ed70e0f04b7b936fa7a1d88ef807472fb96 (patch)
tree2eb3d32159c2875cf518fc47b7f48010d506aafe /bun.lock
parent9b91d1bca83e7599fb7d7de6038cedf186e61764 (diff)
downloaddispatch-c5c34ed70e0f04b7b936fa7a1d88ef807472fb96.tar.gz
dispatch-c5c34ed70e0f04b7b936fa7a1d88ef807472fb96.zip
feat(heartbeat): workspace heartbeat loop with configurable AI monitoring
Diffstat (limited to 'bun.lock')
-rw-r--r--bun.lock15
1 files changed, 14 insertions, 1 deletions
diff --git a/bun.lock b/bun.lock
index 33a9249..202ead7 100644
--- a/bun.lock
+++ b/bun.lock
@@ -58,6 +58,15 @@
"@dispatch/kernel": "workspace:*",
},
},
+ "packages/heartbeat": {
+ "name": "@dispatch/heartbeat",
+ "version": "0.0.0",
+ "dependencies": {
+ "@dispatch/kernel": "workspace:*",
+ "@dispatch/session-orchestrator": "workspace:*",
+ "@dispatch/transport-contract": "workspace:*",
+ },
+ },
"packages/host-bin": {
"name": "@dispatch/host-bin",
"version": "0.0.0",
@@ -67,6 +76,7 @@
"@dispatch/conversation-store": "workspace:*",
"@dispatch/credential-store": "workspace:*",
"@dispatch/exec-backend": "workspace:*",
+ "@dispatch/heartbeat": "workspace:*",
"@dispatch/journal-sink": "workspace:*",
"@dispatch/kernel": "workspace:*",
"@dispatch/lsp": "workspace:*",
@@ -310,7 +320,7 @@
},
"packages/transport-contract": {
"name": "@dispatch/transport-contract",
- "version": "0.22.0",
+ "version": "0.23.0",
"dependencies": {
"@dispatch/ui-contract": "workspace:*",
"@dispatch/wire": "workspace:*",
@@ -322,6 +332,7 @@
"dependencies": {
"@dispatch/conversation-store": "workspace:*",
"@dispatch/credential-store": "workspace:*",
+ "@dispatch/heartbeat": "workspace:*",
"@dispatch/kernel": "workspace:*",
"@dispatch/lsp": "workspace:*",
"@dispatch/mcp": "workspace:*",
@@ -384,6 +395,8 @@
"@dispatch/exec-backend": ["@dispatch/exec-backend@workspace:packages/exec-backend"],
+ "@dispatch/heartbeat": ["@dispatch/heartbeat@workspace:packages/heartbeat"],
+
"@dispatch/host-bin": ["@dispatch/host-bin@workspace:packages/host-bin"],
"@dispatch/journal-sink": ["@dispatch/journal-sink@workspace:packages/journal-sink"],