@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
|
@@ -123,8 +123,14 @@ EXE_GATEWAY_WHATSAPP_VERIFY_TOKEN=CHANGEME_EXE_GATEWAY_WHATSAPP_VERIFY_TOKEN
|
|
|
123
123
|
WHATSAPP_ACCESS_TOKEN=CHANGEME_WHATSAPP_ACCESS_TOKEN
|
|
124
124
|
API_ROUTER_URL=https://gateway.askexe.com
|
|
125
125
|
API_ROUTER_KEY=CHANGEME_API_ROUTER_KEY
|
|
126
|
-
#
|
|
127
|
-
#
|
|
126
|
+
# Billing enforcement contract (bug df8823d0). These are the vars the gateway
|
|
127
|
+
# ACTUALLY reads to decide metered vs BYOK. Default: metered (fail-closed) —
|
|
128
|
+
# direct provider keys are rejected and all AI traffic is billed via the router.
|
|
129
|
+
EXE_BILLING_MODE=metered
|
|
130
|
+
EXE_ALLOW_DIRECT_PROVIDER_KEYS=false
|
|
131
|
+
# BYOK: to use your own API keys instead of the Exe API Router, set
|
|
132
|
+
# BYOK_ENABLED=true (the customer-facing alias for EXE_BILLING_MODE=byok +
|
|
133
|
+
# EXE_ALLOW_DIRECT_PROVIDER_KEYS=true) and provide ANTHROPIC_API_KEY below.
|
|
128
134
|
# BYOK_ENABLED=false
|
|
129
135
|
# ANTHROPIC_API_KEY=CHANGEME_ANTHROPIC_API_KEY
|
|
130
136
|
GATEWAY_HTTP_HOST_PORT=3100
|
|
@@ -29,7 +29,7 @@ services:
|
|
|
29
29
|
# bug ee16e7ef: pin a versioned tag, not the mutable :pg16 rolling tag.
|
|
30
30
|
# pgvector/pgvector:pg16 can change upstream without notice; 0.8.0-pg16
|
|
31
31
|
# is the tested stable release. Override via EXE_DB_IMAGE in .env.
|
|
32
|
-
image: ${EXE_DB_IMAGE:-pgvector/pgvector:0.8.0-pg16}
|
|
32
|
+
image: ${EXE_DB_IMAGE:-pgvector/pgvector:0.8.0-pg16@sha256:a132765ec351c65111b5b675928a3a0515a466a40f97277329db8b8209ad8bc9}
|
|
33
33
|
container_name: exe-db
|
|
34
34
|
restart: unless-stopped
|
|
35
35
|
# SECURITY (bug 67d62490): no blanket `env_file: .env`. Each service
|
|
@@ -81,7 +81,7 @@ services:
|
|
|
81
81
|
options: { max-size: "10m", max-file: "3" }
|
|
82
82
|
|
|
83
83
|
clickhouse:
|
|
84
|
-
image: clickhouse/clickhouse-server:24.8.4.13-alpine
|
|
84
|
+
image: clickhouse/clickhouse-server:24.8.4.13-alpine@sha256:88a45f9e328549b2579256c46ee38e5c0e25ae58303d9eb6d9c7ed8d6d2bbf3c
|
|
85
85
|
container_name: clickhouse
|
|
86
86
|
restart: unless-stopped
|
|
87
87
|
# SECURITY (bug 67d62490): no blanket `env_file: .env`. Each service
|
|
@@ -122,7 +122,7 @@ services:
|
|
|
122
122
|
options: { max-size: "10m", max-file: "3" }
|
|
123
123
|
|
|
124
124
|
redis:
|
|
125
|
-
image: redis:7.4-alpine
|
|
125
|
+
image: redis:7.4-alpine@sha256:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99
|
|
126
126
|
container_name: redis
|
|
127
127
|
restart: unless-stopped
|
|
128
128
|
# SECURITY (bug 67d62490): no blanket `env_file: .env`. Each service
|
|
@@ -701,6 +701,13 @@ services:
|
|
|
701
701
|
# one secret without extra wiring.
|
|
702
702
|
MONITOR_API_KEY: ${MONITOR_API_KEY:-${EXE_MONITOR_KEY:-}}
|
|
703
703
|
EXE_DAEMON_TOKEN: ${EXED_MCP_TOKEN:?EXED_MCP_TOKEN is required}
|
|
704
|
+
# Billing enforcement contract (bug df8823d0). The gateway reads THESE to
|
|
705
|
+
# decide metered vs BYOK. Default metered + direct keys disallowed (fail
|
|
706
|
+
# closed). BYOK_ENABLED is the customer-facing alias: =true implies
|
|
707
|
+
# EXE_BILLING_MODE=byok + EXE_ALLOW_DIRECT_PROVIDER_KEYS=true. A mismatch
|
|
708
|
+
# (BYOK_ENABLED=true but EXE_BILLING_MODE=metered) resolves to metered.
|
|
709
|
+
EXE_BILLING_MODE: ${EXE_BILLING_MODE:-metered}
|
|
710
|
+
EXE_ALLOW_DIRECT_PROVIDER_KEYS: ${EXE_ALLOW_DIRECT_PROVIDER_KEYS:-false}
|
|
704
711
|
BYOK_ENABLED: ${BYOK_ENABLED:-false}
|
|
705
712
|
ANTHROPIC_API_KEY: ${ANTHROPIC_API_KEY:-}
|
|
706
713
|
EXE_LICENSE_KEY: ${EXE_LICENSE_KEY:?EXE_LICENSE_KEY is required — purchase at https://askexe.com}
|
|
@@ -883,7 +890,7 @@ services:
|
|
|
883
890
|
# ------------------------------------------------------------------
|
|
884
891
|
|
|
885
892
|
exe-sso-edge:
|
|
886
|
-
image: nginx:alpine
|
|
893
|
+
image: nginx:alpine@sha256:20316569d8f81a160065d7d2a5eeffc7ca97d79022462ee255fd23fa103a6b5c
|
|
887
894
|
container_name: exe-sso-edge
|
|
888
895
|
restart: unless-stopped
|
|
889
896
|
depends_on:
|
|
@@ -1114,7 +1121,7 @@ services:
|
|
|
1114
1121
|
# API to gunicorn, WebSocket to socketio. Without this, gunicorn returns
|
|
1115
1122
|
# 404 for all /assets/* requests (bug 6776edf0).
|
|
1116
1123
|
exe-erp-nginx:
|
|
1117
|
-
image: nginx:alpine
|
|
1124
|
+
image: nginx:alpine@sha256:20316569d8f81a160065d7d2a5eeffc7ca97d79022462ee255fd23fa103a6b5c
|
|
1118
1125
|
container_name: exe-erp-nginx
|
|
1119
1126
|
restart: unless-stopped
|
|
1120
1127
|
depends_on:
|
|
@@ -174,8 +174,14 @@ export function generateEnv(options: GenerateEnvOptions): string {
|
|
|
174
174
|
"WHATSAPP_ACCESS_TOKEN=",
|
|
175
175
|
`API_ROUTER_URL=${DEFAULT_API_ROUTER_URL}`,
|
|
176
176
|
`API_ROUTER_KEY=${randomSecret(48)}`,
|
|
177
|
-
"#
|
|
178
|
-
"#
|
|
177
|
+
"# Billing enforcement contract (bug df8823d0). These are the vars the gateway",
|
|
178
|
+
"# ACTUALLY reads to decide metered vs BYOK. Default: metered (fail-closed) —",
|
|
179
|
+
"# direct provider keys are rejected and all AI traffic is billed via the router.",
|
|
180
|
+
"EXE_BILLING_MODE=metered",
|
|
181
|
+
"EXE_ALLOW_DIRECT_PROVIDER_KEYS=false",
|
|
182
|
+
"# BYOK: to use your own API keys instead of the Exe API Router, set",
|
|
183
|
+
"# BYOK_ENABLED=true (the customer-facing alias for EXE_BILLING_MODE=byok +",
|
|
184
|
+
"# EXE_ALLOW_DIRECT_PROVIDER_KEYS=true) and provide ANTHROPIC_API_KEY below.",
|
|
179
185
|
"# BYOK_ENABLED=false",
|
|
180
186
|
"# ANTHROPIC_API_KEY=",
|
|
181
187
|
`GATEWAY_HTTP_HOST_PORT=${GATEWAY_HTTP_HOST_PORT}`,
|
|
@@ -403,8 +409,14 @@ export function generateExampleEnv(): string {
|
|
|
403
409
|
"WHATSAPP_ACCESS_TOKEN=CHANGEME_WHATSAPP_ACCESS_TOKEN",
|
|
404
410
|
`API_ROUTER_URL=${DEFAULT_API_ROUTER_URL}`,
|
|
405
411
|
"API_ROUTER_KEY=CHANGEME_API_ROUTER_KEY",
|
|
406
|
-
"#
|
|
407
|
-
"#
|
|
412
|
+
"# Billing enforcement contract (bug df8823d0). These are the vars the gateway",
|
|
413
|
+
"# ACTUALLY reads to decide metered vs BYOK. Default: metered (fail-closed) —",
|
|
414
|
+
"# direct provider keys are rejected and all AI traffic is billed via the router.",
|
|
415
|
+
"EXE_BILLING_MODE=metered",
|
|
416
|
+
"EXE_ALLOW_DIRECT_PROVIDER_KEYS=false",
|
|
417
|
+
"# BYOK: to use your own API keys instead of the Exe API Router, set",
|
|
418
|
+
"# BYOK_ENABLED=true (the customer-facing alias for EXE_BILLING_MODE=byok +",
|
|
419
|
+
"# EXE_ALLOW_DIRECT_PROVIDER_KEYS=true) and provide ANTHROPIC_API_KEY below.",
|
|
408
420
|
"# BYOK_ENABLED=false",
|
|
409
421
|
"# ANTHROPIC_API_KEY=CHANGEME_ANTHROPIC_API_KEY",
|
|
410
422
|
`GATEWAY_HTTP_HOST_PORT=${GATEWAY_HTTP_HOST_PORT}`,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"latest": "0.9.
|
|
3
|
+
"latest": "0.9.25",
|
|
4
4
|
"stacks": {
|
|
5
5
|
"0.9.0": {
|
|
6
6
|
"version": "0.9.0",
|
|
@@ -1344,7 +1344,7 @@
|
|
|
1344
1344
|
"breakingChanges": [],
|
|
1345
1345
|
"services": {
|
|
1346
1346
|
"exe-db": {
|
|
1347
|
-
"image": "pgvector/pgvector:0.8.0-pg16",
|
|
1347
|
+
"image": "pgvector/pgvector:0.8.0-pg16@sha256:a132765ec351c65111b5b675928a3a0515a466a40f97277329db8b8209ad8bc9",
|
|
1348
1348
|
"env": "EXE_DB_IMAGE",
|
|
1349
1349
|
"composeService": "exe-db",
|
|
1350
1350
|
"required": true,
|
|
@@ -1387,7 +1387,7 @@
|
|
|
1387
1387
|
"env": "ERP_IMAGE_TAG",
|
|
1388
1388
|
"composeService": "exe-erp",
|
|
1389
1389
|
"healthUrl": "http://127.0.0.1:8069/api/method/ping",
|
|
1390
|
-
"healthHost": "
|
|
1390
|
+
"healthHost": "localhost",
|
|
1391
1391
|
"required": false,
|
|
1392
1392
|
"category": "app",
|
|
1393
1393
|
"description": "Enterprise Resource Planning"
|
|
@@ -1441,7 +1441,7 @@
|
|
|
1441
1441
|
"_comment": "bug 2976868a: the stack health gate previously omitted GoTrue, so SSO/login could be fully down while the gate reported green. Gate the backend directly."
|
|
1442
1442
|
},
|
|
1443
1443
|
"redis": {
|
|
1444
|
-
"image": "redis:7.4-alpine",
|
|
1444
|
+
"image": "redis:7.4-alpine@sha256:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99",
|
|
1445
1445
|
"composeService": "redis",
|
|
1446
1446
|
"required": true,
|
|
1447
1447
|
"category": "infra",
|
|
@@ -1449,7 +1449,7 @@
|
|
|
1449
1449
|
"_comment": "bug 4948fc48: compose-pinned infra dep \u2014 no env override, image tag lives in docker-compose.yml."
|
|
1450
1450
|
},
|
|
1451
1451
|
"clickhouse": {
|
|
1452
|
-
"image": "clickhouse/clickhouse-server:24.8.4.13-alpine",
|
|
1452
|
+
"image": "clickhouse/clickhouse-server:24.8.4.13-alpine@sha256:88a45f9e328549b2579256c46ee38e5c0e25ae58303d9eb6d9c7ed8d6d2bbf3c",
|
|
1453
1453
|
"env": "CLICKHOUSE_IMAGE",
|
|
1454
1454
|
"composeService": "clickhouse",
|
|
1455
1455
|
"required": true,
|
|
@@ -1466,7 +1466,7 @@
|
|
|
1466
1466
|
"_comment": "bug 4948fc48: digest-pinned in compose, no env override."
|
|
1467
1467
|
},
|
|
1468
1468
|
"exe-sso-edge": {
|
|
1469
|
-
"image": "nginx:alpine",
|
|
1469
|
+
"image": "nginx:alpine@sha256:20316569d8f81a160065d7d2a5eeffc7ca97d79022462ee255fd23fa103a6b5c",
|
|
1470
1470
|
"composeService": "exe-sso-edge",
|
|
1471
1471
|
"required": true,
|
|
1472
1472
|
"category": "infra",
|
|
@@ -1474,7 +1474,7 @@
|
|
|
1474
1474
|
"_comment": "bug 4948fc48: stock nginx:alpine, config templated from DOMAIN."
|
|
1475
1475
|
},
|
|
1476
1476
|
"exe-otel-collector": {
|
|
1477
|
-
"image": "otel/opentelemetry-collector-contrib:0.114.0",
|
|
1477
|
+
"image": "otel/opentelemetry-collector-contrib:0.114.0@sha256:37fa87091cfaaec7234a27e4e395a40c31c2bfaea97a349a4afef6d9e9681197",
|
|
1478
1478
|
"env": "OTEL_COLLECTOR_IMAGE",
|
|
1479
1479
|
"composeService": "exe-otel-collector",
|
|
1480
1480
|
"required": false,
|
|
@@ -1483,6 +1483,84 @@
|
|
|
1483
1483
|
"_comment": "bug 4948fc48: compose-pinned observability infra."
|
|
1484
1484
|
}
|
|
1485
1485
|
}
|
|
1486
|
+
},
|
|
1487
|
+
"0.9.25": {
|
|
1488
|
+
"version": "0.9.25",
|
|
1489
|
+
"releasedAt": "2026-06-22T07:00:00Z",
|
|
1490
|
+
"notes": "17 bug fixes: monitor volume/key (P1), CI flaky tests (P2), CRM bridge contract (P0), stack manifest infra deps (P0), DB image pin (P0), BYOK env alias (P1), SQL race (P2), ERP hardcoded defaults (P1), task resume DB init (P1), monitor :latest images (P1), docs/setup stale claims (P2), monitor healthcheck self-heal (P0), concurrent build chunk corruption (P1), monitor auto-pairing/alerts (P1), SSO CORS whitelist (P1), wiki SSO callback (P1), exe-chat JWT fallback (P3). Baileys WA version floor for WhatsApp pairing. Gateway v0.9.24 with all fixes.",
|
|
1491
|
+
"npmVersion": "0.9.310",
|
|
1492
|
+
"services": {
|
|
1493
|
+
"exe-db": {
|
|
1494
|
+
"image": "pgvector/pgvector:0.8.0-pg16",
|
|
1495
|
+
"env": "EXE_DB_IMAGE",
|
|
1496
|
+
"required": true,
|
|
1497
|
+
"category": "core",
|
|
1498
|
+
"description": "Postgres (pgvector) \u2014 pinned versioned tag (bug ee16e7ef)"
|
|
1499
|
+
},
|
|
1500
|
+
"exe-os": {
|
|
1501
|
+
"image": "update.askexe.com/askexe/exe-os:v0.9.297@sha256:9fb38b3972202c410bb03d437a7fbaaf34a474f123285f45cbd9ceb039d276c1",
|
|
1502
|
+
"env": "EXE_OS_IMAGE_TAG",
|
|
1503
|
+
"required": true,
|
|
1504
|
+
"category": "core",
|
|
1505
|
+
"description": "exe-os daemon + MCP server"
|
|
1506
|
+
},
|
|
1507
|
+
"crm": {
|
|
1508
|
+
"image": "update.askexe.com/askexe/exe-crm:v0.9.49@sha256:656512528d2cecc7c0424f917a9b3d0a999f91b160c7b7e7e05778dd8b1319cc",
|
|
1509
|
+
"env": "CRM_IMAGE_TAG",
|
|
1510
|
+
"category": "app"
|
|
1511
|
+
},
|
|
1512
|
+
"wiki": {
|
|
1513
|
+
"image": "update.askexe.com/askexe/exe-wiki:v0.9.24@sha256:3acf72b992d34ce1e802b075cef8e4e1dd5e4b5681a4681398545f1f7e13e331",
|
|
1514
|
+
"env": "WIKI_IMAGE_TAG",
|
|
1515
|
+
"category": "app"
|
|
1516
|
+
},
|
|
1517
|
+
"gateway": {
|
|
1518
|
+
"image": "update.askexe.com/askexe/exe-gateway:v0.9.24@sha256:9cda7c00d886b4ab16a3b88aa953aa45c991f2977084ea8532f55fcaf75e8f37",
|
|
1519
|
+
"env": "GATEWAY_IMAGE_TAG",
|
|
1520
|
+
"category": "app",
|
|
1521
|
+
"description": "WhatsApp/messaging gateway \u2014 CRM bridge fix, BYOK alias, SQL race fix, Baileys WA version floor"
|
|
1522
|
+
},
|
|
1523
|
+
"monitorAgent": {
|
|
1524
|
+
"image": "update.askexe.com/askexe/exe-monitor-agent:v0.9.5@sha256:d442170bb0d7411beb4195e7888377cee2013a0c2adb194d4e44cdab41886d2d",
|
|
1525
|
+
"env": "MONITOR_AGENT_IMAGE_TAG",
|
|
1526
|
+
"category": "monitoring"
|
|
1527
|
+
},
|
|
1528
|
+
"monitorHub": {
|
|
1529
|
+
"image": "update.askexe.com/askexe/exe-monitor-hub:v0.9.5@sha256:e9a406d1be7efe59cec38db1ace4beef728afa713781675cb30d33fe06b2ed08",
|
|
1530
|
+
"env": "MONITOR_HUB_IMAGE_TAG",
|
|
1531
|
+
"category": "monitoring"
|
|
1532
|
+
},
|
|
1533
|
+
"auth": {
|
|
1534
|
+
"image": "update.askexe.com/askexe/exe-auth:v0.2.0@sha256:8e1a17e5aff92b844be08c82120d91da0a4eaf6757c1071aec25ab5d7b560ba9",
|
|
1535
|
+
"env": "AUTH_IMAGE_TAG",
|
|
1536
|
+
"category": "auth"
|
|
1537
|
+
},
|
|
1538
|
+
"gotrue": {
|
|
1539
|
+
"image": "supabase/gotrue:v2.172.1@sha256:b0dd7aa28dd1f9a8bd31f136c8b912661f701d9b863171e5843cb08f18f49de4",
|
|
1540
|
+
"category": "infra"
|
|
1541
|
+
},
|
|
1542
|
+
"redis": {
|
|
1543
|
+
"image": "redis:7.4-alpine",
|
|
1544
|
+
"category": "infra"
|
|
1545
|
+
},
|
|
1546
|
+
"clickhouse": {
|
|
1547
|
+
"image": "clickhouse/clickhouse-server:24.8.4.13-alpine",
|
|
1548
|
+
"category": "infra"
|
|
1549
|
+
},
|
|
1550
|
+
"cloudflared": {
|
|
1551
|
+
"image": "cloudflare/cloudflared@sha256:ba461b8aa9c042156dbd39c38657fe7431bafa063220eab8d5330a523863da9f",
|
|
1552
|
+
"category": "infra"
|
|
1553
|
+
},
|
|
1554
|
+
"exe-sso-edge": {
|
|
1555
|
+
"image": "nginx:alpine",
|
|
1556
|
+
"category": "infra"
|
|
1557
|
+
},
|
|
1558
|
+
"exe-otel-collector": {
|
|
1559
|
+
"image": "otel/opentelemetry-collector-contrib:0.114.0",
|
|
1560
|
+
"category": "infra"
|
|
1561
|
+
}
|
|
1562
|
+
},
|
|
1563
|
+
"breakingChanges": []
|
|
1486
1564
|
}
|
|
1487
1565
|
}
|
|
1488
|
-
}
|
|
1566
|
+
}
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
getAllActiveAgents,
|
|
7
7
|
resolveActiveAgentFromTmuxSession,
|
|
8
8
|
writeActiveAgent
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-BUOMSIXH.js";
|
|
10
10
|
import "./chunk-CVYC6DUW.js";
|
|
11
11
|
import "./chunk-GJV3WDWM.js";
|
|
12
|
-
import "./chunk-
|
|
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";
|
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
getAllActiveAgents,
|
|
6
6
|
resolveActiveAgentFromTmuxSession,
|
|
7
7
|
writeActiveAgent
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-BUOMSIXH.js";
|
|
9
9
|
import "./chunk-CVYC6DUW.js";
|
|
10
10
|
import "./chunk-GJV3WDWM.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-SCYWCWKY.js";
|
|
12
12
|
import "./chunk-2I23RPSI.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-GWPICNSO.js";
|
|
14
14
|
import "./chunk-PNQDP3OA.js";
|
|
15
15
|
import "./chunk-VQRTO7IS.js";
|
|
16
16
|
import "./chunk-7HLWBYH7.js";
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
import {
|
|
3
3
|
disposeStore,
|
|
4
4
|
initStore
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-WBJXJ2R4.js";
|
|
6
6
|
import "./chunk-CHCA3ZM2.js";
|
|
7
7
|
import "./chunk-OTVEIJUQ.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-MQCTK6EF.js";
|
|
9
9
|
import "./chunk-Y25OJWOQ.js";
|
|
10
10
|
import "./chunk-MP2AFCGL.js";
|
|
11
11
|
import {
|
|
12
12
|
getClient,
|
|
13
13
|
getEmployeeNamesByRole,
|
|
14
14
|
loadEmployeesSync
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-SCYWCWKY.js";
|
|
16
16
|
import "./chunk-2I23RPSI.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-GWPICNSO.js";
|
|
18
18
|
import "./chunk-PNQDP3OA.js";
|
|
19
19
|
import "./chunk-VQRTO7IS.js";
|
|
20
20
|
import "./chunk-7HLWBYH7.js";
|
|
@@ -12,16 +12,16 @@ import {
|
|
|
12
12
|
reactivateBehavior,
|
|
13
13
|
storeBehavior,
|
|
14
14
|
storeReflexBehavior
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
} from "./chunk-PMEOSD6S.js";
|
|
16
|
+
import "./chunk-WBJXJ2R4.js";
|
|
17
17
|
import "./chunk-CHCA3ZM2.js";
|
|
18
18
|
import "./chunk-OTVEIJUQ.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-MQCTK6EF.js";
|
|
20
20
|
import "./chunk-Y25OJWOQ.js";
|
|
21
21
|
import "./chunk-MP2AFCGL.js";
|
|
22
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-SCYWCWKY.js";
|
|
23
23
|
import "./chunk-2I23RPSI.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-GWPICNSO.js";
|
|
25
25
|
import "./chunk-PNQDP3OA.js";
|
|
26
26
|
import "./chunk-VQRTO7IS.js";
|
|
27
27
|
import "./chunk-7HLWBYH7.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
insertOntologyForBatch
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-AE74NOE6.js";
|
|
5
5
|
import {
|
|
6
6
|
politeBatchPause,
|
|
7
7
|
startManagedJob
|
|
@@ -9,17 +9,17 @@ import {
|
|
|
9
9
|
import {
|
|
10
10
|
disposeStore,
|
|
11
11
|
initStore
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-WBJXJ2R4.js";
|
|
13
13
|
import "../chunk-CHCA3ZM2.js";
|
|
14
14
|
import "../chunk-OTVEIJUQ.js";
|
|
15
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-MQCTK6EF.js";
|
|
16
16
|
import "../chunk-Y25OJWOQ.js";
|
|
17
17
|
import "../chunk-MP2AFCGL.js";
|
|
18
18
|
import {
|
|
19
19
|
getClient
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-SCYWCWKY.js";
|
|
21
21
|
import "../chunk-2I23RPSI.js";
|
|
22
|
-
import "../chunk-
|
|
22
|
+
import "../chunk-GWPICNSO.js";
|
|
23
23
|
import "../chunk-PNQDP3OA.js";
|
|
24
24
|
import "../chunk-VQRTO7IS.js";
|
|
25
25
|
import "../chunk-7HLWBYH7.js";
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
generateReflectionCheckpoints
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-7WDIGRSO.js";
|
|
5
|
+
import "../chunk-AE74NOE6.js";
|
|
6
6
|
import {
|
|
7
7
|
startManagedJob
|
|
8
8
|
} from "../chunk-S6HVQF27.js";
|
|
9
9
|
import {
|
|
10
10
|
initStore
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-WBJXJ2R4.js";
|
|
12
12
|
import "../chunk-CHCA3ZM2.js";
|
|
13
13
|
import "../chunk-OTVEIJUQ.js";
|
|
14
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-MQCTK6EF.js";
|
|
15
15
|
import "../chunk-Y25OJWOQ.js";
|
|
16
16
|
import "../chunk-MP2AFCGL.js";
|
|
17
|
-
import "../chunk-
|
|
17
|
+
import "../chunk-SCYWCWKY.js";
|
|
18
18
|
import "../chunk-2I23RPSI.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-GWPICNSO.js";
|
|
20
20
|
import "../chunk-PNQDP3OA.js";
|
|
21
21
|
import "../chunk-VQRTO7IS.js";
|
|
22
22
|
import "../chunk-7HLWBYH7.js";
|
|
@@ -3,24 +3,24 @@ import {
|
|
|
3
3
|
clean,
|
|
4
4
|
inferSemanticLabel,
|
|
5
5
|
stableId
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-AE74NOE6.js";
|
|
7
7
|
import {
|
|
8
8
|
politeBatchPause,
|
|
9
9
|
startManagedJob
|
|
10
10
|
} from "../chunk-S6HVQF27.js";
|
|
11
11
|
import {
|
|
12
12
|
initStore
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-WBJXJ2R4.js";
|
|
14
14
|
import "../chunk-CHCA3ZM2.js";
|
|
15
15
|
import "../chunk-OTVEIJUQ.js";
|
|
16
|
-
import "../chunk-
|
|
16
|
+
import "../chunk-MQCTK6EF.js";
|
|
17
17
|
import "../chunk-Y25OJWOQ.js";
|
|
18
18
|
import "../chunk-MP2AFCGL.js";
|
|
19
19
|
import {
|
|
20
20
|
getClient
|
|
21
|
-
} from "../chunk-
|
|
21
|
+
} from "../chunk-SCYWCWKY.js";
|
|
22
22
|
import "../chunk-2I23RPSI.js";
|
|
23
|
-
import "../chunk-
|
|
23
|
+
import "../chunk-GWPICNSO.js";
|
|
24
24
|
import "../chunk-PNQDP3OA.js";
|
|
25
25
|
import "../chunk-VQRTO7IS.js";
|
|
26
26
|
import "../chunk-7HLWBYH7.js";
|
|
@@ -2,26 +2,26 @@
|
|
|
2
2
|
import {
|
|
3
3
|
connectEmbedDaemon,
|
|
4
4
|
embedViaClient
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-PPXQE7AS.js";
|
|
6
6
|
import "../chunk-RQ7OVXUZ.js";
|
|
7
7
|
import {
|
|
8
8
|
flushBatch,
|
|
9
9
|
initStore,
|
|
10
10
|
writeMemory
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-WBJXJ2R4.js";
|
|
12
12
|
import "../chunk-CHCA3ZM2.js";
|
|
13
13
|
import "../chunk-OTVEIJUQ.js";
|
|
14
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-MQCTK6EF.js";
|
|
15
15
|
import "../chunk-Y25OJWOQ.js";
|
|
16
16
|
import "../chunk-MP2AFCGL.js";
|
|
17
|
+
import "../chunk-RVXWGPD3.js";
|
|
17
18
|
import "../chunk-7XGDTKHX.js";
|
|
18
|
-
import "../chunk-7L2EV3XX.js";
|
|
19
19
|
import {
|
|
20
20
|
getClient,
|
|
21
21
|
isCoordinatorName
|
|
22
|
-
} from "../chunk-
|
|
22
|
+
} from "../chunk-SCYWCWKY.js";
|
|
23
23
|
import "../chunk-2I23RPSI.js";
|
|
24
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-GWPICNSO.js";
|
|
25
25
|
import "../chunk-PNQDP3OA.js";
|
|
26
26
|
import "../chunk-VQRTO7IS.js";
|
|
27
27
|
import "../chunk-7HLWBYH7.js";
|
|
@@ -2,26 +2,26 @@
|
|
|
2
2
|
import {
|
|
3
3
|
connectEmbedDaemon,
|
|
4
4
|
embedViaClient
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-PPXQE7AS.js";
|
|
6
6
|
import "../chunk-RQ7OVXUZ.js";
|
|
7
7
|
import {
|
|
8
8
|
flushBatch,
|
|
9
9
|
initStore,
|
|
10
10
|
writeMemory
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-WBJXJ2R4.js";
|
|
12
12
|
import "../chunk-CHCA3ZM2.js";
|
|
13
13
|
import "../chunk-OTVEIJUQ.js";
|
|
14
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-MQCTK6EF.js";
|
|
15
15
|
import "../chunk-Y25OJWOQ.js";
|
|
16
16
|
import "../chunk-MP2AFCGL.js";
|
|
17
|
+
import "../chunk-RVXWGPD3.js";
|
|
17
18
|
import "../chunk-7XGDTKHX.js";
|
|
18
|
-
import "../chunk-7L2EV3XX.js";
|
|
19
19
|
import {
|
|
20
20
|
getClient,
|
|
21
21
|
isCoordinatorName
|
|
22
|
-
} from "../chunk-
|
|
22
|
+
} from "../chunk-SCYWCWKY.js";
|
|
23
23
|
import "../chunk-2I23RPSI.js";
|
|
24
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-GWPICNSO.js";
|
|
25
25
|
import "../chunk-PNQDP3OA.js";
|
|
26
26
|
import "../chunk-VQRTO7IS.js";
|
|
27
27
|
import "../chunk-7HLWBYH7.js";
|
|
@@ -5,34 +5,34 @@ import {
|
|
|
5
5
|
} from "../chunk-S6HVQF27.js";
|
|
6
6
|
import {
|
|
7
7
|
prepareEmbeddingText
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-43R2GILO.js";
|
|
9
9
|
import {
|
|
10
10
|
cleanupWorkerPid,
|
|
11
11
|
registerWorkerPid,
|
|
12
12
|
releaseBackfillLock,
|
|
13
13
|
tryAcquireBackfillLock
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-GMZMBLHT.js";
|
|
15
15
|
import {
|
|
16
16
|
connectEmbedDaemon,
|
|
17
17
|
embedViaClient
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-PPXQE7AS.js";
|
|
19
19
|
import "../chunk-RQ7OVXUZ.js";
|
|
20
20
|
import {
|
|
21
21
|
initStore,
|
|
22
22
|
vectorToBlob
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-WBJXJ2R4.js";
|
|
24
24
|
import "../chunk-CHCA3ZM2.js";
|
|
25
25
|
import "../chunk-OTVEIJUQ.js";
|
|
26
|
-
import "../chunk-
|
|
26
|
+
import "../chunk-MQCTK6EF.js";
|
|
27
27
|
import "../chunk-Y25OJWOQ.js";
|
|
28
28
|
import "../chunk-MP2AFCGL.js";
|
|
29
|
+
import "../chunk-RVXWGPD3.js";
|
|
29
30
|
import "../chunk-7XGDTKHX.js";
|
|
30
|
-
import "../chunk-7L2EV3XX.js";
|
|
31
31
|
import {
|
|
32
32
|
getClient
|
|
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";
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
pushToPostgres
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-SPOXL7HF.js";
|
|
5
|
+
import "../chunk-K4BKJJ4F.js";
|
|
6
|
+
import "../chunk-PMEOSD6S.js";
|
|
7
7
|
import "../chunk-LO6L5ADL.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-DNFU56ZS.js";
|
|
9
9
|
import "../chunk-QGGH7LOU.js";
|
|
10
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-PPXQE7AS.js";
|
|
11
11
|
import "../chunk-RQ7OVXUZ.js";
|
|
12
12
|
import {
|
|
13
13
|
disposeStore,
|
|
14
14
|
initStore
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-WBJXJ2R4.js";
|
|
16
16
|
import "../chunk-CHCA3ZM2.js";
|
|
17
17
|
import "../chunk-OTVEIJUQ.js";
|
|
18
|
-
import "../chunk-
|
|
18
|
+
import "../chunk-MQCTK6EF.js";
|
|
19
19
|
import "../chunk-Y25OJWOQ.js";
|
|
20
20
|
import "../chunk-MP2AFCGL.js";
|
|
21
|
+
import "../chunk-RVXWGPD3.js";
|
|
21
22
|
import "../chunk-7XGDTKHX.js";
|
|
22
|
-
import "../chunk-7L2EV3XX.js";
|
|
23
23
|
import {
|
|
24
24
|
getClient
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-SCYWCWKY.js";
|
|
26
26
|
import "../chunk-2I23RPSI.js";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-GWPICNSO.js";
|
|
28
28
|
import "../chunk-PNQDP3OA.js";
|
|
29
29
|
import "../chunk-VQRTO7IS.js";
|
|
30
30
|
import "../chunk-7HLWBYH7.js";
|
|
31
31
|
import "../chunk-FXU7JOXK.js";
|
|
32
32
|
import "../chunk-Z42MXYWW.js";
|
|
33
|
-
import "../chunk-
|
|
34
|
-
import "../chunk-
|
|
33
|
+
import "../chunk-JV225JBX.js";
|
|
34
|
+
import "../chunk-2EJ636HI.js";
|
|
35
35
|
import "../chunk-DFIOOK5R.js";
|
|
36
36
|
import "../chunk-65DBIEM2.js";
|
|
37
37
|
import "../chunk-MLKGABMK.js";
|
package/dist/bin/cc-doctor.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
checkClaudeCodeInstall
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-2UVN2NBN.js";
|
|
5
5
|
import "../chunk-FRNXQSB4.js";
|
|
6
6
|
import "../chunk-SSC7EKY2.js";
|
|
7
7
|
import "../chunk-5A6KTWQL.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-JZW5AOWI.js";
|
|
9
9
|
import "../chunk-ELXR65AN.js";
|
|
10
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-SCYWCWKY.js";
|
|
11
11
|
import "../chunk-2I23RPSI.js";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-GWPICNSO.js";
|
|
13
13
|
import "../chunk-PNQDP3OA.js";
|
|
14
14
|
import "../chunk-VQRTO7IS.js";
|
|
15
15
|
import "../chunk-7HLWBYH7.js";
|