@askexenow/exe-os 0.9.264 → 0.9.265
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/backfill-metadata-WM46YQZL.js +597 -0
- package/dist/bin/agentic-ontology-backfill.js +1 -1
- package/dist/bin/agentic-reflection-backfill.js +1 -1
- package/dist/bin/agentic-semantic-label.js +1 -1
- package/dist/bin/backfill-conversations.js +1 -1
- package/dist/bin/backfill-responses.js +1 -1
- package/dist/bin/backfill-vectors.js +2 -2
- package/dist/bin/bulk-sync-postgres.js +1 -1
- package/dist/bin/cleanup-stale-review-tasks.js +2 -2
- package/dist/bin/cli.js +5 -5
- package/dist/bin/exe-assign.js +1 -1
- package/dist/bin/exe-boot.js +3 -3
- package/dist/bin/exe-dispatch.js +2 -2
- package/dist/bin/exe-doctor.js +1 -1
- package/dist/bin/exe-export-behaviors.js +2 -2
- package/dist/bin/exe-forget.js +3 -3
- package/dist/bin/exe-gateway.js +5 -5
- package/dist/bin/exe-heartbeat.js +3 -3
- package/dist/bin/exe-kill.js +3 -3
- package/dist/bin/exe-launch-agent.js +3 -3
- package/dist/bin/exe-pending-messages.js +3 -3
- package/dist/bin/exe-pending-notifications.js +2 -2
- package/dist/bin/exe-pending-reviews.js +6 -4
- package/dist/bin/exe-review.js +3 -3
- package/dist/bin/exe-search.js +2 -2
- package/dist/bin/exe-session-cleanup.js +5 -5
- package/dist/bin/exe-start-codex.js +1 -1
- package/dist/bin/exe-start-opencode.js +1 -1
- package/dist/bin/exe-status.js +3 -3
- package/dist/bin/exe-team.js +1 -1
- package/dist/bin/git-sweep.js +2 -2
- package/dist/bin/graph-backfill.js +1 -1
- package/dist/bin/graph-export.js +2 -2
- package/dist/bin/import-history.js +2 -2
- package/dist/bin/intercom-check.js +5 -4
- package/dist/bin/mcp-sessions.js +2 -2
- package/dist/bin/orchestration-metrics.js +1 -1
- package/dist/bin/scan-tasks.js +2 -2
- package/dist/bin/shard-migrate.js +1 -1
- package/dist/capacity-monitor-FZORNXTA.js +49 -0
- package/dist/catchup-brief-PRKHIRWW.js +151 -0
- package/dist/chunk-2GU3NYMB.js +813 -0
- package/dist/chunk-2VT7Z2E2.js +197 -0
- package/dist/chunk-3L6XLN4V.js +1090 -0
- package/dist/chunk-3T4PNG5O.js +447 -0
- package/dist/chunk-3W324KN7.js +13696 -0
- package/dist/chunk-4IATAIAF.js +89 -0
- package/dist/chunk-5M4F2FVD.js +204 -0
- package/dist/chunk-5TANMPI4.js +377 -0
- package/dist/chunk-67E5WIMW.js +333 -0
- package/dist/chunk-6NRJIARA.js +346 -0
- package/dist/chunk-6O22GTSE.js +1148 -0
- package/dist/chunk-7O5CMDP6.js +1345 -0
- package/dist/chunk-7P2JKEO3.js +382 -0
- package/dist/chunk-A4UY44T7.js +486 -0
- package/dist/chunk-AZHPQGSI.js +159 -0
- package/dist/chunk-BQAC3GCO.js +127 -0
- package/dist/chunk-CIWJRYIC.js +244 -0
- package/dist/chunk-CZO2DGGF.js +214 -0
- package/dist/chunk-D55SXO3N.js +3951 -0
- package/dist/chunk-EPDSRI6O.js +284 -0
- package/dist/chunk-EU34R2A3.js +1073 -0
- package/dist/chunk-G4KEDLSM.js +488 -0
- package/dist/chunk-IODP4JNE.js +551 -0
- package/dist/chunk-IZ6LCET7.js +58 -0
- package/dist/chunk-LPG3U5UW.js +731 -0
- package/dist/chunk-NH6TPXZV.js +13696 -0
- package/dist/chunk-O5TZI7OZ.js +50 -0
- package/dist/chunk-Q3N4KHLM.js +330 -0
- package/dist/chunk-QHQTMWYH.js +54 -0
- package/dist/chunk-QNYOPM2L.js +1921 -0
- package/dist/chunk-SPOA7EOD.js +81 -0
- package/dist/chunk-TK23WXKB.js +128 -0
- package/dist/chunk-TOVXER6J.js +76 -0
- package/dist/chunk-UIPAZYP7.js +171 -0
- package/dist/chunk-WXW4GF6M.js +495 -0
- package/dist/{chunk-YGOUKUNX.js → chunk-XLYBSXWS.js} +2 -1
- package/dist/core-memory-QXMQ5I7S.js +110 -0
- package/dist/crm-webhook-CH5W633Y.js +10 -0
- package/dist/cto-delegation-gate-XY3NMGTE.js +206 -0
- package/dist/daemon-orchestration-LS62JMTI.js +135 -0
- package/dist/dreaming-ZBKE2GFX.js +32 -0
- package/dist/exe-export-JNSQRIWI.js +73 -0
- package/dist/exe-import-AVGWQZLU.js +76 -0
- package/dist/exe-key-WR6QEHYO.js +579 -0
- package/dist/exe-snapshot-U6K3J6BD.js +164 -0
- package/dist/fast-db-init-ZHRRYI7M.js +7 -0
- package/dist/gateway/index.js +6 -6
- package/dist/git-task-sweep-64KSWRUI.js +40 -0
- package/dist/hooks/bug-report-worker.js +4 -4
- package/dist/hooks/codex-stop-task-finalizer.js +4 -4
- package/dist/hooks/commit-complete.js +4 -4
- package/dist/hooks/error-recall.js +2 -2
- package/dist/hooks/ingest.js +2 -2
- package/dist/hooks/instructions-loaded.js +1 -1
- package/dist/hooks/manifest.json +18 -18
- package/dist/hooks/notification.js +1 -1
- package/dist/hooks/post-compact.js +2 -2
- package/dist/hooks/post-tool-combined.js +2 -2
- package/dist/hooks/pre-compact.js +3 -3
- package/dist/hooks/pre-tool-use.js +6 -6
- package/dist/hooks/prompt-submit.js +15 -10
- package/dist/hooks/session-end.js +5 -5
- package/dist/hooks/session-start.js +5 -5
- package/dist/hooks/stop.js +5 -5
- package/dist/hooks/subagent-stop.js +2 -2
- package/dist/hooks/summary-worker.js +5 -5
- package/dist/index.js +9 -9
- package/dist/lib/consolidation.js +2 -2
- package/dist/lib/exe-daemon.js +17 -17
- package/dist/lib/hybrid-search.js +2 -2
- package/dist/lib/messaging.js +2 -2
- package/dist/lib/schedules.js +2 -2
- package/dist/lib/store.js +1 -1
- package/dist/lib/tasks.js +3 -3
- package/dist/lib/tmux-routing.js +1 -1
- package/dist/mcp/register-tools.js +24 -24
- package/dist/mcp/server.js +25 -25
- package/dist/mcp/tools/create-task.js +4 -4
- package/dist/mcp/tools/list-tasks.js +4 -4
- package/dist/mcp/tools/send-message.js +3 -3
- package/dist/mcp/tools/update-task.js +4 -4
- package/dist/notifications-45QSHDFA.js +45 -0
- package/dist/orchestrator-7XBMFK7D.js +33 -0
- package/dist/pipeline-router-MQKRNCTR.js +13 -0
- package/dist/reranker-CJW3UYE2.js +19 -0
- package/dist/review-polling-RL75XLAY.js +124 -0
- package/dist/runtime/index.js +3 -3
- package/dist/session-events-ZULAN4XL.js +36 -0
- package/dist/session-scope-V2RSOTDU.js +86 -0
- package/dist/skill-refinement-BSX6Q6IN.js +157 -0
- package/dist/task-enforcement-JRTAOYZT.js +333 -0
- package/dist/task-scope-GNCB2GAM.js +35 -0
- package/dist/tasks-crud-MZIOYF3R.js +77 -0
- package/dist/tasks-notify-7KNZ4ULO.js +38 -0
- package/dist/tasks-review-U5VEV4Y7.js +47 -0
- package/dist/telemetry-upload-BIB5TJA4.js +739 -0
- package/dist/tui/App.js +7 -7
- package/dist/tui-data-ZSB5DDEY.js +258 -0
- package/dist/worker-gate-TXLX33PX.js +21 -0
- package/dist/workflow-engine-3PIT3Y56.js +28 -0
- package/package.json +1 -1
- package/release-notes.json +14 -13
|
@@ -36,7 +36,7 @@ process.stdin.on("end", async () => {
|
|
|
36
36
|
try {
|
|
37
37
|
const { getActiveAgent } = await import("../active-agent-QTDTBHBS.js");
|
|
38
38
|
const { getProjectName } = await import("../project-name-EWG5KAZP.js");
|
|
39
|
-
const { getCurrentSessionScope } = await import("../task-scope-
|
|
39
|
+
const { getCurrentSessionScope } = await import("../task-scope-GNCB2GAM.js");
|
|
40
40
|
const { canCoordinate } = await import("../lib/employees.js");
|
|
41
41
|
const data = JSON.parse(input);
|
|
42
42
|
const projectName = getProjectName(data.cwd || void 0);
|
|
@@ -78,7 +78,7 @@ process.stdin.on("end", async () => {
|
|
|
78
78
|
}
|
|
79
79
|
if (!daemonDegraded) {
|
|
80
80
|
try {
|
|
81
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
81
|
+
const { fastDbInit } = await import("../fast-db-init-ZHRRYI7M.js");
|
|
82
82
|
await fastDbInit();
|
|
83
83
|
} catch {
|
|
84
84
|
daemonDegraded = true;
|
|
@@ -163,7 +163,7 @@ You are **${ag.agentId}**. Daemon is degraded \u2014 memory unavailable.
|
|
|
163
163
|
query = `last actions on ${projectName}`;
|
|
164
164
|
header = "## Resuming Session\nHere's where you left off:";
|
|
165
165
|
try {
|
|
166
|
-
const { buildCatchupBrief } = await import("../catchup-brief-
|
|
166
|
+
const { buildCatchupBrief } = await import("../catchup-brief-PRKHIRWW.js");
|
|
167
167
|
const brief = await buildCatchupBrief(
|
|
168
168
|
agentId,
|
|
169
169
|
projectName,
|
|
@@ -188,7 +188,7 @@ The following files have been modified since you last read them:
|
|
|
188
188
|
query = `recent work on ${projectName}`;
|
|
189
189
|
header = "## Memory Brief\nRecent memories from this project:";
|
|
190
190
|
}
|
|
191
|
-
const { queryTaskRows } = await import("../tasks-crud-
|
|
191
|
+
const { queryTaskRows } = await import("../tasks-crud-MZIOYF3R.js");
|
|
192
192
|
const [memories, taskResult] = await Promise.all([
|
|
193
193
|
lightweightSearch(query, agentId, { projectName, limit: 5 }),
|
|
194
194
|
queryTaskRows({
|
|
@@ -259,7 +259,7 @@ ${wmContent}
|
|
|
259
259
|
`;
|
|
260
260
|
if (agentId !== "default" && !daemonDegraded) {
|
|
261
261
|
try {
|
|
262
|
-
const { readLatestCheckpoint } = await import("../tasks-crud-
|
|
262
|
+
const { readLatestCheckpoint } = await import("../tasks-crud-MZIOYF3R.js");
|
|
263
263
|
const checkpoint = await readLatestCheckpoint(agentId);
|
|
264
264
|
if (checkpoint) {
|
|
265
265
|
const filesTouched = checkpoint.files_touched?.length > 0 ? checkpoint.files_touched.join(", ") : "none recorded";
|
package/dist/hooks/stop.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../chunk-YG7PIB2R.js";
|
|
5
5
|
import {
|
|
6
6
|
sessionScopeFilter
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-D55SXO3N.js";
|
|
8
8
|
import "../chunk-PWLX576L.js";
|
|
9
9
|
import "../chunk-5CHYEKMH.js";
|
|
10
10
|
import "../chunk-4JERP7NT.js";
|
|
@@ -125,8 +125,8 @@ process.stdin.on("end", async () => {
|
|
|
125
125
|
process.exit(0);
|
|
126
126
|
}
|
|
127
127
|
try {
|
|
128
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
129
|
-
const { recordSessionEvent } = await import("../session-events-
|
|
128
|
+
const { fastDbInit } = await import("../fast-db-init-ZHRRYI7M.js");
|
|
129
|
+
const { recordSessionEvent } = await import("../session-events-ZULAN4XL.js");
|
|
130
130
|
const client = await fastDbInit();
|
|
131
131
|
await recordSessionEvent(client, {
|
|
132
132
|
agentId: agent.agentId,
|
|
@@ -162,7 +162,7 @@ process.stdin.on("end", async () => {
|
|
|
162
162
|
}
|
|
163
163
|
const CAPACITY_SIGNALS = /context[- ]?full|hit capacity|conversation is too long|maximum context length|context window.*(?:limit|exceed|full)/i;
|
|
164
164
|
if (!canCoordinate(agent.agentId, agent.agentRole) && CAPACITY_SIGNALS.test(message)) {
|
|
165
|
-
import("../fast-db-init-
|
|
165
|
+
import("../fast-db-init-ZHRRYI7M.js").then(({ fastDbInit }) => fastDbInit()).then(async (client) => {
|
|
166
166
|
const stScope = sessionScopeFilter();
|
|
167
167
|
const tasks = await client.execute({
|
|
168
168
|
sql: `SELECT title, status, task_file FROM tasks
|
|
@@ -308,7 +308,7 @@ ${msgs.slice(-15).join("\n")}`;
|
|
|
308
308
|
} catch {
|
|
309
309
|
}
|
|
310
310
|
if (!canCoordinate(agent.agentId, agent.agentRole)) {
|
|
311
|
-
import("../fast-db-init-
|
|
311
|
+
import("../fast-db-init-ZHRRYI7M.js").then(({ fastDbInit }) => fastDbInit()).then(async (client) => {
|
|
312
312
|
const orScope = sessionScopeFilter();
|
|
313
313
|
return client.execute({
|
|
314
314
|
sql: `SELECT title, status FROM tasks
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../chunk-YG7PIB2R.js";
|
|
5
5
|
import {
|
|
6
6
|
sessionScopeFilter
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-D55SXO3N.js";
|
|
8
8
|
import "../chunk-PWLX576L.js";
|
|
9
9
|
import "../chunk-5CHYEKMH.js";
|
|
10
10
|
import "../chunk-4JERP7NT.js";
|
|
@@ -62,7 +62,7 @@ process.stdin.on("end", async () => {
|
|
|
62
62
|
if (canCoordinate(agent.agentId, agent.agentRole)) {
|
|
63
63
|
process.exit(0);
|
|
64
64
|
}
|
|
65
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
65
|
+
const { fastDbInit } = await import("../fast-db-init-ZHRRYI7M.js");
|
|
66
66
|
const client = await fastDbInit();
|
|
67
67
|
const saScope = sessionScopeFilter();
|
|
68
68
|
const pendingResult = await client.execute({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
writeContinuityCheckpoint
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-UIPAZYP7.js";
|
|
4
4
|
import "../chunk-Q3GLQDZI.js";
|
|
5
5
|
import "../chunk-MEIHREPM.js";
|
|
6
6
|
import "../chunk-Z2AEOVEZ.js";
|
|
@@ -8,7 +8,7 @@ import "../chunk-7IZWLMTP.js";
|
|
|
8
8
|
import {
|
|
9
9
|
initStore,
|
|
10
10
|
vectorToBlob
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-2GU3NYMB.js";
|
|
12
12
|
import "../chunk-CHCA3ZM2.js";
|
|
13
13
|
import "../chunk-P2XNRKEL.js";
|
|
14
14
|
import "../chunk-Y25OJWOQ.js";
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
getCurrentSessionScope,
|
|
17
17
|
sessionScopeFilter,
|
|
18
18
|
writeNotification
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-D55SXO3N.js";
|
|
20
20
|
import "../chunk-PWLX576L.js";
|
|
21
21
|
import "../chunk-5CHYEKMH.js";
|
|
22
22
|
import "../chunk-4JERP7NT.js";
|
|
@@ -189,7 +189,7 @@ async function main() {
|
|
|
189
189
|
const { EXE_AI_DIR } = await import("../lib/config.js");
|
|
190
190
|
const flagPath = path.join(EXE_AI_DIR, "session-cache", "needs-backfill");
|
|
191
191
|
if (existsSync(flagPath)) {
|
|
192
|
-
const { tryAcquireWorkerSlot, registerWorkerPid } = await import("../worker-gate-
|
|
192
|
+
const { tryAcquireWorkerSlot, registerWorkerPid } = await import("../worker-gate-TXLX33PX.js");
|
|
193
193
|
if (!tryAcquireWorkerSlot()) {
|
|
194
194
|
process.stderr.write("[summary-worker] Backfill needed but worker gate full \u2014 skipping\n");
|
|
195
195
|
} else {
|
|
@@ -297,7 +297,7 @@ main().catch((err) => {
|
|
|
297
297
|
process.stderr.write("[summary-worker] FATAL: " + (err instanceof Error ? err.message : String(err)) + "\n");
|
|
298
298
|
}).finally(async () => {
|
|
299
299
|
try {
|
|
300
|
-
const { cleanupWorkerPid } = await import("../worker-gate-
|
|
300
|
+
const { cleanupWorkerPid } = await import("../worker-gate-TXLX33PX.js");
|
|
301
301
|
cleanupWorkerPid();
|
|
302
302
|
} catch {
|
|
303
303
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runtime_exports
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-LPG3U5UW.js";
|
|
4
|
+
import "./chunk-EPDSRI6O.js";
|
|
5
5
|
import "./chunk-YZFZDJWZ.js";
|
|
6
6
|
import "./chunk-AVE2B4DQ.js";
|
|
7
7
|
import "./chunk-NGVOA6ZQ.js";
|
|
@@ -11,7 +11,7 @@ import "./chunk-PRKVT4KN.js";
|
|
|
11
11
|
import "./chunk-HF25XPZE.js";
|
|
12
12
|
import "./chunk-O377P7GM.js";
|
|
13
13
|
import "./chunk-6WT44S2W.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-D55SXO3N.js";
|
|
15
15
|
import "./chunk-PWLX576L.js";
|
|
16
16
|
import "./chunk-5CHYEKMH.js";
|
|
17
17
|
import "./chunk-4JERP7NT.js";
|
|
@@ -28,21 +28,21 @@ import "./chunk-OPU3NYOO.js";
|
|
|
28
28
|
import "./chunk-GJV3WDWM.js";
|
|
29
29
|
import {
|
|
30
30
|
gateway_exports
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-3L6XLN4V.js";
|
|
32
32
|
import "./chunk-ECSNSHZ7.js";
|
|
33
33
|
import "./chunk-RJT7H2KR.js";
|
|
34
34
|
import "./chunk-Q3V7K4ME.js";
|
|
35
35
|
import "./chunk-N5RRQOAC.js";
|
|
36
36
|
import "./chunk-ORCCI2VV.js";
|
|
37
37
|
import "./chunk-FLSASUV3.js";
|
|
38
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-QHQTMWYH.js";
|
|
39
39
|
import "./chunk-FWFFZGSC.js";
|
|
40
40
|
import "./chunk-ECGTESAP.js";
|
|
41
|
-
import "./chunk-
|
|
42
|
-
import "./chunk-
|
|
43
|
-
import "./chunk-
|
|
41
|
+
import "./chunk-7O5CMDP6.js";
|
|
42
|
+
import "./chunk-67E5WIMW.js";
|
|
43
|
+
import "./chunk-5M4F2FVD.js";
|
|
44
44
|
import "./chunk-YGAAZN3E.js";
|
|
45
|
-
import "./chunk-
|
|
45
|
+
import "./chunk-7P2JKEO3.js";
|
|
46
46
|
import "./chunk-ONKIWA3R.js";
|
|
47
47
|
import "./chunk-MP2AFCGL.js";
|
|
48
48
|
import "./chunk-25NFDJ3N.js";
|
|
@@ -10,8 +10,8 @@ import {
|
|
|
10
10
|
selectUnconsolidated,
|
|
11
11
|
storeConsolidation,
|
|
12
12
|
sweepExpiredTraces
|
|
13
|
-
} from "../chunk-
|
|
14
|
-
import "../chunk-
|
|
13
|
+
} from "../chunk-WXW4GF6M.js";
|
|
14
|
+
import "../chunk-2GU3NYMB.js";
|
|
15
15
|
import "../chunk-CHCA3ZM2.js";
|
|
16
16
|
import "../chunk-P2XNRKEL.js";
|
|
17
17
|
import "../chunk-Y25OJWOQ.js";
|
package/dist/lib/exe-daemon.js
CHANGED
|
@@ -1300,7 +1300,7 @@ async function handleHealthCheck(socket, requestId) {
|
|
|
1300
1300
|
let pipelineStatus = "unknown";
|
|
1301
1301
|
if (dbConnected) {
|
|
1302
1302
|
try {
|
|
1303
|
-
await import("../pipeline-router-
|
|
1303
|
+
await import("../pipeline-router-MQKRNCTR.js");
|
|
1304
1304
|
pipelineStatus = "ok";
|
|
1305
1305
|
} catch {
|
|
1306
1306
|
pipelineStatus = "unavailable";
|
|
@@ -2905,13 +2905,13 @@ async function ensureStoreForPolling() {
|
|
|
2905
2905
|
}
|
|
2906
2906
|
}
|
|
2907
2907
|
async function startReviewPolling() {
|
|
2908
|
-
const polling = await import("../review-polling-
|
|
2908
|
+
const polling = await import("../review-polling-RL75XLAY.js");
|
|
2909
2909
|
const state = {
|
|
2910
2910
|
lastIntercomSent: /* @__PURE__ */ new Map(),
|
|
2911
2911
|
lastNudgeSent: /* @__PURE__ */ new Map(),
|
|
2912
2912
|
intervalMs: REVIEW_POLL_INTERVAL_MS
|
|
2913
2913
|
};
|
|
2914
|
-
const { pollReviewNudge, createReviewNudgeRealDeps, loadNudgeState } = await import("../daemon-orchestration-
|
|
2914
|
+
const { pollReviewNudge, createReviewNudgeRealDeps, loadNudgeState } = await import("../daemon-orchestration-LS62JMTI.js");
|
|
2915
2915
|
const nudgeState = loadNudgeState();
|
|
2916
2916
|
const tick = async () => traceDaemonTimer("review_polling", async () => {
|
|
2917
2917
|
fired("review_polling");
|
|
@@ -2954,7 +2954,7 @@ function startSessionTTL() {
|
|
|
2954
2954
|
if (!await ensureStoreForPolling()) return;
|
|
2955
2955
|
try {
|
|
2956
2956
|
const { getClient } = await import("./database.js");
|
|
2957
|
-
const { checkSessionTTL, createSessionTTLRealDeps } = await import("../daemon-orchestration-
|
|
2957
|
+
const { checkSessionTTL, createSessionTTLRealDeps } = await import("../daemon-orchestration-LS62JMTI.js");
|
|
2958
2958
|
const deps = createSessionTTLRealDeps(getClient);
|
|
2959
2959
|
const killed = await checkSessionTTL(deps);
|
|
2960
2960
|
if (killed.length > 0) acted("session_ttl");
|
|
@@ -3002,7 +3002,7 @@ function startIdleKill() {
|
|
|
3002
3002
|
const cfg = await getCachedConfig();
|
|
3003
3003
|
if (!cfg) return;
|
|
3004
3004
|
const { getClient } = await import("./database.js");
|
|
3005
|
-
const { pollIdleKill, createIdleKillRealDeps } = await import("../daemon-orchestration-
|
|
3005
|
+
const { pollIdleKill, createIdleKillRealDeps } = await import("../daemon-orchestration-LS62JMTI.js");
|
|
3006
3006
|
const { sessions: liveSessions, paneCache, aliveSessions } = await getSharedOrchestrationCaches();
|
|
3007
3007
|
const realDeps = createIdleKillRealDeps(
|
|
3008
3008
|
getClient,
|
|
@@ -3255,7 +3255,7 @@ function startSkillRefinement() {
|
|
|
3255
3255
|
if (!shouldRunHeavyJob("skill_refinement")) return;
|
|
3256
3256
|
try {
|
|
3257
3257
|
if (!await ensureStoreForPolling()) return;
|
|
3258
|
-
const { runSkillRefinement } = await import("../skill-refinement-
|
|
3258
|
+
const { runSkillRefinement } = await import("../skill-refinement-BSX6Q6IN.js");
|
|
3259
3259
|
const result = await runSkillRefinement();
|
|
3260
3260
|
if (result.reviewed > 0) {
|
|
3261
3261
|
acted("skill_refinement");
|
|
@@ -3844,7 +3844,7 @@ function startOrphanReaper() {
|
|
|
3844
3844
|
const tick = async () => traceDaemonTimer("orphan_reaper", async () => {
|
|
3845
3845
|
fired("orphan_reaper");
|
|
3846
3846
|
try {
|
|
3847
|
-
const { reapOrphanedMcpProcesses, createOrphanReaperRealDeps } = await import("../daemon-orchestration-
|
|
3847
|
+
const { reapOrphanedMcpProcesses, createOrphanReaperRealDeps } = await import("../daemon-orchestration-LS62JMTI.js");
|
|
3848
3848
|
const deps = createOrphanReaperRealDeps();
|
|
3849
3849
|
const reaped = await reapOrphanedMcpProcesses(deps);
|
|
3850
3850
|
if (reaped.length > 0) acted("orphan_reaper");
|
|
@@ -3871,7 +3871,7 @@ function startZombieAgentReaper() {
|
|
|
3871
3871
|
const tick = async () => traceDaemonTimer("zombie_agent_reaper", async () => {
|
|
3872
3872
|
fired("zombie_agent_reaper");
|
|
3873
3873
|
try {
|
|
3874
|
-
const { reapZombieAgentProcesses, createZombieAgentReaperRealDeps } = await import("../daemon-orchestration-
|
|
3874
|
+
const { reapZombieAgentProcesses, createZombieAgentReaperRealDeps } = await import("../daemon-orchestration-LS62JMTI.js");
|
|
3875
3875
|
const deps = createZombieAgentReaperRealDeps();
|
|
3876
3876
|
const reaped = reapZombieAgentProcesses(deps);
|
|
3877
3877
|
if (reaped.length > 0) acted("zombie_agent_reaper");
|
|
@@ -3897,7 +3897,7 @@ function startWorktreeReaper() {
|
|
|
3897
3897
|
const tick = async () => traceDaemonTimer("worktree_reaper", async () => {
|
|
3898
3898
|
fired("worktree_reaper");
|
|
3899
3899
|
try {
|
|
3900
|
-
const { reapOrphanedWorktrees, createWorktreeReaperRealDeps } = await import("../daemon-orchestration-
|
|
3900
|
+
const { reapOrphanedWorktrees, createWorktreeReaperRealDeps } = await import("../daemon-orchestration-LS62JMTI.js");
|
|
3901
3901
|
const deps = await createWorktreeReaperRealDeps();
|
|
3902
3902
|
const result = await reapOrphanedWorktrees(deps);
|
|
3903
3903
|
if (result.pruned.length > 0) {
|
|
@@ -3995,7 +3995,7 @@ function startStuckTaskRelease() {
|
|
|
3995
3995
|
if (!await ensureStoreForPolling()) return;
|
|
3996
3996
|
try {
|
|
3997
3997
|
const { getClient } = await import("./database.js");
|
|
3998
|
-
const { releaseStuckTasks, createStuckTaskRealDeps } = await import("../daemon-orchestration-
|
|
3998
|
+
const { releaseStuckTasks, createStuckTaskRealDeps } = await import("../daemon-orchestration-LS62JMTI.js");
|
|
3999
3999
|
const deps = createStuckTaskRealDeps(getClient);
|
|
4000
4000
|
const released = await releaseStuckTasks(deps);
|
|
4001
4001
|
if (released.length > 0) {
|
|
@@ -4099,12 +4099,12 @@ function startTaskEnforcementScanner() {
|
|
|
4099
4099
|
const tick = async () => traceDaemonTimer("task_enforcement", async () => {
|
|
4100
4100
|
fired("task_enforcement");
|
|
4101
4101
|
try {
|
|
4102
|
-
const { runTaskEnforcementTick } = await import("../task-enforcement-
|
|
4102
|
+
const { runTaskEnforcementTick } = await import("../task-enforcement-JRTAOYZT.js");
|
|
4103
4103
|
const { getTransport } = await import("./transport.js");
|
|
4104
4104
|
const { loadAgentConfig } = await import("./agent-config.js");
|
|
4105
4105
|
const { getClient } = await import("./database.js");
|
|
4106
4106
|
const { loadEmployeesSync } = await import("./employees.js");
|
|
4107
|
-
const { sessionScopeFilter } = await import("../task-scope-
|
|
4107
|
+
const { sessionScopeFilter } = await import("../task-scope-GNCB2GAM.js");
|
|
4108
4108
|
const transport = getTransport();
|
|
4109
4109
|
const { sessions: allSessions, paneCache, aliveSessions } = await getSharedOrchestrationCaches();
|
|
4110
4110
|
await yieldToEventLoop();
|
|
@@ -4115,7 +4115,7 @@ function startTaskEnforcementScanner() {
|
|
|
4115
4115
|
sendKeysLiteral: transport.sendKeysLiteral?.bind(transport),
|
|
4116
4116
|
isAlive: (session) => aliveSessions.has(session)
|
|
4117
4117
|
};
|
|
4118
|
-
const { checkAutoWakeGates } = await import("../daemon-orchestration-
|
|
4118
|
+
const { checkAutoWakeGates } = await import("../daemon-orchestration-LS62JMTI.js");
|
|
4119
4119
|
const { ensureEmployee } = await import("./tmux-routing.js");
|
|
4120
4120
|
const { shouldAutoInstance } = await import("./employees.js");
|
|
4121
4121
|
const projectDir = process.cwd();
|
|
@@ -4818,7 +4818,7 @@ try {
|
|
|
4818
4818
|
fired("task_group_barriers");
|
|
4819
4819
|
if (!await ensureStoreForPolling()) return;
|
|
4820
4820
|
try {
|
|
4821
|
-
const { pollTaskGroupBarriers } = await import("../daemon-orchestration-
|
|
4821
|
+
const { pollTaskGroupBarriers } = await import("../daemon-orchestration-LS62JMTI.js");
|
|
4822
4822
|
const firedCount = await pollTaskGroupBarriers();
|
|
4823
4823
|
if (firedCount > 0) {
|
|
4824
4824
|
acted("task_group_barriers");
|
|
@@ -4840,7 +4840,7 @@ try {
|
|
|
4840
4840
|
fired("checkpoint_gc");
|
|
4841
4841
|
if (!await ensureStoreForPolling()) return;
|
|
4842
4842
|
try {
|
|
4843
|
-
const { gcStaleCheckpoints } = await import("../daemon-orchestration-
|
|
4843
|
+
const { gcStaleCheckpoints } = await import("../daemon-orchestration-LS62JMTI.js");
|
|
4844
4844
|
const cleared = await gcStaleCheckpoints();
|
|
4845
4845
|
if (cleared > 0) {
|
|
4846
4846
|
acted("checkpoint_gc");
|
|
@@ -4938,7 +4938,7 @@ try {
|
|
|
4938
4938
|
fired("orphan_task_cleanup");
|
|
4939
4939
|
try {
|
|
4940
4940
|
if (!await ensureStoreForPolling()) return;
|
|
4941
|
-
const { cleanOrphanedTaskFiles, checkTaskFileConsistency } = await import("../tasks-crud-
|
|
4941
|
+
const { cleanOrphanedTaskFiles, checkTaskFileConsistency } = await import("../tasks-crud-MZIOYF3R.js");
|
|
4942
4942
|
const count = await cleanOrphanedTaskFiles();
|
|
4943
4943
|
if (count > 0) {
|
|
4944
4944
|
acted("orphan_task_cleanup");
|
|
@@ -4976,7 +4976,7 @@ try {
|
|
|
4976
4976
|
const TELEMETRY_DAILY_MS = 24 * 60 * 60 * 1e3;
|
|
4977
4977
|
const telemetryDaily = async () => {
|
|
4978
4978
|
try {
|
|
4979
|
-
const { sendTelemetry, isTelemetryEnabled } = await import("../telemetry-upload-
|
|
4979
|
+
const { sendTelemetry, isTelemetryEnabled } = await import("../telemetry-upload-BIB5TJA4.js");
|
|
4980
4980
|
if (!isTelemetryEnabled()) return;
|
|
4981
4981
|
const { upstream } = await sendTelemetry(24);
|
|
4982
4982
|
if (upstream.startsWith("sent")) {
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
recentRecords,
|
|
6
6
|
rrfMerge,
|
|
7
7
|
rrfMergeMulti
|
|
8
|
-
} from "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
} from "../chunk-6O22GTSE.js";
|
|
9
|
+
import "../chunk-2GU3NYMB.js";
|
|
10
10
|
import "../chunk-CHCA3ZM2.js";
|
|
11
11
|
import "../chunk-P2XNRKEL.js";
|
|
12
12
|
import "../chunk-Y25OJWOQ.js";
|
package/dist/lib/messaging.js
CHANGED
|
@@ -14,8 +14,8 @@ import {
|
|
|
14
14
|
sendMessage,
|
|
15
15
|
sendTypedMessage,
|
|
16
16
|
setWsClientSend
|
|
17
|
-
} from "../chunk-
|
|
18
|
-
import "../chunk-
|
|
17
|
+
} from "../chunk-Q3N4KHLM.js";
|
|
18
|
+
import "../chunk-D55SXO3N.js";
|
|
19
19
|
import "../chunk-PWLX576L.js";
|
|
20
20
|
import "../chunk-5CHYEKMH.js";
|
|
21
21
|
import "../chunk-4JERP7NT.js";
|
package/dist/lib/schedules.js
CHANGED
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
deleteSchedule,
|
|
4
4
|
listSchedules,
|
|
5
5
|
parseHumanCron
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-2VT7Z2E2.js";
|
|
7
|
+
import "../chunk-2GU3NYMB.js";
|
|
8
8
|
import "../chunk-CHCA3ZM2.js";
|
|
9
9
|
import "../chunk-P2XNRKEL.js";
|
|
10
10
|
import "../chunk-Y25OJWOQ.js";
|
package/dist/lib/store.js
CHANGED
package/dist/lib/tasks.js
CHANGED
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
createTask,
|
|
3
3
|
deleteTask,
|
|
4
4
|
updateTask
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-3T4PNG5O.js";
|
|
6
|
+
import "../chunk-CIWJRYIC.js";
|
|
7
7
|
import {
|
|
8
8
|
cleanupOrphanedReviews,
|
|
9
9
|
countNewPendingReviewsSince,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
slugify,
|
|
21
21
|
updateTaskStatus,
|
|
22
22
|
writeCheckpoint
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-D55SXO3N.js";
|
|
24
24
|
import "../chunk-PWLX576L.js";
|
|
25
25
|
import "../chunk-5CHYEKMH.js";
|
|
26
26
|
import "../chunk-4JERP7NT.js";
|
package/dist/lib/tmux-routing.js
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import {
|
|
2
2
|
registerAllTools
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-3W324KN7.js";
|
|
4
4
|
import "../chunk-O4D4DSNZ.js";
|
|
5
5
|
import "../chunk-557C2IGL.js";
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-TK23WXKB.js";
|
|
7
|
+
import "../chunk-QNYOPM2L.js";
|
|
8
|
+
import "../chunk-IZ6LCET7.js";
|
|
9
9
|
import "../chunk-2WBBVEIB.js";
|
|
10
10
|
import "../chunk-AU64ZSNH.js";
|
|
11
11
|
import "../chunk-BBPRL2MP.js";
|
|
12
12
|
import "../chunk-E6ORBQHP.js";
|
|
13
13
|
import "../chunk-KH5Y6RR4.js";
|
|
14
14
|
import "../chunk-SJOPWCOX.js";
|
|
15
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-IODP4JNE.js";
|
|
16
16
|
import "../chunk-IITNQWCX.js";
|
|
17
17
|
import "../chunk-UG5IYXJT.js";
|
|
18
18
|
import "../chunk-NL35XNLI.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-6NRJIARA.js";
|
|
20
20
|
import "../chunk-MV2T7Q3V.js";
|
|
21
21
|
import "../chunk-6HVXFKP6.js";
|
|
22
22
|
import "../chunk-5KTO3LBQ.js";
|
|
23
23
|
import "../chunk-ZGCPEWFP.js";
|
|
24
24
|
import "../chunk-J7LUMKFQ.js";
|
|
25
|
-
import "../chunk-
|
|
25
|
+
import "../chunk-5TANMPI4.js";
|
|
26
26
|
import "../chunk-PKJFMRUG.js";
|
|
27
|
-
import "../chunk-
|
|
28
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-O5TZI7OZ.js";
|
|
28
|
+
import "../chunk-G4KEDLSM.js";
|
|
29
29
|
import "../chunk-MLXJ5EZG.js";
|
|
30
|
-
import "../chunk-
|
|
31
|
-
import "../chunk-
|
|
30
|
+
import "../chunk-4IATAIAF.js";
|
|
31
|
+
import "../chunk-BQAC3GCO.js";
|
|
32
32
|
import "../chunk-33ZGDWSS.js";
|
|
33
|
-
import "../chunk-
|
|
34
|
-
import "../chunk-
|
|
33
|
+
import "../chunk-2VT7Z2E2.js";
|
|
34
|
+
import "../chunk-TOVXER6J.js";
|
|
35
35
|
import "../chunk-F255GOZU.js";
|
|
36
36
|
import "../chunk-46SQTBQW.js";
|
|
37
|
-
import "../chunk-
|
|
37
|
+
import "../chunk-Q3N4KHLM.js";
|
|
38
38
|
import "../chunk-GP6G6EQI.js";
|
|
39
39
|
import "../chunk-GUMRIUI5.js";
|
|
40
40
|
import "../chunk-I7AW4237.js";
|
|
41
|
-
import "../chunk-
|
|
41
|
+
import "../chunk-EU34R2A3.js";
|
|
42
42
|
import "../chunk-RQI5TG5F.js";
|
|
43
43
|
import "../chunk-IBGC6JFX.js";
|
|
44
44
|
import "../chunk-2XZ6X3PJ.js";
|
|
@@ -51,23 +51,23 @@ import "../chunk-E7SHKUAE.js";
|
|
|
51
51
|
import "../chunk-X2Z5GT3V.js";
|
|
52
52
|
import "../chunk-6OOAVH7Y.js";
|
|
53
53
|
import "../chunk-C5SOAWDO.js";
|
|
54
|
-
import "../chunk-
|
|
54
|
+
import "../chunk-WXW4GF6M.js";
|
|
55
55
|
import "../chunk-HOKOOBDL.js";
|
|
56
56
|
import "../chunk-MGTVPIEZ.js";
|
|
57
57
|
import "../chunk-LBRIPVY3.js";
|
|
58
|
-
import "../chunk-
|
|
59
|
-
import "../chunk-
|
|
60
|
-
import "../chunk-
|
|
61
|
-
import "../chunk-
|
|
58
|
+
import "../chunk-3T4PNG5O.js";
|
|
59
|
+
import "../chunk-CIWJRYIC.js";
|
|
60
|
+
import "../chunk-SPOA7EOD.js";
|
|
61
|
+
import "../chunk-AZHPQGSI.js";
|
|
62
62
|
import "../chunk-Z2AEOVEZ.js";
|
|
63
63
|
import "../chunk-7IZWLMTP.js";
|
|
64
|
-
import "../chunk-
|
|
65
|
-
import "../chunk-
|
|
64
|
+
import "../chunk-6O22GTSE.js";
|
|
65
|
+
import "../chunk-2GU3NYMB.js";
|
|
66
66
|
import "../chunk-CHCA3ZM2.js";
|
|
67
67
|
import "../chunk-P2XNRKEL.js";
|
|
68
68
|
import "../chunk-YG7PIB2R.js";
|
|
69
69
|
import "../chunk-Y25OJWOQ.js";
|
|
70
|
-
import "../chunk-
|
|
70
|
+
import "../chunk-D55SXO3N.js";
|
|
71
71
|
import "../chunk-PWLX576L.js";
|
|
72
72
|
import "../chunk-5CHYEKMH.js";
|
|
73
73
|
import "../chunk-4JERP7NT.js";
|
|
@@ -83,7 +83,7 @@ import "../chunk-CVYC6DUW.js";
|
|
|
83
83
|
import "../chunk-OPU3NYOO.js";
|
|
84
84
|
import "../chunk-GJV3WDWM.js";
|
|
85
85
|
import "../chunk-YGAAZN3E.js";
|
|
86
|
-
import "../chunk-
|
|
86
|
+
import "../chunk-7P2JKEO3.js";
|
|
87
87
|
import "../chunk-ONKIWA3R.js";
|
|
88
88
|
import "../chunk-MP2AFCGL.js";
|
|
89
89
|
import "../chunk-L3TB7CC3.js";
|
package/dist/mcp/server.js
CHANGED
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "../chunk-V4TZI6EO.js";
|
|
4
4
|
import {
|
|
5
5
|
registerAllTools
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-3W324KN7.js";
|
|
7
7
|
import "../chunk-O4D4DSNZ.js";
|
|
8
8
|
import "../chunk-557C2IGL.js";
|
|
9
|
-
import "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-TK23WXKB.js";
|
|
10
|
+
import "../chunk-QNYOPM2L.js";
|
|
11
|
+
import "../chunk-IZ6LCET7.js";
|
|
12
12
|
import {
|
|
13
13
|
initLicenseGate
|
|
14
14
|
} from "../chunk-2WBBVEIB.js";
|
|
@@ -20,33 +20,33 @@ import "../chunk-BBPRL2MP.js";
|
|
|
20
20
|
import "../chunk-E6ORBQHP.js";
|
|
21
21
|
import "../chunk-KH5Y6RR4.js";
|
|
22
22
|
import "../chunk-SJOPWCOX.js";
|
|
23
|
-
import "../chunk-
|
|
23
|
+
import "../chunk-IODP4JNE.js";
|
|
24
24
|
import "../chunk-IITNQWCX.js";
|
|
25
25
|
import "../chunk-UG5IYXJT.js";
|
|
26
26
|
import "../chunk-NL35XNLI.js";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-6NRJIARA.js";
|
|
28
28
|
import "../chunk-MV2T7Q3V.js";
|
|
29
29
|
import "../chunk-6HVXFKP6.js";
|
|
30
30
|
import "../chunk-5KTO3LBQ.js";
|
|
31
31
|
import "../chunk-ZGCPEWFP.js";
|
|
32
32
|
import "../chunk-J7LUMKFQ.js";
|
|
33
|
-
import "../chunk-
|
|
33
|
+
import "../chunk-5TANMPI4.js";
|
|
34
34
|
import "../chunk-PKJFMRUG.js";
|
|
35
|
-
import "../chunk-
|
|
36
|
-
import "../chunk-
|
|
35
|
+
import "../chunk-O5TZI7OZ.js";
|
|
36
|
+
import "../chunk-G4KEDLSM.js";
|
|
37
37
|
import "../chunk-MLXJ5EZG.js";
|
|
38
|
-
import "../chunk-
|
|
39
|
-
import "../chunk-
|
|
38
|
+
import "../chunk-4IATAIAF.js";
|
|
39
|
+
import "../chunk-BQAC3GCO.js";
|
|
40
40
|
import "../chunk-33ZGDWSS.js";
|
|
41
|
-
import "../chunk-
|
|
42
|
-
import "../chunk-
|
|
41
|
+
import "../chunk-2VT7Z2E2.js";
|
|
42
|
+
import "../chunk-TOVXER6J.js";
|
|
43
43
|
import "../chunk-F255GOZU.js";
|
|
44
44
|
import "../chunk-46SQTBQW.js";
|
|
45
|
-
import "../chunk-
|
|
45
|
+
import "../chunk-Q3N4KHLM.js";
|
|
46
46
|
import "../chunk-GP6G6EQI.js";
|
|
47
47
|
import "../chunk-GUMRIUI5.js";
|
|
48
48
|
import "../chunk-I7AW4237.js";
|
|
49
|
-
import "../chunk-
|
|
49
|
+
import "../chunk-EU34R2A3.js";
|
|
50
50
|
import "../chunk-RQI5TG5F.js";
|
|
51
51
|
import "../chunk-IBGC6JFX.js";
|
|
52
52
|
import "../chunk-2XZ6X3PJ.js";
|
|
@@ -59,28 +59,28 @@ import "../chunk-E7SHKUAE.js";
|
|
|
59
59
|
import "../chunk-X2Z5GT3V.js";
|
|
60
60
|
import "../chunk-6OOAVH7Y.js";
|
|
61
61
|
import "../chunk-C5SOAWDO.js";
|
|
62
|
-
import "../chunk-
|
|
62
|
+
import "../chunk-WXW4GF6M.js";
|
|
63
63
|
import "../chunk-HOKOOBDL.js";
|
|
64
64
|
import {
|
|
65
65
|
disposeEmbedder
|
|
66
66
|
} from "../chunk-MGTVPIEZ.js";
|
|
67
67
|
import "../chunk-LBRIPVY3.js";
|
|
68
|
-
import "../chunk-
|
|
69
|
-
import "../chunk-
|
|
70
|
-
import "../chunk-
|
|
71
|
-
import "../chunk-
|
|
68
|
+
import "../chunk-3T4PNG5O.js";
|
|
69
|
+
import "../chunk-CIWJRYIC.js";
|
|
70
|
+
import "../chunk-SPOA7EOD.js";
|
|
71
|
+
import "../chunk-AZHPQGSI.js";
|
|
72
72
|
import "../chunk-Z2AEOVEZ.js";
|
|
73
73
|
import "../chunk-7IZWLMTP.js";
|
|
74
|
-
import "../chunk-
|
|
74
|
+
import "../chunk-6O22GTSE.js";
|
|
75
75
|
import {
|
|
76
76
|
disposeStore,
|
|
77
77
|
initStore
|
|
78
|
-
} from "../chunk-
|
|
78
|
+
} from "../chunk-2GU3NYMB.js";
|
|
79
79
|
import "../chunk-CHCA3ZM2.js";
|
|
80
80
|
import "../chunk-P2XNRKEL.js";
|
|
81
81
|
import "../chunk-YG7PIB2R.js";
|
|
82
82
|
import "../chunk-Y25OJWOQ.js";
|
|
83
|
-
import "../chunk-
|
|
83
|
+
import "../chunk-D55SXO3N.js";
|
|
84
84
|
import "../chunk-PWLX576L.js";
|
|
85
85
|
import "../chunk-5CHYEKMH.js";
|
|
86
86
|
import "../chunk-4JERP7NT.js";
|
|
@@ -96,7 +96,7 @@ import "../chunk-CVYC6DUW.js";
|
|
|
96
96
|
import "../chunk-OPU3NYOO.js";
|
|
97
97
|
import "../chunk-GJV3WDWM.js";
|
|
98
98
|
import "../chunk-YGAAZN3E.js";
|
|
99
|
-
import "../chunk-
|
|
99
|
+
import "../chunk-7P2JKEO3.js";
|
|
100
100
|
import "../chunk-ONKIWA3R.js";
|
|
101
101
|
import "../chunk-MP2AFCGL.js";
|
|
102
102
|
import "../chunk-L3TB7CC3.js";
|
|
@@ -275,7 +275,7 @@ try {
|
|
|
275
275
|
);
|
|
276
276
|
const nullCount = Number(result.rows[0]?.cnt) || 0;
|
|
277
277
|
if (nullCount === 0) return;
|
|
278
|
-
const { tryAcquireWorkerSlot, registerWorkerPid } = await import("../worker-gate-
|
|
278
|
+
const { tryAcquireWorkerSlot, registerWorkerPid } = await import("../worker-gate-TXLX33PX.js");
|
|
279
279
|
if (!tryAcquireWorkerSlot()) {
|
|
280
280
|
process.stderr.write(`[exe-os] Periodic backfill: ${nullCount} NULL vectors \u2014 skipped (worker gate full)
|
|
281
281
|
`);
|