@askexenow/exe-os 0.9.146 → 0.9.148
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/compose/.env.customer.example +1 -1
- package/deploy/compose/.env.default +1 -1
- package/deploy/compose/.env.example +1 -1
- package/deploy/compose/README.md +1 -1
- package/deploy/compose/docker-compose.yml +16 -14
- package/dist/{backfill-metadata-5JOQOIN2.js → backfill-metadata-KMDWLDXU.js} +1 -1
- 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 +1 -1
- package/dist/bin/bulk-sync-postgres.js +1 -1
- package/dist/bin/cleanup-stale-review-tasks.js +1 -1
- package/dist/bin/cli.js +5 -5
- package/dist/bin/customer-readiness.js +45 -7
- package/dist/bin/exe-agent.js +3 -3
- package/dist/bin/exe-assign.js +1 -1
- package/dist/bin/exe-boot.js +8 -6
- package/dist/bin/exe-call.js +3 -3
- package/dist/bin/exe-dispatch.js +1 -1
- 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 +1 -1
- package/dist/bin/exe-heartbeat.js +1 -1
- package/dist/bin/exe-kill.js +2 -2
- package/dist/bin/exe-launch-agent.js +5 -5
- package/dist/bin/exe-new-employee.js +3 -3
- package/dist/bin/exe-pending-messages.js +1 -1
- package/dist/bin/exe-pending-notifications.js +1 -1
- package/dist/bin/exe-pending-reviews.js +1 -1
- package/dist/bin/exe-rename.js +3 -3
- package/dist/bin/exe-review.js +2 -2
- package/dist/bin/exe-search.js +2 -2
- package/dist/bin/exe-session-cleanup.js +3 -3
- package/dist/bin/exe-start-codex.js +2 -2
- package/dist/bin/exe-start-opencode.js +1 -1
- package/dist/bin/exe-status.js +2 -2
- package/dist/bin/exe-team.js +1 -1
- package/dist/bin/git-sweep.js +1 -1
- package/dist/bin/graph-backfill.js +1 -1
- package/dist/bin/graph-export.js +2 -2
- package/dist/bin/intercom-check.js +1 -1
- package/dist/bin/pre-publish.js +1 -1
- package/dist/bin/scan-tasks.js +1 -1
- package/dist/bin/setup.js +1 -1
- package/dist/bin/shard-migrate.js +1 -1
- package/dist/bin/stack-update.js +1 -1
- package/dist/{catchup-brief-7HTF254M.js → catchup-brief-IPNSW7RQ.js} +2 -2
- package/dist/{chunk-KJFCQUQP.js → chunk-3MLGUSKS.js} +1 -1
- package/dist/{chunk-4LUI7MMY.js → chunk-4EINMZNO.js} +1 -1
- package/dist/{chunk-AAZ3MQIA.js → chunk-AGFWOII2.js} +1 -1
- package/dist/{chunk-CAXNZ4KN.js → chunk-FNMNKYVH.js} +12 -12
- package/dist/{chunk-HJWNO7MX.js → chunk-JF3Q5YKI.js} +1 -1
- package/dist/{chunk-IYDFOUK4.js → chunk-MKUVEDUE.js} +1 -1
- package/dist/{chunk-7J6OKCQX.js → chunk-NJKERRSG.js} +1 -1
- package/dist/{chunk-CVUFSWGC.js → chunk-UPMKSFBU.js} +1 -1
- package/dist/{chunk-GKFSZKUD.js → chunk-XWQKCCCO.js} +1 -1
- package/dist/{chunk-PMUKZYTR.js → chunk-Y6TS42WD.js} +1 -1
- package/dist/{chunk-6CSCJTGT.js → chunk-ZMJHXDZR.js} +1 -1
- package/dist/{chunk-4XO2533K.js → chunk-ZUAXTH6Z.js} +1 -1
- package/dist/{exe-export-C7GZLJJ2.js → exe-export-ADSWDE5U.js} +3 -3
- package/dist/{exe-import-E3ZOLEAC.js → exe-import-WFLNGJZP.js} +3 -3
- package/dist/{fast-db-init-JI5U4KWG.js → fast-db-init-HVAVS35N.js} +1 -1
- package/dist/gateway/index.js +2 -2
- package/dist/{git-task-sweep-EVITTAZE.js → git-task-sweep-RSRASAHB.js} +1 -1
- package/dist/{global-procedures-YJLTJ7EZ.js → global-procedures-EKYSVONR.js} +2 -2
- package/dist/hooks/bug-report-worker.js +1 -1
- package/dist/hooks/codex-stop-task-finalizer.js +1 -1
- package/dist/hooks/commit-complete.js +2 -2
- package/dist/hooks/error-recall.js +2 -2
- package/dist/hooks/instructions-loaded.js +1 -1
- package/dist/hooks/notification.js +1 -1
- package/dist/hooks/post-compact.js +1 -1
- package/dist/hooks/post-tool-combined.js +1 -1
- package/dist/hooks/pre-compact.js +1 -1
- package/dist/hooks/pre-tool-use.js +3 -3
- package/dist/hooks/prompt-submit.js +4 -4
- package/dist/hooks/session-end.js +3 -3
- package/dist/hooks/session-start.js +2 -2
- package/dist/hooks/stop.js +3 -3
- package/dist/hooks/subagent-stop.js +1 -1
- package/dist/hooks/summary-worker.js +1 -1
- package/dist/index.js +3 -3
- package/dist/lib/consolidation.js +2 -2
- package/dist/lib/employee-templates.js +3 -3
- package/dist/lib/hybrid-search.js +2 -2
- package/dist/lib/schedules.js +2 -2
- package/dist/lib/store.js +1 -1
- package/dist/mcp/register-tools.js +12 -12
- package/dist/mcp/server.js +12 -12
- package/dist/runtime/index.js +1 -1
- package/dist/{setup-wizard-3GVBHKHG.js → setup-wizard-QVNTI3T4.js} +1 -1
- package/dist/tui/App.js +3 -3
- package/package.json +1 -1
- package/release-notes.json +173 -173
- /package/dist/{chunk-UU6YYTYH.js → chunk-7B5DQGXG.js} +0 -0
- /package/dist/{chunk-I7KGNSNR.js → chunk-B4HAUSVQ.js} +0 -0
- /package/dist/{chunk-IGRIWAV4.js → chunk-CGQ5PWS3.js} +0 -0
- /package/dist/{chunk-RMSDKMFD.js → chunk-HHMHL4FB.js} +0 -0
- /package/dist/{chunk-44XTE6NK.js → chunk-UJMDHPIN.js} +0 -0
- /package/dist/{core-memory-KF6T4PMU.js → core-memory-C3JLISAU.js} +0 -0
- /package/dist/{exe-key-4275KC6R.js → exe-key-4L32R46F.js} +0 -0
|
@@ -6,7 +6,7 @@ import "../chunk-ARGBV4PP.js";
|
|
|
6
6
|
import {
|
|
7
7
|
disposeStore,
|
|
8
8
|
initStore
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-Y6TS42WD.js";
|
|
10
10
|
import "../chunk-524VLFFY.js";
|
|
11
11
|
import {
|
|
12
12
|
RUNTIME_TABLE
|
|
@@ -205,7 +205,7 @@ async function main() {
|
|
|
205
205
|
await initStore();
|
|
206
206
|
behaviorsPath = await exportBehaviorsForAgent(agent, "");
|
|
207
207
|
try {
|
|
208
|
-
const { loadGlobalProcedures, getGlobalProceduresBlock } = await import("../global-procedures-
|
|
208
|
+
const { loadGlobalProcedures, getGlobalProceduresBlock } = await import("../global-procedures-EKYSVONR.js");
|
|
209
209
|
await loadGlobalProcedures();
|
|
210
210
|
const block = getGlobalProceduresBlock();
|
|
211
211
|
if (block) globalProcedures = block;
|
package/dist/bin/exe-status.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
status
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-ZMJHXDZR.js";
|
|
5
|
+
import "../chunk-7B5DQGXG.js";
|
|
6
6
|
import "../chunk-ONMRBKAX.js";
|
|
7
7
|
import "../chunk-LOQCOHEW.js";
|
|
8
8
|
import "../chunk-TXSJ2L5O.js";
|
package/dist/bin/exe-team.js
CHANGED
package/dist/bin/git-sweep.js
CHANGED
package/dist/bin/graph-export.js
CHANGED
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
} from "../chunk-46SQTBQW.js";
|
|
6
6
|
import {
|
|
7
7
|
fastDbInit
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-7B5DQGXG.js";
|
|
9
9
|
import {
|
|
10
10
|
disposeStore
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-Y6TS42WD.js";
|
|
12
12
|
import "../chunk-524VLFFY.js";
|
|
13
13
|
import "../chunk-MP2AFCGL.js";
|
|
14
14
|
import {
|
package/dist/bin/pre-publish.js
CHANGED
package/dist/bin/scan-tasks.js
CHANGED
|
@@ -72,7 +72,7 @@ function checkMcpHealth() {
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
async function scanFromDb(agentId, tmuxSession, projectName) {
|
|
75
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
75
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
76
76
|
try {
|
|
77
77
|
await fastDbInit();
|
|
78
78
|
} catch (err) {
|
package/dist/bin/setup.js
CHANGED
package/dist/bin/stack-update.js
CHANGED
|
@@ -951,7 +951,7 @@ function splitAtSentences(text, maxChunkSize) {
|
|
|
951
951
|
}
|
|
952
952
|
async function main(argv = process.argv.slice(2)) {
|
|
953
953
|
const flags = parseFlags(argv);
|
|
954
|
-
const { fastDbInit } = await import("./fast-db-init-
|
|
954
|
+
const { fastDbInit } = await import("./fast-db-init-HVAVS35N.js");
|
|
955
955
|
const client = await fastDbInit();
|
|
956
956
|
const report = await runAudit(client, flags);
|
|
957
957
|
console.log(formatReport(report, flags));
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
exportOrchestration,
|
|
46
46
|
importOrchestration,
|
|
47
47
|
validatePackage
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-JF3Q5YKI.js";
|
|
49
49
|
import {
|
|
50
50
|
loadOrchestrationPhase,
|
|
51
51
|
setOrchestrationPhase
|
|
@@ -84,7 +84,7 @@ import {
|
|
|
84
84
|
} from "./chunk-2OATM2JZ.js";
|
|
85
85
|
import {
|
|
86
86
|
status
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-ZMJHXDZR.js";
|
|
88
88
|
import {
|
|
89
89
|
TOKENS_PER_IDLE_MINUTE,
|
|
90
90
|
countKillsSince,
|
|
@@ -96,7 +96,7 @@ import {
|
|
|
96
96
|
import {
|
|
97
97
|
createSchedule,
|
|
98
98
|
parseHumanCron
|
|
99
|
-
} from "./chunk-
|
|
99
|
+
} from "./chunk-ZUAXTH6Z.js";
|
|
100
100
|
import {
|
|
101
101
|
exportGraphHTML,
|
|
102
102
|
generateGraphReport
|
|
@@ -108,7 +108,7 @@ import {
|
|
|
108
108
|
import {
|
|
109
109
|
formatReport,
|
|
110
110
|
runAudit
|
|
111
|
-
} from "./chunk-
|
|
111
|
+
} from "./chunk-4EINMZNO.js";
|
|
112
112
|
import {
|
|
113
113
|
runHealthCheck
|
|
114
114
|
} from "./chunk-ODEGQCWW.js";
|
|
@@ -132,18 +132,18 @@ import {
|
|
|
132
132
|
groupMemories,
|
|
133
133
|
runConsolidation,
|
|
134
134
|
selectUnconsolidated
|
|
135
|
-
} from "./chunk-
|
|
135
|
+
} from "./chunk-MKUVEDUE.js";
|
|
136
136
|
import {
|
|
137
137
|
renderClientCOOTemplate
|
|
138
|
-
} from "./chunk-
|
|
138
|
+
} from "./chunk-3MLGUSKS.js";
|
|
139
139
|
import {
|
|
140
140
|
deactivateGlobalProcedure,
|
|
141
141
|
loadGlobalProcedures,
|
|
142
142
|
storeGlobalProcedure
|
|
143
|
-
} from "./chunk-
|
|
143
|
+
} from "./chunk-UPMKSFBU.js";
|
|
144
144
|
import {
|
|
145
145
|
PLATFORM_PROCEDURES
|
|
146
|
-
} from "./chunk-
|
|
146
|
+
} from "./chunk-XWQKCCCO.js";
|
|
147
147
|
import {
|
|
148
148
|
clearCloudReuploadRequired,
|
|
149
149
|
cloudSync,
|
|
@@ -170,14 +170,14 @@ import {
|
|
|
170
170
|
} from "./chunk-3FIWKONP.js";
|
|
171
171
|
import {
|
|
172
172
|
fastDbInit
|
|
173
|
-
} from "./chunk-
|
|
173
|
+
} from "./chunk-7B5DQGXG.js";
|
|
174
174
|
import {
|
|
175
175
|
MAX_CONCURRENT_WORKERS
|
|
176
176
|
} from "./chunk-YPSN64BU.js";
|
|
177
177
|
import {
|
|
178
178
|
hybridSearch,
|
|
179
179
|
recentRecords
|
|
180
|
-
} from "./chunk-
|
|
180
|
+
} from "./chunk-AGFWOII2.js";
|
|
181
181
|
import {
|
|
182
182
|
getActiveAgent
|
|
183
183
|
} from "./chunk-NFHFNPTN.js";
|
|
@@ -188,7 +188,7 @@ import {
|
|
|
188
188
|
reserveVersions,
|
|
189
189
|
vectorToBlob,
|
|
190
190
|
writeMemory
|
|
191
|
-
} from "./chunk-
|
|
191
|
+
} from "./chunk-Y6TS42WD.js";
|
|
192
192
|
import {
|
|
193
193
|
getMySession,
|
|
194
194
|
resolveExeSession,
|
|
@@ -1564,7 +1564,7 @@ function registerMemory(server) {
|
|
|
1564
1564
|
if (action === "core_get" || action === "core_set" || action === "core_delete") {
|
|
1565
1565
|
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-NCZCDDZ2.js");
|
|
1566
1566
|
const { agentId } = getActiveAgent2();
|
|
1567
|
-
const { getCoreMemory, setCoreMemory, deleteCoreMemory, formatCoreMemoryBlock } = await import("./core-memory-
|
|
1567
|
+
const { getCoreMemory, setCoreMemory, deleteCoreMemory, formatCoreMemoryBlock } = await import("./core-memory-C3JLISAU.js");
|
|
1568
1568
|
if (action === "core_get") {
|
|
1569
1569
|
const entries = await getCoreMemory(agentId);
|
|
1570
1570
|
const block = formatCoreMemoryBlock(entries);
|
|
@@ -291,7 +291,7 @@ var PLATFORM_PROCEDURES = [
|
|
|
291
291
|
title: "MCP tools \u2014 identity, behavior, and support",
|
|
292
292
|
domain: "tool-use",
|
|
293
293
|
priority: "p1",
|
|
294
|
-
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report. Required: title, description, severity (p0-p3). Optional: steps_to_reproduce, expected_behavior, actual_behavior. Auto-delivers to AskExe support. support(action="create_feature"): file a feature request. Required: title, description. Optional: use_case (why you need it), proposed_solution (how it could work). Include business impact if possible \u2014 it helps prioritization. Both create_bug and create_feature accept a 'product' param to file for any AskExe product: exe-os (default), exe-create, exe-wiki, exe-gateway, exe-crm, exe-build. support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are open, planned, shipped, or closed with response notes from AskExe. support(action="health"): verify support server is reachable. When a bug shows status='closed' with a fixed_version, tell the founder: 'Bug X fixed in vY \u2014 run exe-os update to get it.' When a feature shows status='shipped' with a shipped_version, tell the founder: 'Feature X shipped in vY \u2014 run exe-os update.'
|
|
294
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report. Required: title, description, severity (p0-p3). Optional: steps_to_reproduce, expected_behavior, actual_behavior. Auto-delivers to AskExe support. support(action="create_feature"): file a feature request. Required: title, description. Optional: use_case (why you need it), proposed_solution (how it could work). Include business impact if possible \u2014 it helps prioritization. Both create_bug and create_feature accept a 'product' param to file for any AskExe product: exe-os (default), exe-create, exe-wiki, exe-gateway, exe-crm, exe-build. support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are open, planned, shipped, or closed with response notes from AskExe. support(action="triage_bug"): AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes. support(action="health"): verify support server is reachable. When a bug shows status='closed' with a fixed_version, tell the founder: 'Bug X fixed in vY \u2014 run exe-os update to get it.' When a feature shows status='shipped' with a shipped_version, tell the founder: 'Feature X shipped in vY \u2014 run exe-os update.' All list actions accept: status (filter), limit (max results).`
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -119,7 +119,7 @@ async function initStore(options) {
|
|
|
119
119
|
);
|
|
120
120
|
_nextVersion = (Number(vResult.rows[0]?.max_v) || 0) + 1;
|
|
121
121
|
try {
|
|
122
|
-
const { loadGlobalProcedures } = await import("./global-procedures-
|
|
122
|
+
const { loadGlobalProcedures } = await import("./global-procedures-EKYSVONR.js");
|
|
123
123
|
await loadGlobalProcedures();
|
|
124
124
|
} catch (e) {
|
|
125
125
|
logStoreWarn("catch", e);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
exportOrchestration
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-JF3Q5YKI.js";
|
|
5
|
+
import "./chunk-XWQKCCCO.js";
|
|
6
6
|
import {
|
|
7
7
|
disposeStore,
|
|
8
8
|
initStore
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-Y6TS42WD.js";
|
|
10
10
|
import "./chunk-524VLFFY.js";
|
|
11
11
|
import "./chunk-MP2AFCGL.js";
|
|
12
12
|
import "./chunk-TH6HTK2L.js";
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
importOrchestration,
|
|
4
4
|
validatePackage
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-JF3Q5YKI.js";
|
|
6
|
+
import "./chunk-XWQKCCCO.js";
|
|
7
7
|
import {
|
|
8
8
|
disposeStore,
|
|
9
9
|
initStore
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-Y6TS42WD.js";
|
|
11
11
|
import "./chunk-524VLFFY.js";
|
|
12
12
|
import "./chunk-MP2AFCGL.js";
|
|
13
13
|
import "./chunk-TH6HTK2L.js";
|
package/dist/gateway/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
createSignupBot,
|
|
12
12
|
ensureCRMContact,
|
|
13
13
|
formatAlert
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-NJKERRSG.js";
|
|
15
15
|
import {
|
|
16
16
|
IMessageAdapter
|
|
17
17
|
} from "../chunk-FLSASUV3.js";
|
|
@@ -56,7 +56,7 @@ import {
|
|
|
56
56
|
retryWithBackoff,
|
|
57
57
|
routeMessage,
|
|
58
58
|
validateGatewayConfig
|
|
59
|
-
} from "../chunk-
|
|
59
|
+
} from "../chunk-HHMHL4FB.js";
|
|
60
60
|
import "../chunk-LL5EY6OQ.js";
|
|
61
61
|
import {
|
|
62
62
|
OllamaProvider
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
getGlobalProceduresBlock,
|
|
4
4
|
loadGlobalProcedures,
|
|
5
5
|
storeGlobalProcedure
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-UPMKSFBU.js";
|
|
7
|
+
import "./chunk-XWQKCCCO.js";
|
|
8
8
|
import "./chunk-TH6HTK2L.js";
|
|
9
9
|
import "./chunk-EOO32RJZ.js";
|
|
10
10
|
import "./chunk-FXU7JOXK.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
extractKeywords,
|
|
3
3
|
matchScore
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-B4HAUSVQ.js";
|
|
5
5
|
import "../chunk-ONMRBKAX.js";
|
|
6
6
|
import "../chunk-LOQCOHEW.js";
|
|
7
7
|
import "../chunk-TXSJ2L5O.js";
|
|
@@ -63,7 +63,7 @@ async function main() {
|
|
|
63
63
|
const changedFiles = getChangedFiles(commitHash);
|
|
64
64
|
let client;
|
|
65
65
|
try {
|
|
66
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
66
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
67
67
|
client = await fastDbInit();
|
|
68
68
|
} catch {
|
|
69
69
|
process.stderr.write("[commit-complete] DB init failed \u2014 skipping\n");
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
hybridSearch,
|
|
6
6
|
lightweightSearch
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-AGFWOII2.js";
|
|
8
8
|
import "../chunk-SH45SJQW.js";
|
|
9
9
|
import {
|
|
10
10
|
getActiveAgent
|
|
11
11
|
} from "../chunk-NFHFNPTN.js";
|
|
12
12
|
import {
|
|
13
13
|
initStore
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-Y6TS42WD.js";
|
|
15
15
|
import "../chunk-524VLFFY.js";
|
|
16
16
|
import "../chunk-CVYC6DUW.js";
|
|
17
17
|
import "../chunk-GJV3WDWM.js";
|
|
@@ -49,7 +49,7 @@ process.stdin.on("end", async () => {
|
|
|
49
49
|
pass = false;
|
|
50
50
|
}
|
|
51
51
|
try {
|
|
52
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
52
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
53
53
|
await fastDbInit();
|
|
54
54
|
const { getClient } = await import("../lib/database.js");
|
|
55
55
|
const client = getClient();
|
|
@@ -36,7 +36,7 @@ process.stdin.on("end", async () => {
|
|
|
36
36
|
process.exit(0);
|
|
37
37
|
}
|
|
38
38
|
try {
|
|
39
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
39
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
40
40
|
await fastDbInit();
|
|
41
41
|
const { getClient } = await import("../lib/database.js");
|
|
42
42
|
const { randomUUID } = await import("crypto");
|
|
@@ -67,7 +67,7 @@ ${identity}`);
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
try {
|
|
70
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
70
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
71
71
|
await fastDbInit();
|
|
72
72
|
const { getClient } = await import("../lib/database.js");
|
|
73
73
|
const client = getClient();
|
|
@@ -110,7 +110,7 @@ You are **${driftAgent.agentId}** (${driftAgent.agentRole}). You've used ${misma
|
|
|
110
110
|
const { detectError } = await import("../lib/error-detector.js");
|
|
111
111
|
const agent = getActiveAgent();
|
|
112
112
|
try {
|
|
113
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
113
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
114
114
|
const { recordSessionEvent } = await import("../session-events-5WR5RVDK.js");
|
|
115
115
|
const client = await fastDbInit();
|
|
116
116
|
const toolName = String(data.tool_name ?? "unknown");
|
|
@@ -60,7 +60,7 @@ process.stdin.on("end", async () => {
|
|
|
60
60
|
const agent = getActiveAgent();
|
|
61
61
|
const sections = [];
|
|
62
62
|
try {
|
|
63
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
63
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
64
64
|
const client = await fastDbInit();
|
|
65
65
|
const projectName = process.cwd().split("/").pop() ?? "unknown";
|
|
66
66
|
const pcScope = sessionScopeFilter();
|
|
@@ -160,7 +160,7 @@ Do NOT report this as successful. No file was changed. If you are a sub-agent, r
|
|
|
160
160
|
const filePath = data.tool_input?.file_path ?? "";
|
|
161
161
|
if (filePath) {
|
|
162
162
|
try {
|
|
163
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
163
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
164
164
|
await fastDbInit();
|
|
165
165
|
const { evaluateDelegationGate, GATE_BLOCK_MESSAGE } = await import("../cto-delegation-gate-BTZWAA4E.js");
|
|
166
166
|
const decision = await evaluateDelegationGate({
|
|
@@ -207,7 +207,7 @@ Do NOT report this as successful. No file was changed. If you are a sub-agent, r
|
|
|
207
207
|
const isUpdateTaskDone = (data.tool_name === "mcp__exe-os__update_task" || data.tool_name === "mcp__exe-mem__update_task") && toolInput.status === "done" && CTO_ROLES.includes(agent.agentRole);
|
|
208
208
|
if (isUpdateTaskDone) {
|
|
209
209
|
try {
|
|
210
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
210
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
211
211
|
const client = await fastDbInit();
|
|
212
212
|
const taskId = String(toolInput.task_id ?? "");
|
|
213
213
|
const ptScope = sessionScopeFilter();
|
|
@@ -265,7 +265,7 @@ Do NOT report this as successful. No file was changed. If you are a sub-agent, r
|
|
|
265
265
|
}
|
|
266
266
|
if (CTO_ROLES.includes(agent.agentRole) && !hasDelegationFired()) {
|
|
267
267
|
try {
|
|
268
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
268
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
269
269
|
const client = await fastDbInit();
|
|
270
270
|
const dlScope = sessionScopeFilter();
|
|
271
271
|
const result = await client.execute({
|
|
@@ -5,14 +5,14 @@ import "../chunk-YSU7JB7H.js";
|
|
|
5
5
|
import {
|
|
6
6
|
hybridSearch,
|
|
7
7
|
lightweightSearch
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-AGFWOII2.js";
|
|
9
9
|
import "../chunk-SH45SJQW.js";
|
|
10
10
|
import {
|
|
11
11
|
getActiveAgent
|
|
12
12
|
} from "../chunk-NFHFNPTN.js";
|
|
13
13
|
import {
|
|
14
14
|
initStore
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-Y6TS42WD.js";
|
|
16
16
|
import "../chunk-524VLFFY.js";
|
|
17
17
|
import {
|
|
18
18
|
isExeSession
|
|
@@ -402,7 +402,7 @@ IMPORTANT: After completing your current task, you MUST address the pending revi
|
|
|
402
402
|
let coreMemoryContext = "";
|
|
403
403
|
if (!IS_CODEX_RUNTIME && agent.agentId !== "default") {
|
|
404
404
|
try {
|
|
405
|
-
const { getCoreMemory, formatCoreMemoryBlock } = await import("../core-memory-
|
|
405
|
+
const { getCoreMemory, formatCoreMemoryBlock } = await import("../core-memory-C3JLISAU.js");
|
|
406
406
|
const entries = await getCoreMemory(agent.agentId);
|
|
407
407
|
const block = formatCoreMemoryBlock(entries);
|
|
408
408
|
if (block) coreMemoryContext = block;
|
|
@@ -497,7 +497,7 @@ async function writePromptMemory(prompt, sessionId, agent) {
|
|
|
497
497
|
return;
|
|
498
498
|
}
|
|
499
499
|
try {
|
|
500
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
500
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
501
501
|
const { recordSessionEvent } = await import("../session-events-5WR5RVDK.js");
|
|
502
502
|
const client = await fastDbInit();
|
|
503
503
|
await recordSessionEvent(client, {
|
|
@@ -72,7 +72,7 @@ process.stdin.on("end", async () => {
|
|
|
72
72
|
const agent = getActiveAgent();
|
|
73
73
|
if (agent.agentId !== "default") {
|
|
74
74
|
try {
|
|
75
|
-
const { fastDbInit } = await import("../fast-db-init-
|
|
75
|
+
const { fastDbInit } = await import("../fast-db-init-HVAVS35N.js");
|
|
76
76
|
const client = await fastDbInit();
|
|
77
77
|
const seScope = strictSessionScopeFilter();
|
|
78
78
|
const orphanResult = await client.execute({
|
|
@@ -161,7 +161,7 @@ Orphaned tasks at session end: ${orphanResult.rows.map((r) => `"${String(r.title
|
|
|
161
161
|
);
|
|
162
162
|
let commits = [];
|
|
163
163
|
try {
|
|
164
|
-
const { getRecentCommits } = await import("../git-task-sweep-
|
|
164
|
+
const { getRecentCommits } = await import("../git-task-sweep-RSRASAHB.js");
|
|
165
165
|
commits = getRecentCommits(30);
|
|
166
166
|
} catch {
|
|
167
167
|
}
|
|
@@ -171,7 +171,7 @@ Orphaned tasks at session end: ${orphanResult.rows.map((r) => `"${String(r.title
|
|
|
171
171
|
const title = String(row.title);
|
|
172
172
|
try {
|
|
173
173
|
if (commits.length > 0) {
|
|
174
|
-
const { findBestMatch } = await import("../git-task-sweep-
|
|
174
|
+
const { findBestMatch } = await import("../git-task-sweep-RSRASAHB.js");
|
|
175
175
|
let context;
|
|
176
176
|
try {
|
|
177
177
|
const ctxResult = await client.execute({
|