@askexenow/exe-os 0.9.237 → 0.9.238
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/deploy/stack-manifests/v0.9.json +53 -1
- package/dist/bin/bulk-sync-postgres.js +1 -1
- package/dist/bin/cli.js +3 -3
- package/dist/bin/exe-cloud.js +1 -1
- package/dist/bin/exe-forget.js +1 -1
- package/dist/bin/exe-search.js +1 -1
- package/dist/bin/exe-settings.js +1 -1
- package/dist/bin/setup.js +1 -1
- package/dist/{catchup-brief-RZF7HEYB.js → catchup-brief-ZB2OR45O.js} +1 -1
- package/dist/{chunk-627ZOPZQ.js → chunk-C7BVANSU.js} +1 -0
- package/dist/{chunk-ENQIADYO.js → chunk-EPLBVWIM.js} +5 -5
- package/dist/{chunk-KWH6H64R.js → chunk-NBV23TC4.js} +13 -6
- package/dist/{chunk-QXKWSRUZ.js → chunk-U3XMIHPD.js} +3 -3
- package/dist/dreaming-UF4LPNLV.js +31 -0
- package/dist/{exe-snapshot-RKMMV52M.js → exe-snapshot-LBM3LL3I.js} +19 -1
- package/dist/hooks/error-recall.js +1 -1
- package/dist/hooks/manifest.json +5 -5
- package/dist/hooks/prompt-submit.js +1 -1
- package/dist/hooks/session-end.js +1 -1
- package/dist/hooks/session-start.js +1 -1
- package/dist/lib/cloud-sync.js +3 -1
- package/dist/lib/exe-daemon.js +315 -40
- package/dist/lib/hybrid-search.js +1 -1
- package/dist/mcp/register-tools.js +5 -5
- package/dist/mcp/server.js +5 -5
- package/dist/{reranker-Y2RHN7TX.js → reranker-T4A2M7K2.js} +1 -1
- package/dist/{setup-wizard-ZMYO7QKZ.js → setup-wizard-GQYG36KS.js} +1 -1
- package/dist/{telemetry-upload-NXRMUNSW.js → telemetry-upload-H6BU6QF7.js} +1 -1
- package/package.json +1 -1
- package/release-notes.json +105 -202
- package/dist/dreaming-WIBDVAED.js +0 -12
- /package/dist/{chunk-3SVQ5REQ.js → chunk-EAIZLNLP.js} +0 -0
- /package/dist/{chunk-CGTWFEXX.js → chunk-M5TK7JET.js} +0 -0
- /package/dist/{exe-key-EAQDAUPT.js → exe-key-ZVKBTZVI.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"latest": "0.9.
|
|
3
|
+
"latest": "0.9.13",
|
|
4
4
|
"stacks": {
|
|
5
5
|
"0.9.0": {
|
|
6
6
|
"version": "0.9.0",
|
|
@@ -718,6 +718,58 @@
|
|
|
718
718
|
"required": false
|
|
719
719
|
}
|
|
720
720
|
}
|
|
721
|
+
},
|
|
722
|
+
"0.9.13": {
|
|
723
|
+
"version": "0.9.13",
|
|
724
|
+
"releasedAt": "2026-06-09T00:00:00Z",
|
|
725
|
+
"notes": "HYGO deployment readiness: gateway liveness watchdog removed (24/7 always-on), CRM branding + 5 security fixes, wiki GoTrue JWT auth, daemon timer perf (99% CPU → <1%), incremental Graph→PG sync, ERP healthcheck fix.",
|
|
726
|
+
"npmVersion": "0.9.238",
|
|
727
|
+
"breakingChanges": [],
|
|
728
|
+
"services": {
|
|
729
|
+
"crm": {
|
|
730
|
+
"image": "update.askexe.com/askexe/exe-crm:v0.9.45",
|
|
731
|
+
"env": "CRM_IMAGE_TAG",
|
|
732
|
+
"composeService": "exe-crm",
|
|
733
|
+
"healthUrl": "http://127.0.0.1:3000/healthz"
|
|
734
|
+
},
|
|
735
|
+
"wiki": {
|
|
736
|
+
"image": "update.askexe.com/askexe/exe-wiki:v0.9.20",
|
|
737
|
+
"env": "WIKI_IMAGE_TAG",
|
|
738
|
+
"composeService": "exe-wiki",
|
|
739
|
+
"healthUrl": "http://127.0.0.1:3001/api/ping"
|
|
740
|
+
},
|
|
741
|
+
"exe-os": {
|
|
742
|
+
"image": "update.askexe.com/askexe/exe-os:v0.9.217",
|
|
743
|
+
"env": "EXE_OS_IMAGE_TAG",
|
|
744
|
+
"composeService": "exe-os",
|
|
745
|
+
"healthUrl": "http://127.0.0.1:8765/health"
|
|
746
|
+
},
|
|
747
|
+
"gateway": {
|
|
748
|
+
"image": "update.askexe.com/askexe/exe-gateway:v0.9.11",
|
|
749
|
+
"env": "GATEWAY_IMAGE_TAG",
|
|
750
|
+
"composeService": "exe-gateway",
|
|
751
|
+
"healthUrl": "http://127.0.0.1:3100/health"
|
|
752
|
+
},
|
|
753
|
+
"monitorAgent": {
|
|
754
|
+
"image": "update.askexe.com/askexe/exe-monitor-agent:v0.9.4",
|
|
755
|
+
"env": "MONITOR_AGENT_IMAGE_TAG",
|
|
756
|
+
"composeService": "exe-monitor-agent"
|
|
757
|
+
},
|
|
758
|
+
"monitorHub": {
|
|
759
|
+
"image": "update.askexe.com/askexe/exe-monitor-hub:v0.9.4",
|
|
760
|
+
"env": "MONITOR_HUB_IMAGE_TAG",
|
|
761
|
+
"composeService": "exe-monitor-hub",
|
|
762
|
+
"healthUrl": "http://127.0.0.1:8090/api/health"
|
|
763
|
+
},
|
|
764
|
+
"erp": {
|
|
765
|
+
"image": "update.askexe.com/askexe/exe-erp:v0.2.0-final3",
|
|
766
|
+
"env": "ERP_IMAGE_TAG",
|
|
767
|
+
"composeService": "exe-erp",
|
|
768
|
+
"healthUrl": "http://127.0.0.1:8069/api/method/ping",
|
|
769
|
+
"deploymentScope": "customer",
|
|
770
|
+
"required": false
|
|
771
|
+
}
|
|
772
|
+
}
|
|
721
773
|
}
|
|
722
774
|
}
|
|
723
775
|
}
|
package/dist/bin/cli.js
CHANGED
|
@@ -151,7 +151,7 @@ if (args.includes("--global")) {
|
|
|
151
151
|
process.exit(1);
|
|
152
152
|
}
|
|
153
153
|
} else if (args[0] === "key") {
|
|
154
|
-
const { main: runKey } = await import("../exe-key-
|
|
154
|
+
const { main: runKey } = await import("../exe-key-ZVKBTZVI.js");
|
|
155
155
|
await runKey(args.slice(1));
|
|
156
156
|
} else if (args[0] === "link") {
|
|
157
157
|
console.error("`exe-os link` has been removed from the customer command surface.");
|
|
@@ -343,7 +343,7 @@ ID: ${result.id}`);
|
|
|
343
343
|
process.exit(1);
|
|
344
344
|
}
|
|
345
345
|
} else if (args[0] === "setup" || args[0] === "-setup" || args[0] === "--setup") {
|
|
346
|
-
const { runSetupWizard } = await import("../setup-wizard-
|
|
346
|
+
const { runSetupWizard } = await import("../setup-wizard-GQYG36KS.js");
|
|
347
347
|
await runSetupWizard({ skipModel: args.includes("--skip-model") });
|
|
348
348
|
} else if (args[0] === "update") {
|
|
349
349
|
const { runUpdate } = await import("./update.js");
|
|
@@ -378,7 +378,7 @@ Post-deploy verification \u2014 8 runtime checks after stack-update.
|
|
|
378
378
|
`);
|
|
379
379
|
process.exit(report.failed > 0 ? 1 : 0);
|
|
380
380
|
} else if (args[0] === "snapshot") {
|
|
381
|
-
const { main: runSnapshot } = await import("../exe-snapshot-
|
|
381
|
+
const { main: runSnapshot } = await import("../exe-snapshot-LBM3LL3I.js");
|
|
382
382
|
await runSnapshot(args.slice(1));
|
|
383
383
|
} else if (args[0] === "boot") {
|
|
384
384
|
const { projectBoot, parseBootArgs } = await import("../project-boot-WMI6CWRX.js");
|
package/dist/bin/exe-cloud.js
CHANGED
package/dist/bin/exe-forget.js
CHANGED
package/dist/bin/exe-search.js
CHANGED
package/dist/bin/exe-settings.js
CHANGED
package/dist/bin/setup.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
isRerankerAvailable,
|
|
9
9
|
rerankWithScores
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-EAIZLNLP.js";
|
|
11
11
|
import {
|
|
12
12
|
getEntityByName,
|
|
13
13
|
getEntityNeighbors,
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
} from "./chunk-UZIJDYDA.js";
|
|
44
44
|
import {
|
|
45
45
|
DreamingEngine
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-NBV23TC4.js";
|
|
47
47
|
import {
|
|
48
48
|
exportOrchestration,
|
|
49
49
|
importOrchestration,
|
|
@@ -146,7 +146,7 @@ import {
|
|
|
146
146
|
cloudSync,
|
|
147
147
|
getCloudReuploadRequired,
|
|
148
148
|
markCloudReuploadRequired
|
|
149
|
-
} from "./chunk-
|
|
149
|
+
} from "./chunk-C7BVANSU.js";
|
|
150
150
|
import {
|
|
151
151
|
createARecord
|
|
152
152
|
} from "./chunk-X2Z5GT3V.js";
|
|
@@ -187,7 +187,7 @@ import {
|
|
|
187
187
|
import {
|
|
188
188
|
hybridSearch,
|
|
189
189
|
recentRecords
|
|
190
|
-
} from "./chunk-
|
|
190
|
+
} from "./chunk-U3XMIHPD.js";
|
|
191
191
|
import {
|
|
192
192
|
attachDocumentMetadata,
|
|
193
193
|
flushBatch,
|
|
@@ -12284,7 +12284,7 @@ function registerSupportConsolidated(server) {
|
|
|
12284
12284
|
shipped_version: z97.string().optional().describe("Version that ships this feature (features only)"),
|
|
12285
12285
|
source: z97.string().optional().describe("Review source: self-improve, manual, ci"),
|
|
12286
12286
|
pr_url: z97.string().optional().describe("PR URL (reviews)"),
|
|
12287
|
-
|
|
12287
|
+
review_resolution: z97.string().optional().describe("Resolution text (reviews)"),
|
|
12288
12288
|
limit: z97.coerce.number().optional().describe("Max results")
|
|
12289
12289
|
}
|
|
12290
12290
|
},
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
sessionScopeFilter
|
|
3
|
+
} from "./chunk-ENWFSMOS.js";
|
|
1
4
|
import {
|
|
2
5
|
getClient,
|
|
3
6
|
getIdentity
|
|
@@ -31,13 +34,15 @@ var DreamingEngine = class {
|
|
|
31
34
|
created_at: String(r.timestamp ?? ""),
|
|
32
35
|
project_name: r.project_name ? String(r.project_name) : null
|
|
33
36
|
}));
|
|
37
|
+
const scope = sessionScopeFilter();
|
|
38
|
+
const scopeClause = scope ? " AND session_scope = ?" : "";
|
|
34
39
|
const taskResult = await client.execute({
|
|
35
40
|
sql: `SELECT id, title, status, assigned_to, result, created_at, updated_at, project_name
|
|
36
41
|
FROM tasks
|
|
37
|
-
WHERE assigned_to = ? AND updated_at >=
|
|
42
|
+
WHERE assigned_to = ? AND updated_at >= ?${scopeClause}
|
|
38
43
|
ORDER BY updated_at DESC
|
|
39
44
|
LIMIT 100`,
|
|
40
|
-
args: [agentId, startISO]
|
|
45
|
+
args: scope ? [agentId, startISO, scope] : [agentId, startISO]
|
|
41
46
|
});
|
|
42
47
|
const tasks = taskResult.rows.map((r) => ({
|
|
43
48
|
id: String(r.id),
|
|
@@ -406,15 +411,17 @@ var DreamingEngine = class {
|
|
|
406
411
|
};
|
|
407
412
|
try {
|
|
408
413
|
const isAllAgents = agentId === "*";
|
|
414
|
+
const scope = sessionScopeFilter();
|
|
415
|
+
const scopeClause = scope ? " AND session_scope = ?" : "";
|
|
409
416
|
const tasks = await client.execute({
|
|
410
417
|
sql: isAllAgents ? `SELECT assertions, estimated_minutes, actual_minutes, estimate_confidence
|
|
411
418
|
FROM tasks WHERE updated_at >= ?
|
|
412
419
|
AND status IN ('needs_review', 'closed')
|
|
413
|
-
AND (assertions IS NOT NULL OR estimated_minutes IS NOT NULL)` : `SELECT assertions, estimated_minutes, actual_minutes, estimate_confidence
|
|
420
|
+
AND (assertions IS NOT NULL OR estimated_minutes IS NOT NULL)${scopeClause}` : `SELECT assertions, estimated_minutes, actual_minutes, estimate_confidence
|
|
414
421
|
FROM tasks WHERE assigned_to = ? AND updated_at >= ?
|
|
415
422
|
AND status IN ('needs_review', 'closed')
|
|
416
|
-
AND (assertions IS NOT NULL OR estimated_minutes IS NOT NULL)`,
|
|
417
|
-
args: isAllAgents ? [since] : [agentId, since]
|
|
423
|
+
AND (assertions IS NOT NULL OR estimated_minutes IS NOT NULL)${scopeClause}`,
|
|
424
|
+
args: isAllAgents ? scope ? [since, scope] : [since] : scope ? [agentId, since, scope] : [agentId, since]
|
|
418
425
|
});
|
|
419
426
|
for (const row of tasks.rows) {
|
|
420
427
|
try {
|
|
@@ -469,7 +476,7 @@ var DreamingEngine = class {
|
|
|
469
476
|
const { scoreBehaviors, detectConflicts, measureBehaviorLoad } = await import("./behavior-effectiveness-UP76GMOC.js");
|
|
470
477
|
const scores = await scoreBehaviors(agentId);
|
|
471
478
|
const conflicts = await detectConflicts(agentId);
|
|
472
|
-
|
|
479
|
+
await measureBehaviorLoad(agentId);
|
|
473
480
|
for (const score of scores) {
|
|
474
481
|
if (score.recommendation === "deactivate") {
|
|
475
482
|
await client.execute({
|
|
@@ -246,7 +246,7 @@ async function hybridSearch(queryText, agentId, options) {
|
|
|
246
246
|
let rerankerAvailable = false;
|
|
247
247
|
if (process.env.EXE_IS_DAEMON === "1") {
|
|
248
248
|
try {
|
|
249
|
-
const { isRerankerAvailable } = await import("./reranker-
|
|
249
|
+
const { isRerankerAvailable } = await import("./reranker-T4A2M7K2.js");
|
|
250
250
|
rerankerAvailable = isRerankerAvailable();
|
|
251
251
|
} catch {
|
|
252
252
|
}
|
|
@@ -410,7 +410,7 @@ async function hybridSearch(queryText, agentId, options) {
|
|
|
410
410
|
try {
|
|
411
411
|
let rerankedRecords;
|
|
412
412
|
if (graphContextMap.size > 0) {
|
|
413
|
-
const { rerankWithContext } = await import("./reranker-
|
|
413
|
+
const { rerankWithContext } = await import("./reranker-T4A2M7K2.js");
|
|
414
414
|
const candidates = merged.map((m) => ({
|
|
415
415
|
text: m.raw_text,
|
|
416
416
|
context: graphContextMap.get(m.id)
|
|
@@ -418,7 +418,7 @@ async function hybridSearch(queryText, agentId, options) {
|
|
|
418
418
|
const scored = await rerankWithContext(effectiveQuery, candidates, rerankReturnLimit);
|
|
419
419
|
rerankedRecords = scored.map((s) => merged[s.index]);
|
|
420
420
|
} else {
|
|
421
|
-
const { rerank } = await import("./reranker-
|
|
421
|
+
const { rerank } = await import("./reranker-T4A2M7K2.js");
|
|
422
422
|
rerankedRecords = await rerank(effectiveQuery, merged, rerankReturnLimit);
|
|
423
423
|
}
|
|
424
424
|
if (rerankedRecords.length > 0) {
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import {
|
|
2
|
+
DreamingEngine
|
|
3
|
+
} from "./chunk-NBV23TC4.js";
|
|
4
|
+
import "./chunk-ENWFSMOS.js";
|
|
5
|
+
import "./chunk-G67R75DG.js";
|
|
6
|
+
import "./chunk-QI4IXJN7.js";
|
|
7
|
+
import "./chunk-4JERP7NT.js";
|
|
8
|
+
import "./chunk-NJS4GRIR.js";
|
|
9
|
+
import "./chunk-MVW62NIZ.js";
|
|
10
|
+
import "./chunk-OYNKIAVW.js";
|
|
11
|
+
import "./chunk-CX6GL3ZJ.js";
|
|
12
|
+
import "./chunk-2O5GJFYQ.js";
|
|
13
|
+
import "./chunk-6OJJF4WP.js";
|
|
14
|
+
import "./chunk-NGP6LSV2.js";
|
|
15
|
+
import "./chunk-LXP6VRFH.js";
|
|
16
|
+
import "./chunk-CVYC6DUW.js";
|
|
17
|
+
import "./chunk-OPU3NYOO.js";
|
|
18
|
+
import "./chunk-GJV3WDWM.js";
|
|
19
|
+
import "./chunk-MP2AFCGL.js";
|
|
20
|
+
import "./chunk-WQCSGDRG.js";
|
|
21
|
+
import "./chunk-HYZV25LY.js";
|
|
22
|
+
import "./chunk-2LYJTK47.js";
|
|
23
|
+
import "./chunk-NNEYTOUS.js";
|
|
24
|
+
import "./chunk-FXU7JOXK.js";
|
|
25
|
+
import "./chunk-D5C56WO3.js";
|
|
26
|
+
import "./chunk-TRZ5KA2R.js";
|
|
27
|
+
import "./chunk-LYH5HE24.js";
|
|
28
|
+
import "./chunk-MLKGABMK.js";
|
|
29
|
+
export {
|
|
30
|
+
DreamingEngine
|
|
31
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
DreamingEngine
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-NBV23TC4.js";
|
|
5
5
|
import {
|
|
6
6
|
storeBehavior
|
|
7
7
|
} from "./chunk-JHFXCYZP.js";
|
|
@@ -14,11 +14,29 @@ import {
|
|
|
14
14
|
import "./chunk-CHCA3ZM2.js";
|
|
15
15
|
import "./chunk-IAPFFVYR.js";
|
|
16
16
|
import "./chunk-F7LU65PQ.js";
|
|
17
|
+
import "./chunk-ENWFSMOS.js";
|
|
18
|
+
import "./chunk-G67R75DG.js";
|
|
19
|
+
import "./chunk-QI4IXJN7.js";
|
|
20
|
+
import "./chunk-4JERP7NT.js";
|
|
21
|
+
import "./chunk-NJS4GRIR.js";
|
|
22
|
+
import "./chunk-MVW62NIZ.js";
|
|
23
|
+
import "./chunk-OYNKIAVW.js";
|
|
24
|
+
import "./chunk-CX6GL3ZJ.js";
|
|
25
|
+
import "./chunk-2O5GJFYQ.js";
|
|
26
|
+
import "./chunk-6OJJF4WP.js";
|
|
27
|
+
import "./chunk-NGP6LSV2.js";
|
|
28
|
+
import "./chunk-LXP6VRFH.js";
|
|
29
|
+
import "./chunk-CVYC6DUW.js";
|
|
30
|
+
import "./chunk-OPU3NYOO.js";
|
|
31
|
+
import "./chunk-GJV3WDWM.js";
|
|
17
32
|
import "./chunk-MP2AFCGL.js";
|
|
33
|
+
import "./chunk-WQCSGDRG.js";
|
|
34
|
+
import "./chunk-HYZV25LY.js";
|
|
18
35
|
import "./chunk-2LYJTK47.js";
|
|
19
36
|
import "./chunk-NNEYTOUS.js";
|
|
20
37
|
import "./chunk-FXU7JOXK.js";
|
|
21
38
|
import "./chunk-KDJRFJDL.js";
|
|
39
|
+
import "./chunk-D5C56WO3.js";
|
|
22
40
|
import "./chunk-TRZ5KA2R.js";
|
|
23
41
|
import "./chunk-LYH5HE24.js";
|
|
24
42
|
import "./chunk-MLKGABMK.js";
|
package/dist/hooks/manifest.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-09T05:05:07.893Z",
|
|
4
4
|
"hashes": {
|
|
5
5
|
"bug-report-worker.js": "ab76c4e4f65359f9ae1b5385ab3f1441b9c140004bde3bfc6e0ee4f17274e398",
|
|
6
6
|
"codex-stop-task-finalizer.js": "8834e8b0f91262835256122b51adbee7d642d22da00f4c3e885d85ecdf669b59",
|
|
7
7
|
"commit-complete.js": "d01218de57bc99d43ab02612845f944b687ab790ab0dbb43e11899b52363e159",
|
|
8
|
-
"error-recall.js": "
|
|
8
|
+
"error-recall.js": "78d868071517368aa77cb1ea96670043c9e02511e7011486e14819de4a7a0a9e",
|
|
9
9
|
"exe-heartbeat-hook.js": "247a657972f2e193226278cf0565687994dbe8d3b64ea634c9c7a2163fc068c7",
|
|
10
10
|
"ingest-worker.js": "62485bb41d88109ac86e5150e44400c672c1bdf9b97335cba5de19578cb9575f",
|
|
11
11
|
"ingest.js": "930644ff4d06cb7f8fa5c635d8e8fa8add727ab4f65d764a370cd5473d54c81f",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"post-tool-combined.js": "d3252a371a6789c5df919dc71fc4181d0bf7618ae388ef8e392efae6faec1a3c",
|
|
16
16
|
"pre-compact.js": "f8b639e62c9bc58aec17d26f414368b5a82ddc56ec9b5d55904f1ab04f55307f",
|
|
17
17
|
"pre-tool-use.js": "71dbcec4e831bc4f1e19d0a78bbc967f1e2de78453049a16ffe7a154bde6f401",
|
|
18
|
-
"prompt-submit.js": "
|
|
19
|
-
"session-end.js": "
|
|
20
|
-
"session-start.js": "
|
|
18
|
+
"prompt-submit.js": "3d5a1e211679698091bb1c10ab40705b5b6cb33776a94a3773cfd2b7e31af686",
|
|
19
|
+
"session-end.js": "2ae737bf03be3c2a67e6a3d7f0748884563eb04d45046774152cfbb82d4a5cdb",
|
|
20
|
+
"session-start.js": "260c1f958c95936cabf53346f6d73e7caa657c958511f023ec39cb9624741d16",
|
|
21
21
|
"stop.js": "79298b129a35fb68665804f127259b1759a36fa827bc23700c055dfd1ab78bdc",
|
|
22
22
|
"subagent-stop.js": "7d7bca1fc2e618726d95380fc37bd5e58d49411d0dbda8b6f4239a1c5385a4df",
|
|
23
23
|
"summary-worker.js": "09516a270be977187cccfe43615ba448a62a2b8daa29d27e4742ca9ad62d6243"
|
|
@@ -360,7 +360,7 @@ Orphaned tasks at session end: ${orphanResult.rows.map((r) => `"${String(r.title
|
|
|
360
360
|
} catch {
|
|
361
361
|
}
|
|
362
362
|
try {
|
|
363
|
-
const { DreamingEngine } = await import("../dreaming-
|
|
363
|
+
const { DreamingEngine } = await import("../dreaming-UF4LPNLV.js");
|
|
364
364
|
const engine = new DreamingEngine();
|
|
365
365
|
const dreamResult = await engine.runDreamCycle(agent.agentId);
|
|
366
366
|
let promoted = 0;
|
|
@@ -163,7 +163,7 @@ You are **${ag.agentId}** (${ag.agentRole}). Daemon is degraded \u2014 memory un
|
|
|
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-ZB2OR45O.js");
|
|
167
167
|
const brief = await buildCatchupBrief(
|
|
168
168
|
agentId,
|
|
169
169
|
projectName,
|
package/dist/lib/cloud-sync.js
CHANGED
|
@@ -39,13 +39,14 @@ import {
|
|
|
39
39
|
disposeCloudSync,
|
|
40
40
|
getCloudRelinkRequired,
|
|
41
41
|
getCloudReuploadRequired,
|
|
42
|
+
loadPgClient,
|
|
42
43
|
markCloudReuploadRequired,
|
|
43
44
|
mergeConfig,
|
|
44
45
|
mergeRosterFromRemote,
|
|
45
46
|
migrateEndpoint,
|
|
46
47
|
pushToPostgres,
|
|
47
48
|
recordRosterDeletion
|
|
48
|
-
} from "../chunk-
|
|
49
|
+
} from "../chunk-C7BVANSU.js";
|
|
49
50
|
import "../chunk-RX2KGETT.js";
|
|
50
51
|
import "../chunk-HOKOOBDL.js";
|
|
51
52
|
import "../chunk-2LYJTK47.js";
|
|
@@ -96,6 +97,7 @@ export {
|
|
|
96
97
|
disposeCloudSync,
|
|
97
98
|
getCloudRelinkRequired,
|
|
98
99
|
getCloudReuploadRequired,
|
|
100
|
+
loadPgClient,
|
|
99
101
|
markCloudReuploadRequired,
|
|
100
102
|
mergeConfig,
|
|
101
103
|
mergeRosterFromRemote,
|