@askexenow/exe-os 0.9.249 → 0.9.251

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "latest": "0.9.17",
3
+ "latest": "0.9.18",
4
4
  "stacks": {
5
5
  "0.9.0": {
6
6
  "version": "0.9.0",
@@ -978,6 +978,58 @@
978
978
  "required": false
979
979
  }
980
980
  }
981
+ },
982
+ "0.9.18": {
983
+ "version": "0.9.18",
984
+ "releasedAt": "2026-06-09T00:00:00Z",
985
+ "notes": "exe-os v0.9.251: chore: sync release notes; fix: create schema in daemon polling init; chore: bump v0.9.250 release notes; fix: keep release-note generation idempotent",
986
+ "npmVersion": "0.9.251",
987
+ "breakingChanges": [],
988
+ "services": {
989
+ "crm": {
990
+ "image": "update.askexe.com/askexe/exe-crm:v0.9.46",
991
+ "env": "CRM_IMAGE_TAG",
992
+ "composeService": "exe-crm",
993
+ "healthUrl": "http://127.0.0.1:3000/healthz"
994
+ },
995
+ "wiki": {
996
+ "image": "update.askexe.com/askexe/exe-wiki:v0.9.21",
997
+ "env": "WIKI_IMAGE_TAG",
998
+ "composeService": "exe-wiki",
999
+ "healthUrl": "http://127.0.0.1:3001/api/ping"
1000
+ },
1001
+ "exe-os": {
1002
+ "image": "update.askexe.com/askexe/exe-os:v0.9.251",
1003
+ "env": "EXE_OS_IMAGE_TAG",
1004
+ "composeService": "exe-os",
1005
+ "healthUrl": "http://127.0.0.1:8765/health"
1006
+ },
1007
+ "gateway": {
1008
+ "image": "update.askexe.com/askexe/exe-gateway:v0.9.16",
1009
+ "env": "GATEWAY_IMAGE_TAG",
1010
+ "composeService": "exe-gateway",
1011
+ "healthUrl": "http://127.0.0.1:3100/health"
1012
+ },
1013
+ "monitorAgent": {
1014
+ "image": "update.askexe.com/askexe/exe-monitor-agent:v0.9.4",
1015
+ "env": "MONITOR_AGENT_IMAGE_TAG",
1016
+ "composeService": "exe-monitor-agent"
1017
+ },
1018
+ "monitorHub": {
1019
+ "image": "update.askexe.com/askexe/exe-monitor-hub:v0.9.4",
1020
+ "env": "MONITOR_HUB_IMAGE_TAG",
1021
+ "composeService": "exe-monitor-hub",
1022
+ "healthUrl": "http://127.0.0.1:8090/api/health"
1023
+ },
1024
+ "erp": {
1025
+ "image": "update.askexe.com/askexe/exe-erp:v0.2.0-final3",
1026
+ "env": "ERP_IMAGE_TAG",
1027
+ "composeService": "exe-erp",
1028
+ "healthUrl": "http://127.0.0.1:8069/api/method/ping",
1029
+ "deploymentScope": "customer",
1030
+ "required": false
1031
+ }
1032
+ }
981
1033
  }
982
1034
  }
983
1035
  }
@@ -4,7 +4,7 @@ import {
4
4
  } from "../chunk-RS7EAZ2R.js";
5
5
  import {
6
6
  lightweightSearch
7
- } from "../chunk-VPT7YJJU.js";
7
+ } from "../chunk-BG76C2PG.js";
8
8
  import "../chunk-CAFJIGAZ.js";
9
9
  import "../chunk-CHCA3ZM2.js";
10
10
  import "../chunk-AWVDA2FL.js";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  hybridSearch,
4
4
  lightweightSearch
5
- } from "../chunk-VPT7YJJU.js";
5
+ } from "../chunk-BG76C2PG.js";
6
6
  import {
7
7
  initStore
8
8
  } from "../chunk-CAFJIGAZ.js";
@@ -77,7 +77,7 @@ function categorizeCommit(message) {
77
77
  }
78
78
  function isReleaseNoiseCommitSummary(summary) {
79
79
  const normalized = summary.trim();
80
- return /^bump v\d+\.\d+\.\d+(?:-.+)?$/i.test(normalized) || /^(?:sync|stabilize) v\d+\.\d+\.\d+(?:-.+)? release notes$/i.test(normalized) || /^sync v\d+\.\d+\.\d+(?:-.+)? published artifacts$/i.test(normalized);
80
+ return /^bump(?: v\d+\.\d+\.\d+(?:-.+)?)?(?: release notes)?$/i.test(normalized) || /^(?:sync|stabilize)(?: v\d+\.\d+\.\d+(?:-.+)?)? release notes$/i.test(normalized) || /^sync(?: v\d+\.\d+\.\d+(?:-.+)?)? published artifacts$/i.test(normalized);
81
81
  }
82
82
  function generateReleaseNotes(repoRoot2, currentVersion) {
83
83
  const tags = git(["tag", "--sort=-v:refname", "--list", "v*"], repoRoot2).split("\n").filter(Boolean);
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  lightweightSearch
3
- } from "./chunk-VPT7YJJU.js";
3
+ } from "./chunk-BG76C2PG.js";
4
4
  import "./chunk-CAFJIGAZ.js";
5
5
  import "./chunk-CHCA3ZM2.js";
6
6
  import "./chunk-AWVDA2FL.js";
@@ -288,7 +288,7 @@ async function hybridSearch(queryText, agentId, options) {
288
288
  let rerankerAvailable = false;
289
289
  if (process.env.EXE_IS_DAEMON === "1") {
290
290
  try {
291
- const { isRerankerAvailable } = await import("./reranker-XGST4QWE.js");
291
+ const { isRerankerAvailable } = await import("./reranker-KWCF74HT.js");
292
292
  rerankerAvailable = isRerankerAvailable();
293
293
  } catch {
294
294
  }
@@ -452,7 +452,7 @@ async function hybridSearch(queryText, agentId, options) {
452
452
  try {
453
453
  let rerankedRecords;
454
454
  if (graphContextMap.size > 0) {
455
- const { rerankWithContext } = await import("./reranker-XGST4QWE.js");
455
+ const { rerankWithContext } = await import("./reranker-KWCF74HT.js");
456
456
  const candidates = merged.map((m) => ({
457
457
  text: m.raw_text,
458
458
  context: graphContextMap.get(m.id)
@@ -460,7 +460,7 @@ async function hybridSearch(queryText, agentId, options) {
460
460
  const scored = await rerankWithContext(effectiveQuery, candidates, rerankReturnLimit);
461
461
  rerankedRecords = scored.map((s) => merged[s.index]);
462
462
  } else {
463
- const { rerank } = await import("./reranker-XGST4QWE.js");
463
+ const { rerank } = await import("./reranker-KWCF74HT.js");
464
464
  rerankedRecords = await rerank(effectiveQuery, merged, rerankReturnLimit);
465
465
  }
466
466
  if (rerankedRecords.length > 0) {
@@ -10,7 +10,7 @@ import {
10
10
  import {
11
11
  isRerankerAvailable,
12
12
  rerankWithScores
13
- } from "./chunk-VA5BKLNY.js";
13
+ } from "./chunk-FCDLGS3S.js";
14
14
  import {
15
15
  getCachedLicenseGate
16
16
  } from "./chunk-2WBBVEIB.js";
@@ -187,7 +187,7 @@ import {
187
187
  import {
188
188
  hybridSearch,
189
189
  recentRecords
190
- } from "./chunk-VPT7YJJU.js";
190
+ } from "./chunk-BG76C2PG.js";
191
191
  import {
192
192
  attachDocumentMetadata,
193
193
  flushBatch,
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  hybridSearch,
6
6
  lightweightSearch
7
- } from "../chunk-VPT7YJJU.js";
7
+ } from "../chunk-BG76C2PG.js";
8
8
  import {
9
9
  initStore
10
10
  } from "../chunk-CAFJIGAZ.js";
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-06-09T12:15:25.602Z",
3
+ "generatedAt": "2026-06-09T12:21:57.535Z",
4
4
  "hashes": {
5
5
  "bug-report-worker.js": "ebc534a11251111409955c71d4e1f0508a620491d059b352117bd8cec309bd5e",
6
6
  "codex-stop-task-finalizer.js": "aeec9205c85660db4e1c6bf51ba16710cf4e785531bd3396dce22579ff3fdd2f",
7
7
  "commit-complete.js": "2d94294a40810df514d63ac1f6a30587ecbe16bcd1132f0ae9eb8f1f25c7d9be",
8
- "error-recall.js": "08912e23deccfc28b3941b42b9dd0e9a4cdee557413990ce96d900c3676b0960",
8
+ "error-recall.js": "ac711e2533075b1bf45bbbc12f1b69eccec84d41b3d87cdeabed93c7f9cabe14",
9
9
  "exe-heartbeat-hook.js": "61fb871cc3a8932434c2ba53b81f24475ad108814e30c3ae723d96b570e27356",
10
10
  "ingest-worker.js": "ca4671af64ee4ccf4f9b8b2879b3ddeb0fc0cb8b8ba5c032fb334b97abf973bd",
11
11
  "ingest.js": "e1ff6aa56ee209e9f6bd28e99031ab29fa763cca190948119b37fe1d55ead900",
@@ -15,9 +15,9 @@
15
15
  "post-tool-combined.js": "c21e73cd549ca672bba1302c04dceb2696345d5d6d02b6ded035013fdead7b14",
16
16
  "pre-compact.js": "777ff360f04e92410a54c2b28970e2d25805529bbf1724c30d176b9742d7b6a3",
17
17
  "pre-tool-use.js": "5d23669387dc88f0c167a67f88bee5665f57da78f4c764a8a577874a55f803f5",
18
- "prompt-submit.js": "562540fcb791fcc2f94f1d6362a7c9b9b2d693cfaad3862f45cb7ed7f0cc128e",
18
+ "prompt-submit.js": "ee13394fc99f3f3938a70641986070c67dd7e86667dbfc60ec5189e86cc37f67",
19
19
  "session-end.js": "3456012ce4fccdf9847639628ae8b9ba53d9535ae22268203001af8d0774db54",
20
- "session-start.js": "d7d80e6c59b13686331238a23a3fa1b454b08aea73dc0e90794b8a86ffc9adf8",
20
+ "session-start.js": "8b4803623e2b8aa52b40b4e5222182d4144018d51f1be43e21c7785cbef32032",
21
21
  "stop.js": "611617884577e7abdca65b6ba4d5d6b0c435a641c86847e48e5441a9f88a7e26",
22
22
  "subagent-stop.js": "8bac8bfa60ded426457588f8c75dea430ad55d852215d9aa794fa21543538bb1",
23
23
  "summary-worker.js": "ca66f15de3d6c5f531c07924df539387dd862d593855c481de4435062f3ff464"
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  hybridSearch,
3
3
  lightweightSearch
4
- } from "../chunk-VPT7YJJU.js";
4
+ } from "../chunk-BG76C2PG.js";
5
5
  import {
6
6
  initStore
7
7
  } from "../chunk-CAFJIGAZ.js";
@@ -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-KV7CWAFM.js");
166
+ const { buildCatchupBrief } = await import("../catchup-brief-USYMBBJO.js");
167
167
  const brief = await buildCatchupBrief(
168
168
  agentId,
169
169
  projectName,
@@ -2113,7 +2113,7 @@ async function startMcpHttpServer() {
2113
2113
  activeSessions: transports.size
2114
2114
  });
2115
2115
  try {
2116
- const { initDatabase, isInitialized } = await import("./database.js");
2116
+ const { initDatabase, isInitialized, ensureSchema } = await import("./database.js");
2117
2117
  if (!isInitialized()) {
2118
2118
  const { loadConfig } = await import("./config.js");
2119
2119
  const { getMasterKey } = await import("./keychain.js");
@@ -2121,6 +2121,7 @@ async function startMcpHttpServer() {
2121
2121
  const masterKey = await getMasterKey();
2122
2122
  if (masterKey) {
2123
2123
  await initDatabase({ dbPath: config.dbPath, encryptionKey: masterKey.toString("hex") });
2124
+ await ensureSchema();
2124
2125
  process.stderr.write("[exed] DB initialized during stale-session recovery\n");
2125
2126
  }
2126
2127
  }
@@ -2473,7 +2474,7 @@ async function startMcpHttpServer() {
2473
2474
  sessionLastSeen.set(sessionId, Date.now());
2474
2475
  } else if (!sessionId && req.method === "POST" && isInitializeRequest(parsedBody)) {
2475
2476
  try {
2476
- const { initDatabase, isInitialized } = await import("./database.js");
2477
+ const { initDatabase, isInitialized, ensureSchema } = await import("./database.js");
2477
2478
  if (!isInitialized()) {
2478
2479
  const { loadConfig } = await import("./config.js");
2479
2480
  const { getMasterKey } = await import("./keychain.js");
@@ -2481,6 +2482,7 @@ async function startMcpHttpServer() {
2481
2482
  const masterKey = await getMasterKey();
2482
2483
  if (masterKey) {
2483
2484
  await initDatabase({ dbPath: config.dbPath, encryptionKey: masterKey.toString("hex") });
2485
+ await ensureSchema();
2484
2486
  process.stderr.write("[exed] DB initialized on first MCP session\n");
2485
2487
  }
2486
2488
  }
@@ -2741,7 +2743,7 @@ var _storeInitialized = false;
2741
2743
  async function ensureStoreForPolling() {
2742
2744
  if (_storeInitialized) return true;
2743
2745
  try {
2744
- const { initDatabase, isInitialized } = await import("./database.js");
2746
+ const { initDatabase, isInitialized, ensureSchema } = await import("./database.js");
2745
2747
  if (!isInitialized()) {
2746
2748
  const { loadConfig } = await import("./config.js");
2747
2749
  const { getMasterKey } = await import("./keychain.js");
@@ -2756,6 +2758,7 @@ async function ensureStoreForPolling() {
2756
2758
  throw new Error("No encryption key");
2757
2759
  }
2758
2760
  await initDatabase({ dbPath: config.dbPath, encryptionKey: masterKey.toString("hex") });
2761
+ await ensureSchema();
2759
2762
  }
2760
2763
  _storeInitialized = true;
2761
2764
  return true;
@@ -5,7 +5,7 @@ import {
5
5
  recentRecords,
6
6
  rrfMerge,
7
7
  rrfMergeMulti
8
- } from "../chunk-VPT7YJJU.js";
8
+ } from "../chunk-BG76C2PG.js";
9
9
  import "../chunk-CAFJIGAZ.js";
10
10
  import "../chunk-CHCA3ZM2.js";
11
11
  import "../chunk-AWVDA2FL.js";
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  registerAllTools
3
- } from "../chunk-MWQW2QV4.js";
3
+ } from "../chunk-OERXBIAU.js";
4
4
  import "../chunk-AIXZ5O7U.js";
5
5
  import "../chunk-557C2IGL.js";
6
6
  import "../chunk-MOTVVPK6.js";
7
7
  import "../chunk-NZBGWKVC.js";
8
- import "../chunk-VA5BKLNY.js";
8
+ import "../chunk-FCDLGS3S.js";
9
9
  import "../chunk-2WBBVEIB.js";
10
10
  import "../chunk-4S5TEBXD.js";
11
11
  import "../chunk-CCPCIW4Z.js";
@@ -59,7 +59,7 @@ import "../chunk-RS7EAZ2R.js";
59
59
  import "../chunk-QR7HOUVS.js";
60
60
  import "../chunk-Z6GHDYQI.js";
61
61
  import "../chunk-7IZWLMTP.js";
62
- import "../chunk-VPT7YJJU.js";
62
+ import "../chunk-BG76C2PG.js";
63
63
  import "../chunk-CAFJIGAZ.js";
64
64
  import "../chunk-CHCA3ZM2.js";
65
65
  import "../chunk-AWVDA2FL.js";
@@ -3,12 +3,12 @@ import {
3
3
  } from "../chunk-V4TZI6EO.js";
4
4
  import {
5
5
  registerAllTools
6
- } from "../chunk-MWQW2QV4.js";
6
+ } from "../chunk-OERXBIAU.js";
7
7
  import "../chunk-AIXZ5O7U.js";
8
8
  import "../chunk-557C2IGL.js";
9
9
  import "../chunk-MOTVVPK6.js";
10
10
  import "../chunk-NZBGWKVC.js";
11
- import "../chunk-VA5BKLNY.js";
11
+ import "../chunk-FCDLGS3S.js";
12
12
  import {
13
13
  initLicenseGate
14
14
  } from "../chunk-2WBBVEIB.js";
@@ -69,7 +69,7 @@ import "../chunk-RS7EAZ2R.js";
69
69
  import "../chunk-QR7HOUVS.js";
70
70
  import "../chunk-Z6GHDYQI.js";
71
71
  import "../chunk-7IZWLMTP.js";
72
- import "../chunk-VPT7YJJU.js";
72
+ import "../chunk-BG76C2PG.js";
73
73
  import {
74
74
  disposeStore,
75
75
  initStore
@@ -5,7 +5,7 @@ import {
5
5
  rerank,
6
6
  rerankWithContext,
7
7
  rerankWithScores
8
- } from "./chunk-VA5BKLNY.js";
8
+ } from "./chunk-FCDLGS3S.js";
9
9
  import "./chunk-VXIMSRTO.js";
10
10
  import "./chunk-LYH5HE24.js";
11
11
  import "./chunk-MLKGABMK.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askexenow/exe-os",
3
- "version": "0.9.249",
3
+ "version": "0.9.251",
4
4
  "description": "AI employee operating system — persistent memory, task management, and multi-agent coordination for Claude Code.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
@@ -1,6 +1,35 @@
1
1
  {
2
- "current": "0.9.249",
2
+ "current": "0.9.251",
3
3
  "notes": {
4
+ "0.9.251": {
5
+ "version": "0.9.251",
6
+ "date": "2026-06-09",
7
+ "features": [],
8
+ "fixes": [
9
+ "create schema in daemon polling init",
10
+ "keep release-note generation idempotent"
11
+ ],
12
+ "security": [],
13
+ "other": [
14
+ "stack release v0.9.18",
15
+ "bump v0.9.251 for stack release"
16
+ ],
17
+ "migration_notes": []
18
+ },
19
+ "0.9.250": {
20
+ "version": "0.9.250",
21
+ "date": "2026-06-09",
22
+ "features": [],
23
+ "fixes": [
24
+ "create schema in daemon polling init",
25
+ "keep release-note generation idempotent"
26
+ ],
27
+ "security": [],
28
+ "other": [
29
+ "sync release notes"
30
+ ],
31
+ "migration_notes": []
32
+ },
4
33
  "0.9.249": {
5
34
  "version": "0.9.249",
6
35
  "date": "2026-06-09",
@@ -127,206 +156,6 @@
127
156
  "Mode 3 Client-Side RAG architecture — memories never leave device"
128
157
  ],
129
158
  "migration_notes": []
130
- },
131
- "0.9.246": {
132
- "version": "0.9.246",
133
- "date": "2026-06-09",
134
- "features": [
135
- "Entity Profile UI — knowledge graph explorer + entity detail view",
136
- "log MCP session open/close to stderr for docker logs visibility",
137
- "Graph→PostgreSQL sync timer — automatic SQLite→exe-db projection",
138
- "project GraphRAG data to PostgreSQL during cloud sync pull",
139
- "add behavior effectiveness tracking — attribution, conflicts, scoring, load",
140
- "close the reinforcement loop — dreaming reads investigation data",
141
- "add reviews to Cloudflare support system — separate from bugs/features",
142
- "self-improvement auto-merges simple fixes, notifies on failures",
143
- "automatic investigation record system for debugging cycle tracking",
144
- "smoke test + Playwright E2E + self-improvement cron",
145
- "P0 procedures — verify your own fix + confidence decay",
146
- "boot output as formatted table with box-drawing characters",
147
- "show auto-fix cycle status in exe-os boot",
148
- "graceful daemon restart — persist MCP sessions for transparent recovery",
149
- "default to keyword+graph search, embeddings opt-in",
150
- "server-side telemetry storage + admin insights endpoint",
151
- "enrich telemetry payload with usage counters and auto-insights",
152
- "add telemetry auto-insight computation engine",
153
- "auto-calibration in dreaming cycle + telemetry integration",
154
- "first-class time estimation on tasks — auto-tracked, queryable",
155
- "add agent assertion system — confidence tracking on task lifecycle",
156
- "auto-run dreaming cycle on session end — zero-touch self-improvement",
157
- "add dreaming system + structured handoffs to platform procedures",
158
- "add snapshot + boot to platform procedures and operating procedures",
159
- "add `exe-os boot --project X` CLI command for project boot verification"
160
- ],
161
- "fixes": [
162
- "spawn lock dedup, MCP recovery mutex, health timeout 60→180s",
163
- "exclude release-note chores from generated notes",
164
- "dedupe stale MCP session recovery",
165
- "embeddings OFF by default for all users — opt-in via EXE_EMBEDDINGS=1",
166
- "keep generated env templates in sync",
167
- "bootstrap monitor env and lazy-init recall memory",
168
- "registry proxy accepts license keys + stack-update reads .env license",
169
- "stack-release uses defaultBranch per repo (wiki uses master)",
170
- "prevent stale task intercom prompts",
171
- "v0.9.241 — 13 more bug fixes (28 total this session)",
172
- "sync lockfile for Docker build — npm ci --omit=dev works again",
173
- "keep review notifications session-local and test-safe",
174
- "CI Dockerfile reference — Dockerfile.exed → Dockerfile.exe-os",
175
- "v0.9.240 — 15 bug fixes across HYGO, Jack, platform (stack v0.9.15)",
176
- "keep daemon memory recall FTS bounded",
177
- "keep daemon cloud sync off CRDT heap path",
178
- "suppress ENOBUFS in reapers + skip boot-time sync execution",
179
- "MCP health probe in prompt hook + Docker image build tolerance",
180
- "plug MCP session memory leak — zombie McpServer instances accumulated",
181
- "lower RSS watchdog to 1.5/2.5GB + add GC after heavy operations",
182
- "snapshot crash — daemon fallback + dreaming scope binding",
183
- "skip duplicate initStore in WS client — prevents 2-8s event loop block",
184
- "add session scope imports to dreaming, project-boot, telemetry-upload",
185
- "resolve typecheck errors for npm publish",
186
- "add setImmediate yields to Graph→PG sync — prevent event loop blocking"
187
- ],
188
- "security": [
189
- "fix shell injection, SSRF, socket leaks, backup validation",
190
- "bump v0.9.139 — 2 CRITICAL security fixes, 14 bug fixes, 6 features, customer config preservation",
191
- "fix 2 CRITICAL + 1 HIGH from post-fix audit",
192
- "validate X-Agent-Role against roster — prevent privilege escalation",
193
- "release: stack v0.9.8 — security hardening + Hygo bug fixes",
194
- "add webhook HMAC-SHA256 validation + disable query param auth in prod",
195
- "pin GitHub Actions to SHAs, update jose to 6.2.3",
196
- "harden support intake against abuse and data leakage",
197
- "bump to v0.9.22 — Codex MCP parity + customer bug fixes + security audit remediation",
198
- "audit: pre-hygo exe-gateway security report",
199
- "add SECURITY.md — trust document for pre-install security evaluation",
200
- "fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
201
- ],
202
- "other": [
203
- "cover singleton employee spawn lock",
204
- "cover registry proxy license auth fallbacks",
205
- "update release notes for v0.9.243",
206
- "stack release v0.9.16",
207
- "bump v0.9.243 for stack release",
208
- "bump v0.9.242 for stack release",
209
- "add STACK-RELEASE.md — full release process documentation",
210
- "claurst competitive analysis — npm distribution + free-tier mode",
211
- "bump stack.release.json to v0.9.240 for CI image build",
212
- "update release notes for v0.9.238-239",
213
- "release: stack v0.9.14 — gateway audit fixes",
214
- "release: stack v0.9.13 — HYGO deployment readiness",
215
- "incremental Graph→PG sync — 86K rows → deltas only",
216
- "batch Graph→PG sync — 500 rows per INSERT instead of row-by-row",
217
- "consolidate daemon timers into unified orchestration tick (#78)",
218
- "revise GLiNER — Haiku API now, GLiNER when cost matters",
219
- "capture GLiNER entity extraction in ARCHITECTURE.md",
220
- "detailed design system structure + Phase 2 component list",
221
- "exe-os-design-system — unified design system for all products",
222
- "GoTrue JWT unified auth architecture — founder directive 2026-06-08",
223
- "Thread + Graph Discovery architecture — unified knowledge view",
224
- "move heavy jobs to 9 PM — GraphRAG, skill sweep, backup",
225
- "Mode 3 Client-Side RAG architecture — memories never leave device",
226
- "bump to v0.9.230 — P0 WAL backup corruption fix for Jack",
227
- "bump to v0.9.225"
228
- ],
229
- "migration_notes": []
230
- },
231
- "0.9.245": {
232
- "version": "0.9.245",
233
- "date": "2026-06-09",
234
- "features": [
235
- "Entity Profile UI — knowledge graph explorer + entity detail view",
236
- "log MCP session open/close to stderr for docker logs visibility",
237
- "Graph→PostgreSQL sync timer — automatic SQLite→exe-db projection",
238
- "project GraphRAG data to PostgreSQL during cloud sync pull",
239
- "add behavior effectiveness tracking — attribution, conflicts, scoring, load",
240
- "close the reinforcement loop — dreaming reads investigation data",
241
- "add reviews to Cloudflare support system — separate from bugs/features",
242
- "self-improvement auto-merges simple fixes, notifies on failures",
243
- "automatic investigation record system for debugging cycle tracking",
244
- "smoke test + Playwright E2E + self-improvement cron",
245
- "P0 procedures — verify your own fix + confidence decay",
246
- "boot output as formatted table with box-drawing characters",
247
- "show auto-fix cycle status in exe-os boot",
248
- "graceful daemon restart — persist MCP sessions for transparent recovery",
249
- "default to keyword+graph search, embeddings opt-in",
250
- "server-side telemetry storage + admin insights endpoint",
251
- "enrich telemetry payload with usage counters and auto-insights",
252
- "add telemetry auto-insight computation engine",
253
- "auto-calibration in dreaming cycle + telemetry integration",
254
- "first-class time estimation on tasks — auto-tracked, queryable",
255
- "add agent assertion system — confidence tracking on task lifecycle",
256
- "auto-run dreaming cycle on session end — zero-touch self-improvement",
257
- "add dreaming system + structured handoffs to platform procedures",
258
- "add snapshot + boot to platform procedures and operating procedures",
259
- "add `exe-os boot --project X` CLI command for project boot verification"
260
- ],
261
- "fixes": [
262
- "embeddings OFF by default for all users — opt-in via EXE_EMBEDDINGS=1",
263
- "keep generated env templates in sync",
264
- "bootstrap monitor env and lazy-init recall memory",
265
- "registry proxy accepts license keys + stack-update reads .env license",
266
- "stack-release uses defaultBranch per repo (wiki uses master)",
267
- "prevent stale task intercom prompts",
268
- "v0.9.241 — 13 more bug fixes (28 total this session)",
269
- "sync lockfile for Docker build — npm ci --omit=dev works again",
270
- "keep review notifications session-local and test-safe",
271
- "CI Dockerfile reference — Dockerfile.exed → Dockerfile.exe-os",
272
- "v0.9.240 — 15 bug fixes across HYGO, Jack, platform (stack v0.9.15)",
273
- "keep daemon memory recall FTS bounded",
274
- "keep daemon cloud sync off CRDT heap path",
275
- "suppress ENOBUFS in reapers + skip boot-time sync execution",
276
- "MCP health probe in prompt hook + Docker image build tolerance",
277
- "plug MCP session memory leak — zombie McpServer instances accumulated",
278
- "lower RSS watchdog to 1.5/2.5GB + add GC after heavy operations",
279
- "snapshot crash — daemon fallback + dreaming scope binding",
280
- "skip duplicate initStore in WS client — prevents 2-8s event loop block",
281
- "add session scope imports to dreaming, project-boot, telemetry-upload",
282
- "resolve typecheck errors for npm publish",
283
- "add setImmediate yields to Graph→PG sync — prevent event loop blocking",
284
- "convert SQLite short hex IDs to valid UUIDs for PostgreSQL projection",
285
- "delay initial graph sync tick to 60s + add debug logging",
286
- "share DB init state between MCP HTTP and timer ticks"
287
- ],
288
- "security": [
289
- "fix shell injection, SSRF, socket leaks, backup validation",
290
- "bump v0.9.139 — 2 CRITICAL security fixes, 14 bug fixes, 6 features, customer config preservation",
291
- "fix 2 CRITICAL + 1 HIGH from post-fix audit",
292
- "validate X-Agent-Role against roster — prevent privilege escalation",
293
- "release: stack v0.9.8 — security hardening + Hygo bug fixes",
294
- "add webhook HMAC-SHA256 validation + disable query param auth in prod",
295
- "pin GitHub Actions to SHAs, update jose to 6.2.3",
296
- "harden support intake against abuse and data leakage",
297
- "bump to v0.9.22 — Codex MCP parity + customer bug fixes + security audit remediation",
298
- "audit: pre-hygo exe-gateway security report",
299
- "add SECURITY.md — trust document for pre-install security evaluation",
300
- "fix 4 pricing tier bypass vulnerabilities (audit F1-F4)"
301
- ],
302
- "other": [
303
- "bump v0.9.245",
304
- "sync v0.9.244 published artifacts",
305
- "bump v0.9.244",
306
- "cover registry proxy license auth fallbacks",
307
- "update release notes for v0.9.243",
308
- "stack release v0.9.16",
309
- "bump v0.9.243 for stack release",
310
- "bump v0.9.242 for stack release",
311
- "add STACK-RELEASE.md — full release process documentation",
312
- "claurst competitive analysis — npm distribution + free-tier mode",
313
- "bump stack.release.json to v0.9.240 for CI image build",
314
- "update release notes for v0.9.238-239",
315
- "release: stack v0.9.14 — gateway audit fixes",
316
- "release: stack v0.9.13 — HYGO deployment readiness",
317
- "incremental Graph→PG sync — 86K rows → deltas only",
318
- "batch Graph→PG sync — 500 rows per INSERT instead of row-by-row",
319
- "consolidate daemon timers into unified orchestration tick (#78)",
320
- "revise GLiNER — Haiku API now, GLiNER when cost matters",
321
- "capture GLiNER entity extraction in ARCHITECTURE.md",
322
- "detailed design system structure + Phase 2 component list",
323
- "exe-os-design-system — unified design system for all products",
324
- "GoTrue JWT unified auth architecture — founder directive 2026-06-08",
325
- "Thread + Graph Discovery architecture — unified knowledge view",
326
- "move heavy jobs to 9 PM — GraphRAG, skill sweep, backup",
327
- "Mode 3 Client-Side RAG architecture — memories never leave device"
328
- ],
329
- "migration_notes": []
330
159
  }
331
160
  }
332
161
  }
@@ -4,8 +4,8 @@
4
4
  "repo": "AskExe/exe-os",
5
5
  "service": "exe-os",
6
6
  "packageName": "@askexenow/exe-os",
7
- "version": "0.9.243",
8
- "image": "ghcr.io/askexe/exe-os:v0.9.243",
7
+ "version": "0.9.251",
8
+ "image": "ghcr.io/askexe/exe-os:v0.9.251",
9
9
  "imageEnv": "EXE_OS_IMAGE_TAG",
10
10
  "stackParticipation": {
11
11
  "required": true,
@@ -47,5 +47,5 @@
47
47
  },
48
48
  "deploymentScope": "customer",
49
49
  "highGhostStack": "0.9.9",
50
- "sourceVersion": "0.9.243"
50
+ "sourceVersion": "0.9.251"
51
51
  }
File without changes