@askexenow/exe-os 0.9.273 → 0.9.274

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.
Files changed (140) hide show
  1. package/dist/backfill-metadata-SJ4YMQFS.js +597 -0
  2. package/dist/bin/agentic-ontology-backfill.js +1 -1
  3. package/dist/bin/agentic-reflection-backfill.js +1 -1
  4. package/dist/bin/agentic-semantic-label.js +1 -1
  5. package/dist/bin/backfill-conversations.js +1 -1
  6. package/dist/bin/backfill-responses.js +1 -1
  7. package/dist/bin/backfill-vectors.js +2 -2
  8. package/dist/bin/bulk-sync-postgres.js +1 -1
  9. package/dist/bin/cleanup-stale-review-tasks.js +2 -2
  10. package/dist/bin/cli.js +5 -5
  11. package/dist/bin/exe-assign.js +1 -1
  12. package/dist/bin/exe-boot.js +3 -3
  13. package/dist/bin/exe-dispatch.js +2 -2
  14. package/dist/bin/exe-doctor.js +1 -1
  15. package/dist/bin/exe-export-behaviors.js +2 -2
  16. package/dist/bin/exe-forget.js +3 -3
  17. package/dist/bin/exe-gateway.js +5 -5
  18. package/dist/bin/exe-heartbeat.js +2 -2
  19. package/dist/bin/exe-kill.js +3 -3
  20. package/dist/bin/exe-launch-agent.js +3 -3
  21. package/dist/bin/exe-pending-messages.js +3 -3
  22. package/dist/bin/exe-pending-notifications.js +2 -2
  23. package/dist/bin/exe-pending-reviews.js +2 -2
  24. package/dist/bin/exe-review.js +3 -3
  25. package/dist/bin/exe-search.js +2 -2
  26. package/dist/bin/exe-session-cleanup.js +5 -5
  27. package/dist/bin/exe-start-codex.js +1 -1
  28. package/dist/bin/exe-start-opencode.js +1 -1
  29. package/dist/bin/exe-status.js +3 -3
  30. package/dist/bin/exe-team.js +1 -1
  31. package/dist/bin/git-sweep.js +2 -2
  32. package/dist/bin/graph-backfill.js +1 -1
  33. package/dist/bin/graph-export.js +2 -2
  34. package/dist/bin/import-history.js +2 -2
  35. package/dist/bin/intercom-check.js +3 -3
  36. package/dist/bin/mcp-sessions.js +2 -2
  37. package/dist/bin/orchestration-metrics.js +1 -1
  38. package/dist/bin/scan-tasks.js +2 -2
  39. package/dist/bin/shard-migrate.js +1 -1
  40. package/dist/capacity-monitor-VP4RDLSB.js +49 -0
  41. package/dist/catchup-brief-2Q5GPASS.js +151 -0
  42. package/dist/chunk-2FZLPPOD.js +171 -0
  43. package/dist/chunk-3FZQAO7A.js +3961 -0
  44. package/dist/chunk-44MQXM4F.js +13745 -0
  45. package/dist/chunk-7CB3G3JP.js +1090 -0
  46. package/dist/chunk-BSWNP5GP.js +197 -0
  47. package/dist/chunk-EWQLQZNS.js +345 -0
  48. package/dist/chunk-FC5WORMP.js +81 -0
  49. package/dist/chunk-FS7G6NJD.js +377 -0
  50. package/dist/chunk-HBYLXJAW.js +284 -0
  51. package/dist/chunk-KK6ZIA37.js +551 -0
  52. package/dist/chunk-L7RDKCIR.js +244 -0
  53. package/dist/chunk-MWUISGAB.js +382 -0
  54. package/dist/chunk-N62LCOUL.js +214 -0
  55. package/dist/chunk-OZZNVYAK.js +346 -0
  56. package/dist/chunk-QNEXJFHM.js +495 -0
  57. package/dist/chunk-QUJMPJF6.js +1148 -0
  58. package/dist/chunk-QZD26GDH.js +1073 -0
  59. package/dist/chunk-RA5JLXBQ.js +89 -0
  60. package/dist/chunk-RFXUXL2D.js +128 -0
  61. package/dist/chunk-SGNGDKD6.js +127 -0
  62. package/dist/chunk-TYWQZEEP.js +448 -0
  63. package/dist/chunk-V6YIYBTZ.js +204 -0
  64. package/dist/chunk-VEWBH33L.js +1921 -0
  65. package/dist/chunk-VQD4CTOC.js +50 -0
  66. package/dist/chunk-VZES6N3E.js +526 -0
  67. package/dist/chunk-W5QNW2XG.js +76 -0
  68. package/dist/chunk-WQKYSGIT.js +159 -0
  69. package/dist/chunk-YEMI5UWM.js +58 -0
  70. package/dist/chunk-YLICIT56.js +731 -0
  71. package/dist/chunk-YTDY65EM.js +1345 -0
  72. package/dist/chunk-YXVGZDDE.js +333 -0
  73. package/dist/chunk-ZBCOPT2O.js +54 -0
  74. package/dist/chunk-ZPBCPDB3.js +818 -0
  75. package/dist/core-memory-GTGDVXLO.js +110 -0
  76. package/dist/crm-webhook-P6TXQMLI.js +10 -0
  77. package/dist/cto-delegation-gate-XFDEMR3W.js +206 -0
  78. package/dist/daemon-orchestration-TFHRZ2RV.js +135 -0
  79. package/dist/dreaming-DJWC7RVV.js +32 -0
  80. package/dist/exe-export-QUT5WDDK.js +73 -0
  81. package/dist/exe-import-JE7YYYBJ.js +76 -0
  82. package/dist/exe-key-7XX4OUXD.js +579 -0
  83. package/dist/exe-snapshot-NET7N53Z.js +164 -0
  84. package/dist/fast-db-init-Y6C4TM2T.js +7 -0
  85. package/dist/gateway/index.js +6 -6
  86. package/dist/git-task-sweep-R3CZQT4O.js +40 -0
  87. package/dist/hooks/bug-report-worker.js +4 -4
  88. package/dist/hooks/codex-stop-task-finalizer.js +4 -4
  89. package/dist/hooks/commit-complete.js +4 -4
  90. package/dist/hooks/error-recall.js +2 -2
  91. package/dist/hooks/ingest.js +2 -2
  92. package/dist/hooks/instructions-loaded.js +1 -1
  93. package/dist/hooks/manifest.json +18 -18
  94. package/dist/hooks/notification.js +1 -1
  95. package/dist/hooks/post-compact.js +2 -2
  96. package/dist/hooks/post-tool-combined.js +2 -2
  97. package/dist/hooks/pre-compact.js +3 -3
  98. package/dist/hooks/pre-tool-use.js +6 -6
  99. package/dist/hooks/prompt-submit.js +8 -8
  100. package/dist/hooks/session-end.js +5 -5
  101. package/dist/hooks/session-start.js +5 -5
  102. package/dist/hooks/stop.js +5 -5
  103. package/dist/hooks/subagent-stop.js +2 -2
  104. package/dist/hooks/summary-worker.js +5 -5
  105. package/dist/index.js +9 -9
  106. package/dist/lib/consolidation.js +2 -2
  107. package/dist/lib/exe-daemon.js +17 -17
  108. package/dist/lib/hybrid-search.js +2 -2
  109. package/dist/lib/messaging.js +2 -2
  110. package/dist/lib/schedules.js +2 -2
  111. package/dist/lib/store.js +1 -1
  112. package/dist/lib/tasks.js +3 -3
  113. package/dist/lib/tmux-routing.js +1 -1
  114. package/dist/mcp/register-tools.js +24 -24
  115. package/dist/mcp/server.js +25 -25
  116. package/dist/mcp/tools/create-task.js +4 -4
  117. package/dist/mcp/tools/list-tasks.js +4 -4
  118. package/dist/mcp/tools/send-message.js +3 -3
  119. package/dist/mcp/tools/update-task.js +4 -4
  120. package/dist/notifications-C6WBZYSS.js +45 -0
  121. package/dist/orchestrator-DDKE4UM3.js +33 -0
  122. package/dist/pipeline-router-NCOLBCHN.js +13 -0
  123. package/dist/reranker-3GFGGCJF.js +19 -0
  124. package/dist/review-polling-62EGCBLH.js +124 -0
  125. package/dist/runtime/index.js +3 -3
  126. package/dist/session-events-UXAPXR2D.js +36 -0
  127. package/dist/session-scope-K4FRGQK4.js +86 -0
  128. package/dist/skill-refinement-TCI6A32K.js +157 -0
  129. package/dist/task-enforcement-7QXEVHAS.js +391 -0
  130. package/dist/task-scope-OJER4AQ2.js +35 -0
  131. package/dist/tasks-crud-WKJSB5PH.js +77 -0
  132. package/dist/tasks-notify-UHE7X6RD.js +38 -0
  133. package/dist/tasks-review-2D2X6AHO.js +47 -0
  134. package/dist/telemetry-upload-JQYBFEWG.js +739 -0
  135. package/dist/tui/App.js +7 -7
  136. package/dist/tui-data-NIT4PI5T.js +258 -0
  137. package/dist/worker-gate-I6XMCYS4.js +21 -0
  138. package/dist/workflow-engine-EMZ5WMQ5.js +28 -0
  139. package/package.json +1 -1
  140. package/release-notes.json +24 -30
@@ -0,0 +1,197 @@
1
+ import {
2
+ initStore
3
+ } from "./chunk-ZPBCPDB3.js";
4
+ import {
5
+ getClient,
6
+ isInitialized
7
+ } from "./chunk-CHBHR5W6.js";
8
+
9
+ // src/lib/schedules.ts
10
+ import crypto from "crypto";
11
+ import { execSync } from "child_process";
12
+ var CRON_FIELD = /^[\d*/,\-]+$/;
13
+ function isValidCron(cron) {
14
+ const fields = cron.trim().split(/\s+/);
15
+ if (fields.length !== 5) return false;
16
+ return fields.every((f) => CRON_FIELD.test(f));
17
+ }
18
+ var SAFE_ID = /^[a-zA-Z0-9_\-]+$/;
19
+ function isValidScheduleId(id) {
20
+ return SAFE_ID.test(id) && id.length <= 128;
21
+ }
22
+ async function ensureDb() {
23
+ if (!isInitialized()) {
24
+ await initStore();
25
+ }
26
+ }
27
+ function parseHumanCron(input) {
28
+ const s = input.toLowerCase().trim();
29
+ if (/^[\d*\/,-]+\s+[\d*\/,-]+\s+[\d*\/,-]+\s+[\d*\/,-]+\s+[\d*\/,-]+$/.test(s)) {
30
+ return s;
31
+ }
32
+ const dayMap = {
33
+ sunday: "0",
34
+ sun: "0",
35
+ monday: "1",
36
+ mon: "1",
37
+ tuesday: "2",
38
+ tue: "2",
39
+ wednesday: "3",
40
+ wed: "3",
41
+ thursday: "4",
42
+ thu: "4",
43
+ friday: "5",
44
+ fri: "5",
45
+ saturday: "6",
46
+ sat: "6"
47
+ };
48
+ const everyMatch = s.match(/every\s+(\d+)\s*([mh])/);
49
+ if (everyMatch) {
50
+ const n = everyMatch[1];
51
+ const unit = everyMatch[2];
52
+ if (unit === "m") return `*/${n} * * * *`;
53
+ if (unit === "h") return `0 */${n} * * *`;
54
+ }
55
+ let hour = -1;
56
+ let minute = 0;
57
+ if (/midnight/.test(s)) {
58
+ hour = 0;
59
+ } else if (/noon/.test(s)) {
60
+ hour = 12;
61
+ } else {
62
+ const timeMatch = s.match(/(\d{1,2})(?::(\d{2}))?\s*(am|pm)?/);
63
+ if (timeMatch) {
64
+ hour = parseInt(timeMatch[1], 10);
65
+ minute = timeMatch[2] ? parseInt(timeMatch[2], 10) : 0;
66
+ if (timeMatch[3] === "pm" && hour < 12) hour += 12;
67
+ if (timeMatch[3] === "am" && hour === 12) hour = 0;
68
+ }
69
+ }
70
+ if (hour === -1) hour = 0;
71
+ let dow = "*";
72
+ if (/weekday|weekdays/.test(s)) {
73
+ dow = "1-5";
74
+ } else if (/weekend|weekends/.test(s)) {
75
+ dow = "0,6";
76
+ } else {
77
+ for (const [name, val] of Object.entries(dayMap)) {
78
+ if (s.includes(name)) {
79
+ dow = val;
80
+ break;
81
+ }
82
+ }
83
+ }
84
+ return `${minute} ${hour} * * ${dow}`;
85
+ }
86
+ async function createSchedule(input) {
87
+ if (!isValidCron(input.cron)) {
88
+ throw new Error(`Invalid cron expression: ${input.cron}. Must be 5 fields with only digits, *, /, -, comma.`);
89
+ }
90
+ await ensureDb();
91
+ const client = getClient();
92
+ const id = crypto.randomUUID().slice(0, 8);
93
+ const now = (/* @__PURE__ */ new Date()).toISOString();
94
+ const prompt = input.prompt ?? input.description;
95
+ await client.execute({
96
+ sql: `INSERT INTO schedules (id, cron, description, job_type, prompt, assigned_to, project_name, active, use_crontab, created_at)
97
+ VALUES (?, ?, ?, ?, ?, ?, ?, 1, ?, ?)`,
98
+ args: [
99
+ id,
100
+ input.cron,
101
+ input.description,
102
+ input.jobType ?? "report",
103
+ prompt,
104
+ input.assignedTo ?? null,
105
+ input.projectName ?? null,
106
+ input.useCrontab ? 1 : 0,
107
+ now
108
+ ]
109
+ });
110
+ if (input.useCrontab) {
111
+ addToCrontab(id, input.cron, prompt, input.projectName);
112
+ }
113
+ return {
114
+ id,
115
+ cron: input.cron,
116
+ description: input.description,
117
+ jobType: input.jobType ?? "report",
118
+ prompt,
119
+ assignedTo: input.assignedTo,
120
+ projectName: input.projectName,
121
+ active: true,
122
+ useCrontab: input.useCrontab ?? false,
123
+ createdAt: now
124
+ };
125
+ }
126
+ async function listSchedules(activeOnly = true) {
127
+ await ensureDb();
128
+ const client = getClient();
129
+ const sql = activeOnly ? "SELECT * FROM schedules WHERE active = 1 ORDER BY created_at ASC" : "SELECT * FROM schedules ORDER BY created_at ASC";
130
+ const result = await client.execute({ sql, args: [] });
131
+ return result.rows.map((row) => ({
132
+ id: String(row.id),
133
+ cron: String(row.cron),
134
+ description: String(row.description),
135
+ jobType: String(row.job_type),
136
+ prompt: row.prompt ? String(row.prompt) : void 0,
137
+ assignedTo: row.assigned_to ? String(row.assigned_to) : void 0,
138
+ projectName: row.project_name ? String(row.project_name) : void 0,
139
+ active: Number(row.active) === 1,
140
+ useCrontab: Number(row.use_crontab) === 1,
141
+ createdAt: String(row.created_at)
142
+ }));
143
+ }
144
+ async function deleteSchedule(id) {
145
+ await ensureDb();
146
+ const client = getClient();
147
+ const existing = await client.execute({
148
+ sql: "SELECT use_crontab FROM schedules WHERE id = ?",
149
+ args: [id]
150
+ });
151
+ if (existing.rows.length === 0) return false;
152
+ const usesCrontab = Number(existing.rows[0].use_crontab) === 1;
153
+ await client.execute({
154
+ sql: "DELETE FROM schedules WHERE id = ?",
155
+ args: [id]
156
+ });
157
+ if (usesCrontab) {
158
+ removeFromCrontab(id);
159
+ }
160
+ return true;
161
+ }
162
+ function addToCrontab(id, cron, prompt, projectDir) {
163
+ if (!isValidCron(cron)) {
164
+ throw new Error(`Invalid cron expression: ${cron}`);
165
+ }
166
+ if (!isValidScheduleId(id)) {
167
+ throw new Error(`Invalid schedule ID: ${id}`);
168
+ }
169
+ try {
170
+ const cwd = projectDir ? `cd ${JSON.stringify(projectDir)} && ` : "";
171
+ const escapedPrompt = prompt.replace(/"/g, '\\"');
172
+ const entry = `${cron} ${cwd}claude -p --dangerously-skip-permissions "${escapedPrompt}" # exe-schedule:${id}`;
173
+ execSync(
174
+ `(crontab -l 2>/dev/null; echo ${JSON.stringify(entry)}) | crontab -`,
175
+ { timeout: 5e3, stdio: "ignore" }
176
+ );
177
+ } catch (err) {
178
+ if (err instanceof Error && err.message.startsWith("Invalid")) throw err;
179
+ }
180
+ }
181
+ function removeFromCrontab(id) {
182
+ if (!isValidScheduleId(id)) return;
183
+ try {
184
+ execSync(
185
+ `crontab -l 2>/dev/null | grep -v "exe-schedule:${id}" | crontab -`,
186
+ { timeout: 5e3, stdio: "ignore" }
187
+ );
188
+ } catch {
189
+ }
190
+ }
191
+
192
+ export {
193
+ parseHumanCron,
194
+ createSchedule,
195
+ listSchedules,
196
+ deleteSchedule
197
+ };
@@ -0,0 +1,345 @@
1
+ import {
2
+ employeeSessionName,
3
+ isEmployeeAlive,
4
+ resolveExeSession,
5
+ sendIntercom,
6
+ strictSessionScopeFilter
7
+ } from "./chunk-3FZQAO7A.js";
8
+ import {
9
+ parseMessage,
10
+ serializeMessage
11
+ } from "./chunk-4JERP7NT.js";
12
+ import {
13
+ recordOrchestrationEventBestEffort
14
+ } from "./chunk-2NQQP3FF.js";
15
+ import {
16
+ getClient
17
+ } from "./chunk-CHBHR5W6.js";
18
+
19
+ // src/lib/messaging.ts
20
+ import crypto from "crypto";
21
+ function generateUlid() {
22
+ const timestamp = Date.now().toString(36).padStart(10, "0");
23
+ const random = crypto.randomBytes(10).toString("hex").slice(0, 16);
24
+ return (timestamp + random).toUpperCase();
25
+ }
26
+ function rowToMessage(row) {
27
+ return {
28
+ id: row.id,
29
+ fromAgent: row.from_agent,
30
+ fromDevice: row.from_device,
31
+ targetAgent: row.target_agent,
32
+ targetProject: row.target_project ?? null,
33
+ targetDevice: row.target_device,
34
+ sessionScope: row.session_scope ?? null,
35
+ content: row.content,
36
+ priority: row.priority ?? "normal",
37
+ status: row.status ?? "pending",
38
+ serverSeq: row.server_seq != null ? Number(row.server_seq) : null,
39
+ retryCount: Number(row.retry_count ?? 0),
40
+ createdAt: row.created_at,
41
+ deliveredAt: row.delivered_at ?? null,
42
+ processedAt: row.processed_at ?? null,
43
+ failedAt: row.failed_at ?? null,
44
+ failureReason: row.failure_reason ?? null
45
+ };
46
+ }
47
+ var MAX_RETRIES = 10;
48
+ async function countUnreadMessages(targetAgent, sessionScope) {
49
+ const client = getClient();
50
+ const scope = strictSessionScopeFilter(sessionScope);
51
+ const result = await client.execute({
52
+ sql: `SELECT COUNT(*) AS count FROM messages
53
+ WHERE target_agent = ? AND status IN ('pending', 'delivered')${scope.sql}`,
54
+ args: [targetAgent, ...scope.args]
55
+ });
56
+ return Number(result.rows[0]?.count ?? 0);
57
+ }
58
+ async function sendMessage(input) {
59
+ const client = getClient();
60
+ const id = generateUlid();
61
+ const now = (/* @__PURE__ */ new Date()).toISOString();
62
+ const targetDevice = input.targetDevice ?? "local";
63
+ const sessionScope = input.sessionScope === void 0 ? resolveExeSession() : input.sessionScope;
64
+ await client.execute({
65
+ sql: `INSERT INTO messages (id, from_agent, from_device, target_agent, target_project, target_device, session_scope, content, priority, status, founder_id, created_at)
66
+ VALUES (?, ?, 'local', ?, ?, ?, ?, ?, ?, 'pending', ?, ?)`,
67
+ args: [
68
+ id,
69
+ input.fromAgent,
70
+ input.targetAgent,
71
+ input.targetProject ?? null,
72
+ targetDevice,
73
+ sessionScope,
74
+ input.content,
75
+ input.priority ?? "normal",
76
+ input.founderId ?? null,
77
+ now
78
+ ]
79
+ });
80
+ recordOrchestrationEventBestEffort({
81
+ eventType: "message.sent",
82
+ source: "messaging.sendMessage",
83
+ agentId: input.fromAgent,
84
+ payload: { targetAgent: input.targetAgent, priority: input.priority ?? "normal", targetDevice },
85
+ sessionScope: sessionScope ?? null
86
+ });
87
+ try {
88
+ if (targetDevice !== "local") {
89
+ await deliverCrossMachineMessage(id, targetDevice);
90
+ } else {
91
+ await deliverLocalMessage(id);
92
+ }
93
+ } catch {
94
+ }
95
+ const sentScope = strictSessionScopeFilter(sessionScope);
96
+ const result = await client.execute({
97
+ sql: `SELECT * FROM messages WHERE id = ?${sentScope.sql}`,
98
+ args: [id, ...sentScope.args]
99
+ });
100
+ return rowToMessage(result.rows[0]);
101
+ }
102
+ var _wsClientSend = null;
103
+ function setWsClientSend(fn) {
104
+ _wsClientSend = fn;
105
+ }
106
+ async function deliverCrossMachineMessage(messageId, targetDevice) {
107
+ const client = getClient();
108
+ const result = await client.execute({
109
+ sql: "SELECT * FROM messages WHERE id = ?",
110
+ args: [messageId]
111
+ });
112
+ if (result.rows.length === 0) return false;
113
+ const msg = rowToMessage(result.rows[0]);
114
+ if (msg.status !== "pending") return false;
115
+ if (!_wsClientSend) {
116
+ return false;
117
+ }
118
+ const payload = JSON.stringify({
119
+ id: msg.id,
120
+ fromAgent: msg.fromAgent,
121
+ targetAgent: msg.targetAgent,
122
+ targetProject: msg.targetProject,
123
+ sessionScope: msg.sessionScope,
124
+ content: msg.content,
125
+ priority: msg.priority,
126
+ createdAt: msg.createdAt
127
+ });
128
+ const sent = _wsClientSend(targetDevice, payload);
129
+ if (sent) {
130
+ await client.execute({
131
+ sql: "UPDATE messages SET status = 'synced' WHERE id = ?",
132
+ args: [messageId]
133
+ });
134
+ return true;
135
+ }
136
+ return false;
137
+ }
138
+ async function deliverLocalMessage(messageId) {
139
+ const client = getClient();
140
+ const result = await client.execute({
141
+ sql: "SELECT * FROM messages WHERE id = ?",
142
+ args: [messageId]
143
+ });
144
+ if (result.rows.length === 0) return false;
145
+ const msg = rowToMessage(result.rows[0]);
146
+ if (msg.status !== "pending") return false;
147
+ const targetAgent = msg.targetAgent;
148
+ const now = (/* @__PURE__ */ new Date()).toISOString();
149
+ try {
150
+ const exeSession = resolveExeSession();
151
+ if (!exeSession) {
152
+ throw new Error("No coordinator session found");
153
+ }
154
+ process.stderr.write(`[messaging] ENTER deliverLocal: target=${targetAgent} exeSession=${exeSession}
155
+ `);
156
+ const { isCoordinatorName: isCoord } = await import("./lib/employees.js");
157
+ const isCOO = isCoord(targetAgent);
158
+ process.stderr.write(`[messaging] COO check: targetAgent="${targetAgent}" isCOO=${isCOO}
159
+ `);
160
+ const sessionName = isCOO ? exeSession : employeeSessionName(targetAgent, exeSession);
161
+ process.stderr.write(`[messaging] delivery attempt: target=${targetAgent} session=${sessionName} isCOO=${isCOO}
162
+ `);
163
+ if (!isCOO && !isEmployeeAlive(sessionName)) {
164
+ throw new Error("Session not running \u2014 message stays queued");
165
+ }
166
+ const unreadCount = await countUnreadMessages(targetAgent, msg.sessionScope);
167
+ if (unreadCount <= 0) {
168
+ return false;
169
+ }
170
+ const intercomResult = sendIntercom(sessionName, { force: true, reason: "message" });
171
+ process.stderr.write(`[messaging] intercom result for ${sessionName}: ${intercomResult}
172
+ `);
173
+ await client.execute({
174
+ sql: "UPDATE messages SET status = 'delivered', delivered_at = ? WHERE id = ?",
175
+ args: [now, messageId]
176
+ });
177
+ recordOrchestrationEventBestEffort({
178
+ eventType: "message.delivered",
179
+ source: "messaging.deliverLocalMessage",
180
+ agentId: msg.targetAgent,
181
+ payload: { fromAgent: msg.fromAgent, priority: msg.priority }
182
+ });
183
+ return true;
184
+ } catch (err) {
185
+ process.stderr.write(
186
+ `[messaging] delivery failed for message ${messageId}: ${err instanceof Error ? err.message : String(err)}
187
+ `
188
+ );
189
+ const newRetryCount = msg.retryCount + 1;
190
+ if (newRetryCount >= MAX_RETRIES) {
191
+ await markFailed(messageId, "session unavailable after 10 retries", msg.sessionScope);
192
+ } else {
193
+ await client.execute({
194
+ sql: "UPDATE messages SET retry_count = ? WHERE id = ?",
195
+ args: [newRetryCount, messageId]
196
+ });
197
+ }
198
+ return false;
199
+ }
200
+ }
201
+ async function getPendingMessages(targetAgent, sessionScope) {
202
+ const client = getClient();
203
+ const scope = strictSessionScopeFilter(sessionScope);
204
+ const result = await client.execute({
205
+ sql: `SELECT * FROM messages
206
+ WHERE target_agent = ? AND status IN ('pending', 'delivered')${scope.sql}
207
+ ORDER BY id`,
208
+ args: [targetAgent, ...scope.args]
209
+ });
210
+ return result.rows.map((row) => rowToMessage(row));
211
+ }
212
+ async function markRead(messageId, sessionScope) {
213
+ const client = getClient();
214
+ const scope = strictSessionScopeFilter(sessionScope);
215
+ await client.execute({
216
+ sql: `UPDATE messages SET status = 'read'
217
+ WHERE id = ? AND status IN ('pending', 'delivered')${scope.sql}`,
218
+ args: [messageId, ...scope.args]
219
+ });
220
+ recordOrchestrationEventBestEffort({
221
+ eventType: "message.read",
222
+ source: "messaging.markRead",
223
+ payload: { messageId }
224
+ });
225
+ }
226
+ async function markAcknowledged(messageId, sessionScope) {
227
+ const client = getClient();
228
+ const scope = strictSessionScopeFilter(sessionScope);
229
+ await client.execute({
230
+ sql: `UPDATE messages SET status = 'acknowledged', processed_at = ?
231
+ WHERE id = ? AND status = 'read'${scope.sql}`,
232
+ args: [(/* @__PURE__ */ new Date()).toISOString(), messageId, ...scope.args]
233
+ });
234
+ }
235
+ async function markProcessed(messageId, sessionScope) {
236
+ const client = getClient();
237
+ const scope = strictSessionScopeFilter(sessionScope);
238
+ await client.execute({
239
+ sql: `UPDATE messages SET status = 'processed', processed_at = ?
240
+ WHERE id = ?${scope.sql}`,
241
+ args: [(/* @__PURE__ */ new Date()).toISOString(), messageId, ...scope.args]
242
+ });
243
+ }
244
+ async function getMessageStatus(messageId, sessionScope) {
245
+ const client = getClient();
246
+ const scope = strictSessionScopeFilter(sessionScope);
247
+ const result = await client.execute({
248
+ sql: `SELECT status FROM messages WHERE id = ?${scope.sql}`,
249
+ args: [messageId, ...scope.args]
250
+ });
251
+ return result.rows[0]?.status ?? null;
252
+ }
253
+ async function getUnacknowledgedMessages(targetAgent, sessionScope) {
254
+ const client = getClient();
255
+ const scope = strictSessionScopeFilter(sessionScope);
256
+ const result = await client.execute({
257
+ sql: `SELECT * FROM messages
258
+ WHERE target_agent = ? AND status IN ('pending', 'delivered', 'read')${scope.sql}
259
+ ORDER BY id`,
260
+ args: [targetAgent, ...scope.args]
261
+ });
262
+ return result.rows.map((row) => rowToMessage(row));
263
+ }
264
+ async function getReadMessages(targetAgent, sessionScope) {
265
+ const client = getClient();
266
+ const scope = strictSessionScopeFilter(sessionScope);
267
+ const result = await client.execute({
268
+ sql: `SELECT * FROM messages
269
+ WHERE target_agent = ? AND status = 'read'${scope.sql}
270
+ ORDER BY id`,
271
+ args: [targetAgent, ...scope.args]
272
+ });
273
+ return result.rows.map((row) => rowToMessage(row));
274
+ }
275
+ async function markFailed(messageId, reason, sessionScope) {
276
+ const client = getClient();
277
+ const scope = strictSessionScopeFilter(sessionScope);
278
+ await client.execute({
279
+ sql: `UPDATE messages SET status = 'failed', failed_at = ?, failure_reason = ?
280
+ WHERE id = ?${scope.sql}`,
281
+ args: [(/* @__PURE__ */ new Date()).toISOString(), reason, messageId, ...scope.args]
282
+ });
283
+ }
284
+ async function getFailedMessages(sessionScope) {
285
+ const client = getClient();
286
+ const scope = strictSessionScopeFilter(sessionScope);
287
+ const result = await client.execute({
288
+ sql: `SELECT * FROM messages WHERE status = 'failed'${scope.sql} ORDER BY created_at DESC`,
289
+ args: [...scope.args]
290
+ });
291
+ return result.rows.map((row) => rowToMessage(row));
292
+ }
293
+ async function retryPendingMessages(sessionScope) {
294
+ const client = getClient();
295
+ const scope = strictSessionScopeFilter(sessionScope);
296
+ const result = await client.execute({
297
+ sql: `SELECT * FROM messages
298
+ WHERE status = 'pending' AND retry_count < ?${scope.sql}
299
+ ORDER BY id`,
300
+ args: [MAX_RETRIES, ...scope.args]
301
+ });
302
+ let delivered = 0;
303
+ for (const row of result.rows) {
304
+ const msg = rowToMessage(row);
305
+ try {
306
+ const success = await deliverLocalMessage(msg.id);
307
+ if (success) delivered++;
308
+ } catch {
309
+ }
310
+ }
311
+ return delivered;
312
+ }
313
+ async function sendTypedMessage(envelope, targetAgent, opts) {
314
+ return sendMessage({
315
+ fromAgent: envelope.from,
316
+ targetAgent,
317
+ targetProject: opts?.targetProject,
318
+ targetDevice: opts?.targetDevice,
319
+ content: serializeMessage(envelope),
320
+ priority: opts?.priority,
321
+ sessionScope: opts?.sessionScope
322
+ });
323
+ }
324
+ function parseIncomingMessage(content) {
325
+ return parseMessage(content);
326
+ }
327
+
328
+ export {
329
+ countUnreadMessages,
330
+ sendMessage,
331
+ setWsClientSend,
332
+ deliverLocalMessage,
333
+ getPendingMessages,
334
+ markRead,
335
+ markAcknowledged,
336
+ markProcessed,
337
+ getMessageStatus,
338
+ getUnacknowledgedMessages,
339
+ getReadMessages,
340
+ markFailed,
341
+ getFailedMessages,
342
+ retryPendingMessages,
343
+ sendTypedMessage,
344
+ parseIncomingMessage
345
+ };
@@ -0,0 +1,81 @@
1
+ // src/bin/fast-db-init.ts
2
+ async function fastDbInit() {
3
+ const { isInitialized, getClient, setExternalClient } = await import("./lib/database.js");
4
+ if (isInitialized()) {
5
+ return getClient();
6
+ }
7
+ const forceDirect = process.env.EXE_DB_DIRECT === "1" || process.env.EXE_DB_READONLY === "1" || process.env.EXE_SKIP_DAEMON === "1";
8
+ if (!forceDirect) {
9
+ try {
10
+ const { connectEmbedDaemon, sendDaemonRequest, isClientConnected, disconnectClient } = await import("./lib/exe-daemon-client.js");
11
+ const { deserializeResultSet } = await import("./daemon-protocol-XW2OLNBS.js");
12
+ await Promise.race([
13
+ connectEmbedDaemon(),
14
+ new Promise((_, reject) => setTimeout(() => reject(new Error("Daemon socket timeout (2s)")), 2e3))
15
+ ]);
16
+ if (isClientConnected()) {
17
+ const daemonClient = {
18
+ async execute(stmt) {
19
+ const sql = typeof stmt === "string" ? stmt : stmt.sql;
20
+ const args = typeof stmt === "string" ? [] : Array.isArray(stmt.args) ? stmt.args : [];
21
+ const resp = await sendDaemonRequest({ type: "db-execute", sql, args });
22
+ if (resp.error) throw new Error(String(resp.error));
23
+ if (resp.db) return deserializeResultSet(resp.db);
24
+ throw new Error("Unexpected daemon response");
25
+ },
26
+ async batch(stmts, mode) {
27
+ const statements = stmts.map((s) => {
28
+ const sql = typeof s === "string" ? s : s.sql;
29
+ const args = typeof s === "string" ? [] : Array.isArray(s.args) ? s.args : [];
30
+ return { sql, args };
31
+ });
32
+ const resp = await sendDaemonRequest({ type: "db-batch", statements, mode: mode ?? "deferred" });
33
+ if (resp.error) throw new Error(String(resp.error));
34
+ const batchResults = resp["db-batch"];
35
+ if (batchResults) return batchResults.map(deserializeResultSet);
36
+ throw new Error("Unexpected daemon batch response");
37
+ },
38
+ async transaction(_mode) {
39
+ throw new Error("Transactions not supported via daemon socket");
40
+ },
41
+ async executeMultiple(_sql) {
42
+ throw new Error("executeMultiple not supported via daemon socket");
43
+ },
44
+ async migrate(_stmts) {
45
+ throw new Error("migrate not supported via daemon socket");
46
+ },
47
+ sync() {
48
+ return Promise.resolve(void 0);
49
+ },
50
+ close() {
51
+ },
52
+ get closed() {
53
+ return false;
54
+ },
55
+ get protocol() {
56
+ return "file";
57
+ }
58
+ };
59
+ try {
60
+ await daemonClient.execute("SELECT 1");
61
+ } catch {
62
+ try {
63
+ disconnectClient();
64
+ } catch {
65
+ }
66
+ throw new Error("Daemon socket validation failed");
67
+ }
68
+ setExternalClient(daemonClient);
69
+ return daemonClient;
70
+ }
71
+ } catch {
72
+ }
73
+ }
74
+ const { initStore } = await import("./lib/store.js");
75
+ await initStore({ lightweight: true });
76
+ return getClient();
77
+ }
78
+
79
+ export {
80
+ fastDbInit
81
+ };