@askexenow/exe-os 0.9.303 → 0.9.310
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.example +8 -2
- package/deploy/compose/docker-compose.yml +12 -5
- package/deploy/compose/generate-env.ts +16 -4
- package/deploy/stack-manifests/v0.9.json +86 -8
- package/dist/{active-agent-SJ2EH6WL.js → active-agent-ORX47ZKW.js} +3 -3
- package/dist/{active-agent-F3TFM4GE.js → active-agent-S5T2YMOR.js} +3 -3
- package/dist/{agentic-ontology-B36CUQLH.js → agentic-ontology-6KBAXLSJ.js} +1 -1
- package/dist/{backfill-metadata-HPLVG42J.js → backfill-metadata-FV7GX6AS.js} +4 -4
- package/dist/{behaviors-KRP2Q5XL.js → behaviors-47CPEKJ7.js} +5 -5
- package/dist/bin/agentic-ontology-backfill.js +5 -5
- package/dist/bin/agentic-reflection-backfill.js +6 -6
- package/dist/bin/agentic-semantic-label.js +5 -5
- package/dist/bin/backfill-conversations.js +6 -6
- package/dist/bin/backfill-responses.js +6 -6
- package/dist/bin/backfill-vectors.js +8 -8
- package/dist/bin/bulk-sync-postgres.js +12 -12
- package/dist/bin/cc-doctor.js +4 -4
- package/dist/bin/cleanup-stale-review-tasks.js +13 -13
- package/dist/bin/cli.js +20 -17
- package/dist/bin/deferred-daemon-restart.js +4 -4
- package/dist/bin/exe-agent-config.js +2 -2
- package/dist/bin/exe-agent.js +8 -8
- package/dist/bin/exe-assign.js +8 -8
- package/dist/bin/exe-boot.js +21 -21
- package/dist/bin/exe-call.js +4 -4
- package/dist/bin/exe-cloud.js +12 -12
- package/dist/bin/exe-config-dump.js +2 -2
- package/dist/bin/exe-dispatch.js +13 -13
- package/dist/bin/exe-doctor.js +2 -2
- package/dist/bin/exe-export-behaviors.js +7 -7
- package/dist/bin/exe-forget.js +6 -6
- package/dist/bin/exe-gateway.js +21 -11
- package/dist/bin/exe-healthcheck.js +4 -4
- package/dist/bin/exe-heartbeat.js +13 -13
- package/dist/bin/exe-kill.js +16 -16
- package/dist/bin/exe-launch-agent.js +23 -23
- package/dist/bin/exe-new-employee.js +8 -8
- package/dist/bin/exe-pending-messages.js +14 -14
- package/dist/bin/exe-pending-notifications.js +13 -13
- package/dist/bin/exe-pending-reviews.js +13 -13
- package/dist/bin/exe-preflight.js +108 -0
- package/dist/bin/exe-rename.js +4 -4
- package/dist/bin/exe-review.js +15 -15
- package/dist/bin/exe-search.js +5 -5
- package/dist/bin/exe-session-cleanup.js +18 -18
- package/dist/bin/exe-settings.js +12 -12
- package/dist/bin/exe-start-codex.js +12 -12
- package/dist/bin/exe-start-opencode.js +8 -8
- package/dist/bin/exe-status.js +14 -14
- package/dist/bin/exe-support.js +4 -4
- package/dist/bin/exe-team.js +3 -3
- package/dist/bin/git-sweep.js +14 -14
- package/dist/bin/graph-backfill.js +4 -4
- package/dist/bin/graph-export.js +5 -5
- package/dist/bin/import-history.js +7 -7
- package/dist/bin/install-launchd.js +4 -1
- package/dist/bin/install.js +13 -13
- package/dist/bin/intercom-check.js +4 -4
- package/dist/bin/mcp-sessions.js +2 -2
- package/dist/bin/orchestration-metrics.js +4 -4
- package/dist/bin/postgres-agentic-reflection-backfill.js +2 -2
- package/dist/bin/postgres-agentic-semantic-backfill.js +1 -1
- package/dist/bin/prune-orphan-chunks.js +43 -10
- package/dist/bin/scan-tasks.js +13 -13
- package/dist/bin/setup.js +1 -1
- package/dist/bin/shard-migrate.js +4 -4
- package/dist/bin/stack-update.js +30 -5
- package/dist/bin/vps-health-gate.js +1 -1
- package/dist/{capability-cards-7FFJF4HF.js → capability-cards-WQVY7WSS.js} +2 -2
- package/dist/{capacity-monitor-G4XO7GNU.js → capacity-monitor-BUKYPSWR.js} +14 -14
- package/dist/{catchup-brief-NBAN42X7.js → catchup-brief-X5IVQAOH.js} +16 -16
- package/dist/{chunk-SCUUQ3VB.js → chunk-255DIG4B.js} +1 -1
- package/dist/{chunk-NWUPOAFV.js → chunk-2NGPZCWX.js} +2 -2
- package/dist/{chunk-7CMIKNAB.js → chunk-2NVEKSSP.js} +7 -7
- package/dist/{chunk-3BE52GPB.js → chunk-2UVN2NBN.js} +1 -1
- package/dist/{chunk-7RMIXFMD.js → chunk-3KH6GXXX.js} +4 -4
- package/dist/{chunk-S4OOC2EM.js → chunk-43R2GILO.js} +1 -1
- package/dist/{chunk-CTIEJGO4.js → chunk-4BANMHJ5.js} +3 -3
- package/dist/{chunk-D6INBP4F.js → chunk-4L4R6AQJ.js} +1 -1
- package/dist/{chunk-Q32XYR7C.js → chunk-4Q5VNQTV.js} +3 -3
- package/dist/{chunk-YHYWYSWK.js → chunk-4RJJ5FJ2.js} +13 -1
- package/dist/{chunk-53LLDHLD.js → chunk-5DPE7B7K.js} +1 -1
- package/dist/{chunk-QPA5UAXG.js → chunk-62UZWGFX.js} +2 -2
- package/dist/{chunk-KCJZJJJG.js → chunk-66JPZELX.js} +10 -10
- package/dist/{chunk-B7BDXCKK.js → chunk-6LNSZADA.js} +14 -14
- package/dist/{chunk-75SBA2D4.js → chunk-6OD2RVIA.js} +155 -146
- package/dist/chunk-7ODTYODO.js +350 -0
- package/dist/{chunk-YLAYKXX3.js → chunk-7WDIGRSO.js} +1 -1
- package/dist/{chunk-CTUQZ7LF.js → chunk-AC6DKMVS.js} +1 -1
- package/dist/{chunk-2DDRLHWF.js → chunk-B2J3BBJC.js} +2 -2
- package/dist/{chunk-HU5SQUZX.js → chunk-BUOMSIXH.js} +1 -1
- package/dist/{chunk-PY6RG2DV.js → chunk-DFUCFLZH.js} +1 -1
- package/dist/{chunk-PNYUSBLA.js → chunk-DKHBMIVE.js} +1 -1
- package/dist/{chunk-4VHQ6QQ3.js → chunk-DNFU56ZS.js} +1 -1
- package/dist/{chunk-PRU6NRJY.js → chunk-EOS7VPVT.js} +5 -5
- package/dist/{chunk-BM3YRAE5.js → chunk-FM7XZDZI.js} +1 -1
- package/dist/chunk-G6EJKYK3.js +33 -0
- package/dist/{chunk-C5CR4XDV.js → chunk-GMZMBLHT.js} +1 -1
- package/dist/{chunk-JLOB72OV.js → chunk-GSY6HL3T.js} +5 -5
- package/dist/{chunk-FMJ4D5G6.js → chunk-HED6D5KR.js} +20 -20
- package/dist/{chunk-UI5WA22X.js → chunk-HQODUV3G.js} +2 -2
- package/dist/{chunk-O2KITXII.js → chunk-IIHE3FNC.js} +3 -3
- package/dist/{chunk-HUO7WZFC.js → chunk-IRIPGGGL.js} +1 -1
- package/dist/{chunk-S76SQ6R5.js → chunk-ISILDO7P.js} +1 -1
- package/dist/{chunk-MGKZPSXW.js → chunk-IZPO6IOZ.js} +1 -1
- package/dist/{chunk-624YJGMR.js → chunk-J3QZPDNH.js} +1 -1
- package/dist/{chunk-6U6HNE2Y.js → chunk-JDYO76PI.js} +1 -1
- package/dist/{chunk-MDO5LEP7.js → chunk-JNARUXDC.js} +1 -1
- package/dist/{chunk-UN6KSHLI.js → chunk-JV225JBX.js} +1 -1
- package/dist/{chunk-7WQ36FAD.js → chunk-JZW5AOWI.js} +1 -1
- package/dist/{chunk-XHJESIVW.js → chunk-K7KBAJQL.js} +9 -9
- package/dist/{chunk-HHKI2FBV.js → chunk-KAVUTP5G.js} +2 -2
- package/dist/{chunk-4GBTBZFC.js → chunk-KPVVTHPK.js} +8 -8
- package/dist/{chunk-D3IYBLWN.js → chunk-KSMITUGY.js} +3 -3
- package/dist/{chunk-NME5E325.js → chunk-LMX7UKGX.js} +3 -3
- package/dist/{chunk-UFYO4DLS.js → chunk-MTIJ2NXY.js} +1 -1
- package/dist/{chunk-KLAVORDC.js → chunk-NCC3F6GM.js} +1 -1
- package/dist/{chunk-HDCP6CGI.js → chunk-NIZQ3CIS.js} +1 -1
- package/dist/{chunk-ALVJ3CT3.js → chunk-OBJXZII2.js} +2 -2
- package/dist/{chunk-P4WXINQT.js → chunk-OR3TAZL3.js} +1 -1
- package/dist/{chunk-CCYRCRLW.js → chunk-PMEOSD6S.js} +2 -2
- package/dist/{chunk-JBWYZAQE.js → chunk-PPXQE7AS.js} +3 -3
- package/dist/{chunk-PTR4DP7H.js → chunk-QEGXNJGR.js} +4 -4
- package/dist/{chunk-FTOUQEYH.js → chunk-RPBTYQKJ.js} +1 -1
- package/dist/{chunk-7L2EV3XX.js → chunk-RVXWGPD3.js} +39 -6
- package/dist/{chunk-5SYMJCBM.js → chunk-RZJ6DXVE.js} +1 -1
- package/dist/{chunk-N5G4T47B.js → chunk-SCYWCWKY.js} +3 -3
- package/dist/{chunk-5Y2DO57X.js → chunk-SOT23KWW.js} +1 -1
- package/dist/{chunk-JPGU7XUA.js → chunk-SPOXL7HF.js} +7 -7
- package/dist/{chunk-OVQDDRGZ.js → chunk-TN2YCFQE.js} +4 -4
- package/dist/{chunk-QTDS7LFB.js → chunk-U63BZI2B.js} +3 -3
- package/dist/{chunk-7RGIYC7W.js → chunk-V42BSVX6.js} +2 -2
- package/dist/{chunk-MO3G76UK.js → chunk-V4BW5HFQ.js} +3 -3
- package/dist/{chunk-Y4TYFJ37.js → chunk-VFSYVQX4.js} +1 -1
- package/dist/{chunk-EWIW3R6V.js → chunk-VT6P7FV4.js} +1 -1
- package/dist/{chunk-4NWEVZKT.js → chunk-W2J2RF5N.js} +3 -3
- package/dist/{chunk-X37ENEN5.js → chunk-WBJXJ2R4.js} +9 -9
- package/dist/chunk-WCGNCH3Q.js +72 -0
- package/dist/{chunk-G4SVYLPT.js → chunk-WJ2PZGRV.js} +1 -1
- package/dist/{chunk-2JESQBYU.js → chunk-WZBUKC5N.js} +1 -1
- package/dist/{chunk-7DAUFPDV.js → chunk-X4AFBL4N.js} +1 -1
- package/dist/{chunk-UJJIFFIJ.js → chunk-XV5HRIXG.js} +11 -11
- package/dist/{chunk-VTMPER4B.js → chunk-XYG722JW.js} +2 -2
- package/dist/{chunk-4OTIVBY3.js → chunk-YB7U4WTY.js} +4 -4
- package/dist/{chunk-YLLUDO54.js → chunk-Z6H6Y4BS.js} +1 -1
- package/dist/{chunk-ZXZU6NCE.js → chunk-ZOVHXTGC.js} +1 -1
- package/dist/{chunk-JAPPHNDZ.js → chunk-ZZXADKAP.js} +2 -2
- package/dist/{co-activation-W3DTVIXG.js → co-activation-WN25AJOC.js} +2 -2
- package/dist/{co-occurrence-JP6QO7DC.js → co-occurrence-YP2Q3OEA.js} +2 -2
- package/dist/{code-context-index-6SWHYPLZ.js → code-context-index-ZWONKBKX.js} +3 -3
- package/dist/{crdt-sync-V4MYKLOX.js → crdt-sync-ZFIFL2QM.js} +1 -1
- package/dist/{crm-webhook-PJZ37A2Q.js → crm-webhook-DGPHULOO.js} +2 -2
- package/dist/{cto-delegation-gate-72TPHIVT.js → cto-delegation-gate-OF2A3TSS.js} +12 -12
- package/dist/{daemon-orchestration-7ESTK6HS.js → daemon-orchestration-G4RRTPP7.js} +16 -16
- package/dist/{db-backup-3CT2GJK2.js → db-backup-EORG4LBO.js} +1 -1
- package/dist/{doc-graph-extractor-ECZF4H6G.js → doc-graph-extractor-APZS3DFD.js} +2 -2
- package/dist/{dreaming-BZZAZHL5.js → dreaming-Q4E3WBGY.js} +13 -13
- package/dist/{exe-drift-24KYGBPH.js → exe-drift-CI5R6GUT.js} +3 -3
- package/dist/{exe-export-SONG5KUF.js → exe-export-HQIQASIT.js} +6 -6
- package/dist/{exe-import-JJJL7E5D.js → exe-import-ULZK56WC.js} +6 -6
- package/dist/{exe-key-BRKHDMIX.js → exe-key-ILNSBGRN.js} +4 -4
- package/dist/{exe-snapshot-436XVPEC.js → exe-snapshot-RUZTWZOF.js} +16 -16
- package/dist/{factory-CTFAGZUA.js → factory-YHQZ6RZZ.js} +14 -6
- package/dist/{fast-db-init-4VL3ZQIH.js → fast-db-init-KNJRL7T3.js} +1 -1
- package/dist/{founder-context-6KTVHGVC.js → founder-context-QCTMEK66.js} +2 -2
- package/dist/gateway/index.js +17 -17
- package/dist/{git-staleness-VFDGCAMO.js → git-staleness-KIA5YI4H.js} +2 -2
- package/dist/{git-task-sweep-KZ27TCNB.js → git-task-sweep-WH6QE7HL.js} +13 -13
- package/dist/{global-procedures-LDKZ2IPH.js → global-procedures-SYZZCGDS.js} +3 -3
- package/dist/{graph-auto-extract-VA3SFHPF.js → graph-auto-extract-J2TIWZEE.js} +2 -2
- package/dist/hooks/bug-report-worker.js +15 -15
- package/dist/hooks/codex-stop-task-finalizer.js +15 -15
- package/dist/hooks/commit-complete.js +15 -15
- package/dist/hooks/error-recall.js +6 -6
- package/dist/hooks/exe-heartbeat-hook.js +3 -3
- package/dist/hooks/ingest-worker.js +3 -3
- package/dist/hooks/ingest.js +6 -6
- package/dist/hooks/instructions-loaded.js +4 -4
- package/dist/hooks/manifest.json +20 -20
- package/dist/hooks/notification.js +4 -4
- package/dist/hooks/post-compact.js +14 -14
- package/dist/hooks/post-tool-combined.js +6 -6
- package/dist/hooks/pre-compact.js +18 -18
- package/dist/hooks/pre-tool-use.js +18 -18
- package/dist/hooks/prompt-submit.js +27 -27
- package/dist/hooks/session-end.js +23 -23
- package/dist/hooks/session-start.js +12 -12
- package/dist/hooks/stop.js +21 -21
- package/dist/hooks/subagent-stop.js +14 -14
- package/dist/hooks/summary-worker.js +21 -21
- package/dist/index.js +26 -26
- package/dist/{installer-7LYVKNUK.js → installer-3NB3IBHF.js} +5 -5
- package/dist/{installer-B6PUJTSR.js → installer-IIJFCTMH.js} +5 -5
- package/dist/{installer-MSAJOOHK.js → installer-PSDYMGN7.js} +5 -5
- package/dist/lib/cloud-sync.js +12 -12
- package/dist/lib/consolidation.js +5 -5
- package/dist/lib/database.js +2 -2
- package/dist/lib/db-daemon-client.js +3 -3
- package/dist/lib/db.js +2 -2
- package/dist/lib/device-registry.js +1 -1
- package/dist/lib/embedder.js +3 -3
- package/dist/lib/employee-templates.js +4 -4
- package/dist/lib/employees.js +2 -2
- package/dist/lib/exe-daemon-client.js +2 -2
- package/dist/lib/exe-daemon.js +51 -51
- package/dist/lib/hybrid-search.js +5 -5
- package/dist/lib/identity.js +2 -2
- package/dist/lib/license.js +2 -2
- package/dist/lib/messaging.js +13 -13
- package/dist/lib/reminders.js +3 -3
- package/dist/lib/schedules.js +5 -5
- package/dist/lib/session-registry.js +4 -4
- package/dist/lib/skill-learning.js +6 -6
- package/dist/lib/store.js +4 -4
- package/dist/lib/task-router.js +3 -3
- package/dist/lib/tasks.js +14 -14
- package/dist/lib/tmux-routing.js +12 -12
- package/dist/lib/token-spend.js +3 -3
- package/dist/{license-gate-U7TC44UX.js → license-gate-7SDHCJUO.js} +3 -3
- package/dist/mcp/register-tools.js +69 -69
- package/dist/mcp/server.js +90 -73
- package/dist/mcp/tools/complete-reminder.js +4 -4
- package/dist/mcp/tools/create-reminder.js +4 -4
- package/dist/mcp/tools/create-task.js +16 -16
- package/dist/mcp/tools/deactivate-behavior.js +7 -7
- package/dist/mcp/tools/list-reminders.js +4 -4
- package/dist/mcp/tools/list-tasks.js +16 -16
- package/dist/mcp/tools/send-message.js +15 -15
- package/dist/mcp/tools/update-task.js +15 -15
- package/dist/{mcp-http-config-DKDEXFVS.js → mcp-http-config-QSOVFXHW.js} +3 -3
- package/dist/mcp-tool-surface-CSPFXL3F.js +15 -0
- package/dist/{memory-cards-OMPYI2GY.js → memory-cards-II67WFL2.js} +2 -2
- package/dist/{memory-graph-extractor-QARQCG53.js → memory-graph-extractor-PM4Q2KJG.js} +3 -3
- package/dist/{memory-poisoning-defense-4J5CPLJT.js → memory-poisoning-defense-ECXSX7HK.js} +2 -2
- package/dist/{memory-queue-client-2NURVA62.js → memory-queue-client-HLURQEV6.js} +3 -3
- package/dist/{memory-reflection-KSOFEZNV.js → memory-reflection-PXF6YFDU.js} +2 -2
- package/dist/{notifications-FAHXEFR2.js → notifications-UP7WQGG4.js} +12 -12
- package/dist/{orchestration-events-2MVWZ2ET.js → orchestration-events-PZLLPCKY.js} +3 -3
- package/dist/{orchestrator-DMM6AJVL.js → orchestrator-PUT45J4O.js} +14 -14
- package/dist/{pipeline-router-M3ESJZYK.js → pipeline-router-5CRWKESM.js} +3 -3
- package/dist/{plan-limits-BDOAH4DJ.js → plan-limits-SH2NDFNX.js} +5 -5
- package/dist/{projection-worker-UBPNRKPX.js → projection-worker-HWY37MNC.js} +2 -2
- package/dist/{prospective-memory-OALGUYBS.js → prospective-memory-FQSVMCGG.js} +2 -2
- package/dist/{reranker-CTZ4SYCN.js → reranker-AALRMGMM.js} +1 -1
- package/dist/{retrieval-health-P4ZMY4H3.js → retrieval-health-PNWJSJNG.js} +1 -1
- package/dist/{review-polling-VQUPLRWQ.js → review-polling-65JZUE3T.js} +13 -13
- package/dist/runtime/index.js +20 -20
- package/dist/{session-events-4GHYBXXH.js → session-events-EJ3OSAA6.js} +13 -13
- package/dist/{session-kill-telemetry-S445CSOH.js → session-kill-telemetry-3HGM7SNQ.js} +13 -13
- package/dist/{session-scope-PPGKSJEL.js → session-scope-JGDYAMJO.js} +12 -12
- package/dist/{setup-wizard-ERES36LR.js → setup-wizard-44LMFM2C.js} +1 -1
- package/dist/{skill-refinement-KITOKH6T.js → skill-refinement-DUOO6B7V.js} +2 -2
- package/dist/{stack-release-JZVTSBJJ.js → stack-release-XYMKU7NT.js} +53 -4
- package/dist/{stack-update-V7AJ425P.js → stack-update-XHQJRJEP.js} +3 -3
- package/dist/{steward-gate-VLN2FTQD.js → steward-gate-6NWRDLX2.js} +3 -3
- package/dist/{task-enforcement-XAPBTPBF.js → task-enforcement-UOULTGFB.js} +12 -12
- package/dist/{task-scope-ZGFHVDG5.js → task-scope-P5STKYAC.js} +12 -12
- package/dist/{tasks-crud-KIZREZSN.js → tasks-crud-24HMTULR.js} +12 -12
- package/dist/{tasks-notify-3W3YIVF4.js → tasks-notify-LAIU7UUI.js} +13 -13
- package/dist/{tasks-review-F5PPITAJ.js → tasks-review-AFJAU2DY.js} +12 -12
- package/dist/{telemetry-upload-ZUFI5VH4.js → telemetry-upload-DWFGC2XJ.js} +7 -7
- package/dist/{token-budget-7BD6ROHF.js → token-budget-4RFZKWGH.js} +3 -3
- package/dist/{tool-capability-index-335P663V.js → tool-capability-index-ZEXBWKUZ.js} +1 -1
- package/dist/{tool-telemetry-P6XVPFOF.js → tool-telemetry-BS5JXM5M.js} +1 -1
- package/dist/tui/App.js +21 -21
- package/dist/{tui-data-QWJVWVTP.js → tui-data-UNO5B7PU.js} +12 -12
- package/dist/{worker-gate-IHCMOXDF.js → worker-gate-C6CTTYMD.js} +1 -1
- package/dist/{workflow-engine-PJ7JAO6E.js → workflow-engine-4W2KYCDV.js} +2 -2
- package/dist/{worktree-4BR3ZQWN.js → worktree-2CXY6NEB.js} +4 -4
- package/dist/{worktree-sweep-XCPOF3RD.js → worktree-sweep-K3CJFSUL.js} +5 -5
- package/package.json +3 -2
- package/release-notes.json +9 -42
- package/stack.release.json +11 -11
- /package/dist/{chunk-V7E4I7J5.js → chunk-2EJ636HI.js} +0 -0
- /package/dist/{chunk-ERAHOO7R.js → chunk-2NS3QRMJ.js} +0 -0
- /package/dist/{chunk-PCU4ZMUA.js → chunk-A2YZG4AD.js} +0 -0
- /package/dist/{chunk-YH2IYVPW.js → chunk-AE74NOE6.js} +0 -0
- /package/dist/{chunk-Q5V3B6BP.js → chunk-GWPICNSO.js} +0 -0
- /package/dist/{chunk-6JJBGPMF.js → chunk-I3DPCSDG.js} +0 -0
- /package/dist/{chunk-Z77S2QQU.js → chunk-J3SR5MGG.js} +0 -0
- /package/dist/{chunk-KYF3KSFT.js → chunk-K4BKJJ4F.js} +0 -0
- /package/dist/{chunk-PGQMMD5P.js → chunk-MQCTK6EF.js} +0 -0
- /package/dist/{chunk-EW2P62CV.js → chunk-QE7UVQDP.js} +0 -0
- /package/dist/{chunk-PP3RXZID.js → chunk-QNXM2HXW.js} +0 -0
- /package/dist/{chunk-O573H7LS.js → chunk-YUBTHJVV.js} +0 -0
- /package/dist/{core-memory-VIWP7GJL.js → core-memory-OC5ITKKV.js} +0 -0
- /package/dist/{entity-boost-VZ7ZEDVR.js → entity-boost-NF3LE6OJ.js} +0 -0
- /package/dist/{message-queue-client-32HOVUK7.js → message-queue-client-4VDU6BZY.js} +0 -0
- /package/dist/{oauth-server-V4H3SY7H.js → oauth-server-EWUL7DMD.js} +0 -0
- /package/dist/{project-boot-DQZXRY5C.js → project-boot-2TCPDZ4S.js} +0 -0
- /package/dist/{wiki-acl-HNP5GGDA.js → wiki-acl-CONNF6ES.js} +0 -0
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
} from "./chunk-2XZ6X3PJ.js";
|
|
4
4
|
import {
|
|
5
5
|
getOrchestrationMetrics
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-OR3TAZL3.js";
|
|
7
|
+
import "./chunk-SCYWCWKY.js";
|
|
8
8
|
import "./chunk-2I23RPSI.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-GWPICNSO.js";
|
|
10
10
|
import "./chunk-PNQDP3OA.js";
|
|
11
11
|
import "./chunk-VQRTO7IS.js";
|
|
12
12
|
import "./chunk-7HLWBYH7.js";
|
|
@@ -14,8 +14,8 @@ import "./chunk-FXU7JOXK.js";
|
|
|
14
14
|
import {
|
|
15
15
|
loadLicense,
|
|
16
16
|
readCachedLicenseToken
|
|
17
|
-
} from "./chunk-
|
|
18
|
-
import "./chunk-
|
|
17
|
+
} from "./chunk-JV225JBX.js";
|
|
18
|
+
import "./chunk-2EJ636HI.js";
|
|
19
19
|
import {
|
|
20
20
|
loadConfig
|
|
21
21
|
} from "./chunk-DFIOOK5R.js";
|
|
@@ -398,14 +398,14 @@ async function buildTelemetryPayload(sinceHours = 24) {
|
|
|
398
398
|
}
|
|
399
399
|
let toolUsage;
|
|
400
400
|
try {
|
|
401
|
-
const { getToolUsageSummary } = await import("./tool-telemetry-
|
|
401
|
+
const { getToolUsageSummary } = await import("./tool-telemetry-BS5JXM5M.js");
|
|
402
402
|
const summary = getToolUsageSummary();
|
|
403
403
|
if (Object.keys(summary).length > 0) toolUsage = summary;
|
|
404
404
|
} catch {
|
|
405
405
|
}
|
|
406
406
|
let calibration;
|
|
407
407
|
try {
|
|
408
|
-
const { DreamingEngine } = await import("./dreaming-
|
|
408
|
+
const { DreamingEngine } = await import("./dreaming-Q4E3WBGY.js");
|
|
409
409
|
const engine = new DreamingEngine();
|
|
410
410
|
const cal = await engine.computeCalibration("*", sinceHours);
|
|
411
411
|
if (cal.assertions.total > 0 || cal.estimation.total > 0) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createTokenBudgetMiddleware
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-ZOVHXTGC.js";
|
|
4
|
+
import "./chunk-SCYWCWKY.js";
|
|
5
5
|
import "./chunk-2I23RPSI.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-GWPICNSO.js";
|
|
7
7
|
import "./chunk-PNQDP3OA.js";
|
|
8
8
|
import "./chunk-VQRTO7IS.js";
|
|
9
9
|
import "./chunk-7HLWBYH7.js";
|
package/dist/tui/App.js
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
getSessionPrompt
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-IZPO6IOZ.js";
|
|
5
|
+
import "../chunk-ISILDO7P.js";
|
|
6
6
|
import "../chunk-VUH67PT4.js";
|
|
7
7
|
import {
|
|
8
8
|
sessionScopeFilter
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-E23LNUWJ.js";
|
|
9
|
+
} from "../chunk-HED6D5KR.js";
|
|
10
|
+
import "../chunk-RZJ6DXVE.js";
|
|
12
11
|
import "../chunk-4JERP7NT.js";
|
|
13
12
|
import "../chunk-4FVVJ7ME.js";
|
|
14
|
-
import "../chunk-
|
|
13
|
+
import "../chunk-E23LNUWJ.js";
|
|
14
|
+
import "../chunk-WJ2PZGRV.js";
|
|
15
|
+
import "../chunk-SSTLTIF3.js";
|
|
15
16
|
import "../chunk-KOO3J5PV.js";
|
|
16
17
|
import "../chunk-22TVSRQQ.js";
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-P4WXINQT.js";
|
|
18
|
+
import "../chunk-OR3TAZL3.js";
|
|
19
19
|
import "../chunk-QB5JOGPK.js";
|
|
20
20
|
import "../chunk-NGP6LSV2.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-XYG722JW.js";
|
|
22
22
|
import "../chunk-CVYC6DUW.js";
|
|
23
23
|
import "../chunk-OPU3NYOO.js";
|
|
24
24
|
import "../chunk-GJV3WDWM.js";
|
|
25
25
|
import {
|
|
26
26
|
orgBus
|
|
27
27
|
} from "../chunk-MP2AFCGL.js";
|
|
28
|
-
import "../chunk-
|
|
28
|
+
import "../chunk-NIZQ3CIS.js";
|
|
29
29
|
import "../chunk-HYZV25LY.js";
|
|
30
30
|
import {
|
|
31
31
|
DEFAULT_COORDINATOR_TEMPLATE_NAME,
|
|
32
32
|
isCoordinatorName
|
|
33
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-SCYWCWKY.js";
|
|
34
34
|
import "../chunk-2I23RPSI.js";
|
|
35
|
-
import "../chunk-
|
|
35
|
+
import "../chunk-GWPICNSO.js";
|
|
36
36
|
import "../chunk-PNQDP3OA.js";
|
|
37
37
|
import "../chunk-VQRTO7IS.js";
|
|
38
38
|
import "../chunk-7HLWBYH7.js";
|
|
39
39
|
import "../chunk-FXU7JOXK.js";
|
|
40
|
-
import "../chunk-
|
|
41
|
-
import "../chunk-
|
|
40
|
+
import "../chunk-JV225JBX.js";
|
|
41
|
+
import "../chunk-2EJ636HI.js";
|
|
42
42
|
import {
|
|
43
43
|
THEME_MODES,
|
|
44
44
|
tuiPalette
|
|
@@ -6699,7 +6699,7 @@ function CommandCenterView({
|
|
|
6699
6699
|
if (!chatMode || agentConfig) return;
|
|
6700
6700
|
(async () => {
|
|
6701
6701
|
try {
|
|
6702
|
-
const { createProvider } = await import("../factory-
|
|
6702
|
+
const { createProvider } = await import("../factory-YHQZ6RZZ.js");
|
|
6703
6703
|
const { ToolRegistry } = await import("../tool-registry-B2OLSYV6.js");
|
|
6704
6704
|
const { createPermissionsFromPreset, EMPLOYEE_PERMISSIONS } = await import("../permissions-BTCYZNMN.js");
|
|
6705
6705
|
const { getPresetByRole } = await import("../permission-presets-E3DZK46K.js");
|
|
@@ -7411,7 +7411,7 @@ function useOrchestrator(enabled = true) {
|
|
|
7411
7411
|
let cancelled = false;
|
|
7412
7412
|
async function init() {
|
|
7413
7413
|
try {
|
|
7414
|
-
const { MultiAgentOrchestrator } = await import("../orchestrator-
|
|
7414
|
+
const { MultiAgentOrchestrator } = await import("../orchestrator-PUT45J4O.js");
|
|
7415
7415
|
const { getCoordinatorName, isCoordinatorRole, loadEmployees } = await import("../lib/employees.js");
|
|
7416
7416
|
const { isExeSession } = await import("../lib/tmux-routing.js");
|
|
7417
7417
|
const { listTmuxSessions, inTmux } = await import("../lib/tmux-status.js");
|
|
@@ -7452,7 +7452,7 @@ function useOrchestrator(enabled = true) {
|
|
|
7452
7452
|
setTotalInProgress(health.totalInProgress);
|
|
7453
7453
|
try {
|
|
7454
7454
|
const { getClient } = await import("../lib/database.js");
|
|
7455
|
-
const { sessionScopeFilter: sessionScopeFilter2 } = await import("../task-scope-
|
|
7455
|
+
const { sessionScopeFilter: sessionScopeFilter2 } = await import("../task-scope-P5STKYAC.js");
|
|
7456
7456
|
const client = getClient();
|
|
7457
7457
|
const uoScope = sessionScopeFilter2();
|
|
7458
7458
|
const result = await client.execute({
|
|
@@ -7484,7 +7484,7 @@ function useOrchestrator(enabled = true) {
|
|
|
7484
7484
|
const spawnSession = useCallback5(
|
|
7485
7485
|
async (agentId) => {
|
|
7486
7486
|
try {
|
|
7487
|
-
const { createTaskCore } = await import("../tasks-crud-
|
|
7487
|
+
const { createTaskCore } = await import("../tasks-crud-24HMTULR.js");
|
|
7488
7488
|
const { ensureEmployee } = await import("../lib/tmux-routing.js");
|
|
7489
7489
|
const { getCoordinatorName } = await import("../lib/employees.js");
|
|
7490
7490
|
await createTaskCore({
|
|
@@ -8108,7 +8108,7 @@ function TasksView({ onBack }) {
|
|
|
8108
8108
|
const { withTrace } = await import("../telemetry-43X3GT3R.js");
|
|
8109
8109
|
return withTrace("tui.tasks.loadTasks", async () => {
|
|
8110
8110
|
try {
|
|
8111
|
-
const { loadTaskList } = await import("../tui-data-
|
|
8111
|
+
const { loadTaskList } = await import("../tui-data-UNO5B7PU.js");
|
|
8112
8112
|
const tasks = await loadTaskList();
|
|
8113
8113
|
setAllTasks(
|
|
8114
8114
|
tasks.map((task) => ({
|
|
@@ -8941,7 +8941,7 @@ function TeamView({ onBack, onViewSessions }) {
|
|
|
8941
8941
|
let projectsByEmployee = /* @__PURE__ */ new Map();
|
|
8942
8942
|
let currentTaskByEmployee = /* @__PURE__ */ new Map();
|
|
8943
8943
|
try {
|
|
8944
|
-
const { loadTeamBadgeCounts, loadTeamDetailMetrics } = await import("../tui-data-
|
|
8944
|
+
const { loadTeamBadgeCounts, loadTeamDetailMetrics } = await import("../tui-data-UNO5B7PU.js");
|
|
8945
8945
|
setBadgeInFlight(true);
|
|
8946
8946
|
const badgeCountsPromise = loadTeamBadgeCounts();
|
|
8947
8947
|
const detailsPromise = loadTeamDetailMetrics(roster.map((emp) => emp.name));
|
|
@@ -9307,7 +9307,7 @@ function WikiView({ onBack }) {
|
|
|
9307
9307
|
}
|
|
9308
9308
|
setSearchLoading(true);
|
|
9309
9309
|
try {
|
|
9310
|
-
const { searchWikiMemoryRows } = await import("../tui-data-
|
|
9310
|
+
const { searchWikiMemoryRows } = await import("../tui-data-UNO5B7PU.js");
|
|
9311
9311
|
setSearchResults(await searchWikiMemoryRows(query));
|
|
9312
9312
|
} catch {
|
|
9313
9313
|
setSearchResults([]);
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sessionScopeFilter
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-E23LNUWJ.js";
|
|
3
|
+
} from "./chunk-HED6D5KR.js";
|
|
4
|
+
import "./chunk-RZJ6DXVE.js";
|
|
6
5
|
import "./chunk-4JERP7NT.js";
|
|
7
6
|
import "./chunk-4FVVJ7ME.js";
|
|
8
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-E23LNUWJ.js";
|
|
8
|
+
import "./chunk-WJ2PZGRV.js";
|
|
9
|
+
import "./chunk-SSTLTIF3.js";
|
|
9
10
|
import "./chunk-KOO3J5PV.js";
|
|
10
11
|
import "./chunk-22TVSRQQ.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-P4WXINQT.js";
|
|
12
|
+
import "./chunk-OR3TAZL3.js";
|
|
13
13
|
import "./chunk-QB5JOGPK.js";
|
|
14
14
|
import "./chunk-NGP6LSV2.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-XYG722JW.js";
|
|
16
16
|
import "./chunk-CVYC6DUW.js";
|
|
17
17
|
import "./chunk-OPU3NYOO.js";
|
|
18
18
|
import "./chunk-GJV3WDWM.js";
|
|
19
19
|
import "./chunk-MP2AFCGL.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-NIZQ3CIS.js";
|
|
21
21
|
import "./chunk-HYZV25LY.js";
|
|
22
22
|
import {
|
|
23
23
|
getClient
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-SCYWCWKY.js";
|
|
25
25
|
import "./chunk-2I23RPSI.js";
|
|
26
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-GWPICNSO.js";
|
|
27
27
|
import "./chunk-PNQDP3OA.js";
|
|
28
28
|
import "./chunk-VQRTO7IS.js";
|
|
29
29
|
import "./chunk-7HLWBYH7.js";
|
|
30
30
|
import "./chunk-FXU7JOXK.js";
|
|
31
|
-
import "./chunk-
|
|
32
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-JV225JBX.js";
|
|
32
|
+
import "./chunk-2EJ636HI.js";
|
|
33
33
|
import "./chunk-DFIOOK5R.js";
|
|
34
34
|
import "./chunk-65DBIEM2.js";
|
|
35
35
|
import "./chunk-MLKGABMK.js";
|
|
@@ -10,8 +10,8 @@ import {
|
|
|
10
10
|
persistWorkflows,
|
|
11
11
|
runWorkflow,
|
|
12
12
|
startWorkflow
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-
|
|
13
|
+
} from "./chunk-X4AFBL4N.js";
|
|
14
|
+
import "./chunk-2NS3QRMJ.js";
|
|
15
15
|
import "./chunk-MLKGABMK.js";
|
|
16
16
|
export {
|
|
17
17
|
advanceWorkflow,
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
parseInstanceLabel,
|
|
8
8
|
worktreeBranch,
|
|
9
9
|
worktreePath
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-RZJ6DXVE.js";
|
|
11
|
+
import "./chunk-OR3TAZL3.js";
|
|
12
|
+
import "./chunk-SCYWCWKY.js";
|
|
13
13
|
import "./chunk-2I23RPSI.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-GWPICNSO.js";
|
|
15
15
|
import "./chunk-PNQDP3OA.js";
|
|
16
16
|
import "./chunk-VQRTO7IS.js";
|
|
17
17
|
import "./chunk-7HLWBYH7.js";
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
cleanupAgentWorktree,
|
|
3
3
|
discoverRepoPaths,
|
|
4
4
|
sweepWorktrees
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-MTIJ2NXY.js";
|
|
6
|
+
import "./chunk-RZJ6DXVE.js";
|
|
7
|
+
import "./chunk-OR3TAZL3.js";
|
|
8
|
+
import "./chunk-SCYWCWKY.js";
|
|
9
9
|
import "./chunk-2I23RPSI.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-GWPICNSO.js";
|
|
11
11
|
import "./chunk-PNQDP3OA.js";
|
|
12
12
|
import "./chunk-VQRTO7IS.js";
|
|
13
13
|
import "./chunk-7HLWBYH7.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@askexenow/exe-os",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.310",
|
|
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",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"exe-timers": "./dist/bin/exe-timers.js",
|
|
46
46
|
"exe-config-dump": "./dist/bin/exe-config-dump.js",
|
|
47
47
|
"exe-stack-update": "./dist/bin/stack-update.js",
|
|
48
|
+
"exe-preflight": "./dist/bin/exe-preflight.js",
|
|
48
49
|
"exe-cloud": "./dist/bin/exe-cloud.js",
|
|
49
50
|
"exe-os-bulk-sync-postgres": "./dist/bin/bulk-sync-postgres.js"
|
|
50
51
|
},
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"build": "bash scripts/build-lock.sh && mkdir -p dist/assets && cp src/assets/tmux.conf dist/assets/ && cp src/assets/ghostty.conf dist/assets/ && cp src/assets/statusline-command.sh dist/assets/ && cp src/assets/wezterm.lua dist/assets/ && cp src/assets/com.askexe.exed.plist dist/assets/ && cp src/bin/exe-start.sh dist/bin/exe-start.sh && (node dist/bin/generate-hook-manifest.js 2>/dev/null || true)",
|
|
113
114
|
"deploy": "node dist/bin/pre-build-guard.js 2>/dev/null; npm run build && (node dist/bin/prune-orphan-chunks.js || true) && npm install -g . && node dist/bin/install.js --global && echo '[exe-os] Deploy complete. Run /mcp in active sessions to reconnect.'",
|
|
114
115
|
"postinstall": "node dist/bin/install.js --commands-only || true",
|
|
115
|
-
"prepublishOnly": "npm run typecheck && npm run build &&
|
|
116
|
+
"prepublishOnly": "npm run typecheck && npm run build && node dist/bin/prune-orphan-chunks.js --force && npm run guard:esm-require && npm run check:schema-version && node dist/bin/customer-readiness.js && node dist/bin/pre-publish.js",
|
|
116
117
|
"test:publish": "npx vitest run --maxWorkers=4 --exclude 'tests/tui/**' --exclude 'tests/lib/tmux-routing.test.ts' --exclude 'tests/lib/intercom-routing.test.ts' --exclude 'tests/gateway/**' --exclude 'tests/mcp/ingest-document.test.ts' --exclude 'tests/lib/hybrid-search.test.ts' --exclude 'tests/lib/worker-gate.test.ts' --exclude 'tests/daemon-perf-stress.test.ts' --exclude 'tests/lib/gateway-client.test.ts' --exclude 'tests/lib/ws-client.test.ts' --exclude 'tests/lib/ws-auth.test.ts' --exclude 'tests/integration/clean-stack-projection.test.ts' && echo '::warning::clean-stack-projection quarantined (needs Docker); ws-client/ws-auth quarantined (30-120s timeouts flaky on Node 20 CI runner — passes locally). See cicd-audit-2026-06-18.md.' && npx vitest run --maxWorkers=1 tests/daemon-perf-stress.test.ts tests/lib/gateway-client.test.ts",
|
|
117
118
|
"benchmark:longmemeval": "npx tsx tests/benchmarks/longmemeval.ts",
|
|
118
119
|
"guard:esm-require": "node scripts/check-no-runtime-require.mjs",
|
package/release-notes.json
CHANGED
|
@@ -1,52 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"current": "0.9.
|
|
2
|
+
"current": "0.9.310",
|
|
3
3
|
"notes": {
|
|
4
|
-
"0.9.
|
|
5
|
-
"version": "0.9.
|
|
4
|
+
"0.9.310": {
|
|
5
|
+
"version": "0.9.310",
|
|
6
6
|
"date": "2026-06-22",
|
|
7
|
-
"features": [
|
|
8
|
-
"surface retrieval degradation in cloud_status/memory_audit/doctor (#246)",
|
|
9
|
-
"wire restart_telemetry action into config MCP tool (feature 3caa55e9) (#247)",
|
|
10
|
-
"live /mcp 503 + Retry-After when event loop is blocked (bcc70778)",
|
|
11
|
-
"add read-only telemetry reader + exe-search-quality CLI",
|
|
12
|
-
"add /exe-timers operator CLI — per-timer health dashboard (9ddc55b2)",
|
|
13
|
-
"enforce SCHEMA_VERSION bump on migration change (fc72433f)",
|
|
14
|
-
"wire createTokenBudgetMiddleware into session-manager (d4d7ba0d)",
|
|
15
|
-
"CPU-steal detection in daemon health + boot brief (#245)",
|
|
16
|
-
"add exe-config-dump — read-only effective config dump with provenance",
|
|
17
|
-
"surface orchestration-health telemetry (spawn_failures, orchestration_health, work_map)",
|
|
18
|
-
"enrich session-kill death attribution (role + load + cause)",
|
|
19
|
-
"worktree-discipline guard — emit worktree.bypassed when code-role lands in main checkout (hardening 03-B)"
|
|
20
|
-
],
|
|
7
|
+
"features": [],
|
|
21
8
|
"fixes": [
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"correct stale docs + missing healthchecks + broken setup path (bug 3191b765)",
|
|
27
|
-
"lazy DB init guards \"Database client not initialized\" race (bug 2d8842e6)",
|
|
28
|
-
"pin image tags + replace host networking with bridge (bug 4ee36dc8)",
|
|
29
|
-
"eliminate isDaemonAlive false-negative when PID file missing (bug b5fb9404) (#244)",
|
|
30
|
-
"monitor volume path + EXE_MONITOR_KEY backfill (bugs 1fdb8be9 P1, 84d9a74a P1)",
|
|
31
|
-
"quarantine 4 timing-sensitive tests + add missing mock exports (bug dfb25bf1)",
|
|
32
|
-
"correct cpuStealSeverity cast — self-referential 'as typeof' narrowed to 'na' (follow-up to #245)",
|
|
33
|
-
"gateway-watchdog accurate+fail-safe (facd5078) & overlay survives upgrade (02bc1bb8)",
|
|
34
|
-
"break hook⇄daemon CPU-starvation spiral (db33dba1, be1457c2)",
|
|
35
|
-
"provision MONITOR_API_KEY to exe-crm + exe-wiki services (bug b99d3762)",
|
|
36
|
-
"optional daemon-shared MCP rate counter, hot-path-safe (bug d55d5830)",
|
|
37
|
-
"bind agent identity to MCP session — block shared-token impersonation (bug 7bfd208a, P0 SECURITY)",
|
|
38
|
-
"harden tmux spawn PATH + classify spawn failures (bug bbf7824c)",
|
|
39
|
-
"inherit+derive spawn PATH (bbf7824c); bounded daemon-ready retry before degraded boot (78d7526c)"
|
|
9
|
+
"kill the version-bump reload storm — surface-hash marker + reload debounce",
|
|
10
|
+
"enforce canonical 4096 daemon heap cap, correct stale 6144 (bug f215433d)",
|
|
11
|
+
"fail-closed BYOK env-contract — direct keys only on explicit BYOK (bug df8823d0)",
|
|
12
|
+
"erp healthHost localhost not askexe.com (preflight gate)"
|
|
40
13
|
],
|
|
41
14
|
"security": [],
|
|
42
15
|
"other": [
|
|
43
|
-
"
|
|
44
|
-
"move ps/pgrep off the main event loop (async execFile)",
|
|
45
|
-
"disaster-recovery test — prove a backup can be restored (feat 57a1d161)",
|
|
46
|
-
"extract shared buildStatusFilter helper (feat 0e9162d2)",
|
|
47
|
-
"dedupe spawn PATH to single buildSpawnPath() source",
|
|
48
|
-
"fix false-positive DELETE lint + device-id cache leak across tests",
|
|
49
|
-
"regenerate 0.9.302 notes from commit log (post-publish)"
|
|
16
|
+
"stack manifest v0.9.25 — 17 bug fixes, gateway v0.9.24 with WhatsApp/CRM/BYOK fixes"
|
|
50
17
|
],
|
|
51
18
|
"migration_notes": []
|
|
52
19
|
},
|
package/stack.release.json
CHANGED
|
@@ -4,58 +4,58 @@
|
|
|
4
4
|
"repo": "AskExe/exe-os",
|
|
5
5
|
"service": "exe-os",
|
|
6
6
|
"packageName": "@askexenow/exe-os",
|
|
7
|
-
"version": "0.9.
|
|
8
|
-
"image": "ghcr.io/askexe/exe-os:v0.9.
|
|
7
|
+
"version": "0.9.310",
|
|
8
|
+
"image": "ghcr.io/askexe/exe-os:v0.9.310",
|
|
9
9
|
"imageEnv": "EXE_OS_IMAGE_TAG",
|
|
10
10
|
"components": {
|
|
11
11
|
"erp": {
|
|
12
|
-
"image": "ghcr.io/askexe/exe-erp:v0.
|
|
12
|
+
"image": "ghcr.io/askexe/exe-erp:v0.9.310",
|
|
13
13
|
"env": "ERP_IMAGE_TAG",
|
|
14
14
|
"composeService": "exe-erp",
|
|
15
15
|
"note": "Bug 790794e8: pinned to v0.2.0-final8 — first ERP image shipping the realtime/socketio entrypoint (exe-erp PR #15). Earlier final3/final7 crash-looped exe-erp-websocket (missing socketio.js)."
|
|
16
16
|
},
|
|
17
17
|
"exe-db": {
|
|
18
|
-
"image": "pgvector/pgvector:0.8.0-pg16",
|
|
18
|
+
"image": "pgvector/pgvector:0.8.0-pg16@sha256:a132765ec351c65111b5b675928a3a0515a466a40f97277329db8b8209ad8bc9:v0.9.310",
|
|
19
19
|
"env": "EXE_DB_IMAGE",
|
|
20
20
|
"composeService": "exe-db",
|
|
21
21
|
"category": "infra",
|
|
22
22
|
"note": "Bug ee16e7ef: pinned to versioned 0.8.0-pg16 tag (was mutable :pg16)."
|
|
23
23
|
},
|
|
24
24
|
"redis": {
|
|
25
|
-
"image": "redis:7.4-alpine",
|
|
25
|
+
"image": "redis:7.4-alpine@sha256:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99:v0.9.310",
|
|
26
26
|
"env": "REDIS_IMAGE",
|
|
27
27
|
"composeService": "redis",
|
|
28
28
|
"category": "infra",
|
|
29
29
|
"note": "Bug 4948fc48: compose-pinned infra dep required by CRM, gateway, ERP."
|
|
30
30
|
},
|
|
31
31
|
"clickhouse": {
|
|
32
|
-
"image": "clickhouse/clickhouse-server:24.8.4.13-alpine",
|
|
32
|
+
"image": "clickhouse/clickhouse-server:24.8.4.13-alpine@sha256:88a45f9e328549b2579256c46ee38e5c0e25ae58303d9eb6d9c7ed8d6d2bbf3c:v0.9.310",
|
|
33
33
|
"env": "CLICKHOUSE_IMAGE",
|
|
34
34
|
"composeService": "clickhouse",
|
|
35
35
|
"category": "infra",
|
|
36
36
|
"note": "Bug 4948fc48: compose-pinned infra dep required by CRM."
|
|
37
37
|
},
|
|
38
38
|
"cloudflared": {
|
|
39
|
-
"image": "cloudflare/cloudflared@sha256:ba461b8aa9c042156dbd39c38657fe7431bafa063220eab8d5330a523863da9f",
|
|
39
|
+
"image": "cloudflare/cloudflared@sha256:ba461b8aa9c042156dbd39c38657fe7431bafa063220eab8d5330a523863da9f:v0.9.310",
|
|
40
40
|
"composeService": "cloudflared",
|
|
41
41
|
"category": "infra",
|
|
42
42
|
"note": "Bug 4948fc48: digest-pinned tunnel — no env override, managed in compose."
|
|
43
43
|
},
|
|
44
44
|
"exe-sso-edge": {
|
|
45
|
-
"image": "nginx:alpine",
|
|
45
|
+
"image": "nginx:alpine@sha256:20316569d8f81a160065d7d2a5eeffc7ca97d79022462ee255fd23fa103a6b5c:v0.9.310",
|
|
46
46
|
"composeService": "exe-sso-edge",
|
|
47
47
|
"category": "infra",
|
|
48
48
|
"note": "Bug 4948fc48: SSO reverse proxy for CRM/wiki/ERP — uses stock nginx:alpine."
|
|
49
49
|
},
|
|
50
50
|
"exe-otel-collector": {
|
|
51
|
-
"image": "otel/opentelemetry-collector-contrib:0.114.0",
|
|
51
|
+
"image": "otel/opentelemetry-collector-contrib:0.114.0@sha256:37fa87091cfaaec7234a27e4e395a40c31c2bfaea97a349a4afef6d9e9681197:v0.9.310",
|
|
52
52
|
"env": "OTEL_COLLECTOR_IMAGE",
|
|
53
53
|
"composeService": "exe-otel-collector",
|
|
54
54
|
"category": "infra",
|
|
55
55
|
"note": "Bug 4948fc48: OTLP collector for traces/metrics/logs."
|
|
56
56
|
},
|
|
57
57
|
"gotrue": {
|
|
58
|
-
"image": "supabase/gotrue:v2.172.1@sha256:b0dd7aa28dd1f9a8bd31f136c8b912661f701d9b863171e5843cb08f18f49de4",
|
|
58
|
+
"image": "supabase/gotrue:v2.172.1@sha256:b0dd7aa28dd1f9a8bd31f136c8b912661f701d9b863171e5843cb08f18f49de4:v0.9.310",
|
|
59
59
|
"composeService": "gotrue",
|
|
60
60
|
"category": "infra",
|
|
61
61
|
"note": "Bug 4948fc48: GoTrue auth backend — digest-pinned in compose."
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
},
|
|
103
103
|
"deploymentScope": "customer",
|
|
104
104
|
"highGhostStack": "0.9.9",
|
|
105
|
-
"sourceVersion": "0.9.
|
|
105
|
+
"sourceVersion": "0.9.310"
|
|
106
106
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|