@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
|
@@ -1,30 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
} from "./chunk-Y4TYFJ37.js";
|
|
7
|
-
import {
|
|
8
|
-
isRerankerAvailable,
|
|
9
|
-
rerankWithScores
|
|
10
|
-
} from "./chunk-PP3RXZID.js";
|
|
11
|
-
import {
|
|
12
|
-
AUTO_WAKE_MAX_RETRIES
|
|
13
|
-
} from "./chunk-B7BDXCKK.js";
|
|
14
|
-
import {
|
|
15
|
-
getCachedLicenseGate,
|
|
16
|
-
refreshLicenseGate
|
|
17
|
-
} from "./chunk-YLLUDO54.js";
|
|
18
|
-
import {
|
|
19
|
-
getToolUsageStats
|
|
20
|
-
} from "./chunk-Z77S2QQU.js";
|
|
2
|
+
exportOrchestration,
|
|
3
|
+
importOrchestration,
|
|
4
|
+
validatePackage
|
|
5
|
+
} from "./chunk-OBJXZII2.js";
|
|
21
6
|
import {
|
|
22
|
-
|
|
23
|
-
} from "./chunk-
|
|
7
|
+
runDriftProbes
|
|
8
|
+
} from "./chunk-255DIG4B.js";
|
|
24
9
|
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
} from "./chunk-
|
|
10
|
+
loadOrchestrationPhase,
|
|
11
|
+
setOrchestrationPhase
|
|
12
|
+
} from "./chunk-DAOHCXM2.js";
|
|
28
13
|
import {
|
|
29
14
|
analyzeBlastRadius,
|
|
30
15
|
buildCodeContextIndex,
|
|
@@ -33,7 +18,14 @@ import {
|
|
|
33
18
|
searchCodeContext,
|
|
34
19
|
searchCodeContextSemantic,
|
|
35
20
|
traceCodeSymbol
|
|
36
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-WZBUKC5N.js";
|
|
22
|
+
import {
|
|
23
|
+
StewardGate
|
|
24
|
+
} from "./chunk-IRIPGGGL.js";
|
|
25
|
+
import {
|
|
26
|
+
isRerankerAvailable,
|
|
27
|
+
rerankWithScores
|
|
28
|
+
} from "./chunk-QNXM2HXW.js";
|
|
37
29
|
import {
|
|
38
30
|
getEntityByName,
|
|
39
31
|
getEntityNeighbors,
|
|
@@ -42,78 +34,86 @@ import {
|
|
|
42
34
|
getRelationships,
|
|
43
35
|
searchEntities
|
|
44
36
|
} from "./chunk-CRCB5S7I.js";
|
|
37
|
+
import {
|
|
38
|
+
listRecentSessionEvents
|
|
39
|
+
} from "./chunk-VFSYVQX4.js";
|
|
45
40
|
import {
|
|
46
41
|
DreamingEngine
|
|
47
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-4BANMHJ5.js";
|
|
48
43
|
import {
|
|
49
|
-
|
|
50
|
-
} from "./chunk-
|
|
44
|
+
AUTO_WAKE_MAX_RETRIES
|
|
45
|
+
} from "./chunk-6LNSZADA.js";
|
|
51
46
|
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
} from "./chunk-ALVJ3CT3.js";
|
|
47
|
+
getCachedLicenseGate,
|
|
48
|
+
refreshLicenseGate
|
|
49
|
+
} from "./chunk-Z6H6Y4BS.js";
|
|
56
50
|
import {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
51
|
+
getToolUsageStats
|
|
52
|
+
} from "./chunk-J3SR5MGG.js";
|
|
53
|
+
import {
|
|
54
|
+
getToolCapabilityIndex
|
|
55
|
+
} from "./chunk-I3DPCSDG.js";
|
|
56
|
+
import {
|
|
57
|
+
isToolAllowed,
|
|
58
|
+
isToolAllowedForPlan
|
|
59
|
+
} from "./chunk-E6ORBQHP.js";
|
|
60
60
|
import {
|
|
61
61
|
createOrRefreshResumeTask
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-GSY6HL3T.js";
|
|
63
|
+
import {
|
|
64
|
+
registerCreateReminder
|
|
65
|
+
} from "./chunk-VT6P7FV4.js";
|
|
63
66
|
import {
|
|
64
67
|
registerListReminders
|
|
65
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-RPBTYQKJ.js";
|
|
66
69
|
import {
|
|
67
70
|
registerCompleteReminder
|
|
68
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-J3QZPDNH.js";
|
|
69
72
|
import {
|
|
70
73
|
registerDeactivateBehavior
|
|
71
|
-
} from "./chunk-
|
|
74
|
+
} from "./chunk-QEGXNJGR.js";
|
|
75
|
+
import {
|
|
76
|
+
completeReminder,
|
|
77
|
+
createReminder,
|
|
78
|
+
listReminders
|
|
79
|
+
} from "./chunk-JNARUXDC.js";
|
|
72
80
|
import {
|
|
73
81
|
registerSendMessage
|
|
74
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-HQODUV3G.js";
|
|
75
83
|
import {
|
|
76
84
|
registerCreateTask
|
|
77
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-KPVVTHPK.js";
|
|
78
86
|
import {
|
|
79
87
|
registerListTasks
|
|
80
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-IIHE3FNC.js";
|
|
81
89
|
import {
|
|
82
90
|
registerUpdateTask
|
|
83
|
-
} from "./chunk-
|
|
84
|
-
import {
|
|
85
|
-
registerCreateReminder
|
|
86
|
-
} from "./chunk-EWIW3R6V.js";
|
|
91
|
+
} from "./chunk-KSMITUGY.js";
|
|
87
92
|
import {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
} from "./chunk-
|
|
93
|
+
TOKENS_PER_IDLE_MINUTE,
|
|
94
|
+
countKillsSince,
|
|
95
|
+
sumTokensSavedSince
|
|
96
|
+
} from "./chunk-LMX7UKGX.js";
|
|
92
97
|
import {
|
|
93
98
|
registerImportConversations
|
|
94
|
-
} from "./chunk-
|
|
99
|
+
} from "./chunk-V4BW5HFQ.js";
|
|
95
100
|
import {
|
|
96
101
|
createSchedule,
|
|
97
102
|
parseHumanCron
|
|
98
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-V42BSVX6.js";
|
|
99
104
|
import {
|
|
100
105
|
status
|
|
101
|
-
} from "./chunk-
|
|
102
|
-
import {
|
|
103
|
-
TOKENS_PER_IDLE_MINUTE,
|
|
104
|
-
countKillsSince,
|
|
105
|
-
sumTokensSavedSince
|
|
106
|
-
} from "./chunk-NME5E325.js";
|
|
106
|
+
} from "./chunk-U63BZI2B.js";
|
|
107
107
|
import {
|
|
108
108
|
getAgentSpend
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-5DPE7B7K.js";
|
|
110
110
|
import {
|
|
111
111
|
exportGraphHTML,
|
|
112
112
|
generateGraphReport
|
|
113
113
|
} from "./chunk-3OEVDGIY.js";
|
|
114
114
|
import {
|
|
115
115
|
runHealthCheck
|
|
116
|
-
} from "./chunk-
|
|
116
|
+
} from "./chunk-2UVN2NBN.js";
|
|
117
117
|
import {
|
|
118
118
|
checkCpuStealSync
|
|
119
119
|
} from "./chunk-SSC7EKY2.js";
|
|
@@ -125,32 +125,32 @@ import {
|
|
|
125
125
|
formatReport,
|
|
126
126
|
runAudit,
|
|
127
127
|
shouldFixShards
|
|
128
|
-
} from "./chunk-
|
|
128
|
+
} from "./chunk-2NVEKSSP.js";
|
|
129
129
|
import {
|
|
130
130
|
formatDegradations,
|
|
131
131
|
getRetrievalHealth
|
|
132
|
-
} from "./chunk-
|
|
132
|
+
} from "./chunk-YUBTHJVV.js";
|
|
133
133
|
import {
|
|
134
134
|
hasFailures,
|
|
135
135
|
runHealth,
|
|
136
136
|
runTest
|
|
137
|
-
} from "./chunk-
|
|
138
|
-
import {
|
|
139
|
-
resolveSupportAdminToken,
|
|
140
|
-
supportAdminHeaders
|
|
141
|
-
} from "./chunk-2XZ6X3PJ.js";
|
|
137
|
+
} from "./chunk-YB7U4WTY.js";
|
|
142
138
|
import {
|
|
143
139
|
isSupportReportSentStatus,
|
|
144
140
|
markSupportReportSent
|
|
145
141
|
} from "./chunk-MMRUBN3I.js";
|
|
142
|
+
import {
|
|
143
|
+
resolveSupportAdminToken,
|
|
144
|
+
supportAdminHeaders
|
|
145
|
+
} from "./chunk-2XZ6X3PJ.js";
|
|
146
146
|
import {
|
|
147
147
|
renderClientCOOTemplate
|
|
148
|
-
} from "./chunk-
|
|
148
|
+
} from "./chunk-IZPO6IOZ.js";
|
|
149
149
|
import {
|
|
150
150
|
deactivateGlobalProcedure,
|
|
151
151
|
loadGlobalProcedures,
|
|
152
152
|
storeGlobalProcedure
|
|
153
|
-
} from "./chunk-
|
|
153
|
+
} from "./chunk-ISILDO7P.js";
|
|
154
154
|
import {
|
|
155
155
|
PLATFORM_PROCEDURES
|
|
156
156
|
} from "./chunk-VUH67PT4.js";
|
|
@@ -159,14 +159,14 @@ import {
|
|
|
159
159
|
cloudSync,
|
|
160
160
|
getCloudReuploadRequired,
|
|
161
161
|
markCloudReuploadRequired
|
|
162
|
-
} from "./chunk-
|
|
162
|
+
} from "./chunk-SPOXL7HF.js";
|
|
163
163
|
import {
|
|
164
164
|
createARecord
|
|
165
165
|
} from "./chunk-X2Z5GT3V.js";
|
|
166
166
|
import {
|
|
167
167
|
findSimilarTrajectories,
|
|
168
168
|
hashSignature
|
|
169
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-KAVUTP5G.js";
|
|
170
170
|
import {
|
|
171
171
|
GHOST_BEHAVIOR_SQL,
|
|
172
172
|
deactivateBehavior,
|
|
@@ -175,20 +175,20 @@ import {
|
|
|
175
175
|
reactivateBehavior,
|
|
176
176
|
storeBehavior,
|
|
177
177
|
storeReflexBehavior
|
|
178
|
-
} from "./chunk-
|
|
178
|
+
} from "./chunk-PMEOSD6S.js";
|
|
179
179
|
import {
|
|
180
180
|
countUnconsolidated,
|
|
181
181
|
groupMemories,
|
|
182
182
|
runConsolidation,
|
|
183
183
|
selectUnconsolidated
|
|
184
|
-
} from "./chunk-
|
|
184
|
+
} from "./chunk-B2J3BBJC.js";
|
|
185
185
|
import {
|
|
186
186
|
entityId,
|
|
187
187
|
mergeEntities
|
|
188
188
|
} from "./chunk-FF5DA4XP.js";
|
|
189
189
|
import {
|
|
190
190
|
embed
|
|
191
|
-
} from "./chunk-
|
|
191
|
+
} from "./chunk-43R2GILO.js";
|
|
192
192
|
import {
|
|
193
193
|
readMcpHttpEvents,
|
|
194
194
|
summarizeMcpTransport,
|
|
@@ -196,20 +196,20 @@ import {
|
|
|
196
196
|
} from "./chunk-5A6KTWQL.js";
|
|
197
197
|
import {
|
|
198
198
|
updateTask
|
|
199
|
-
} from "./chunk-
|
|
199
|
+
} from "./chunk-EOS7VPVT.js";
|
|
200
200
|
import {
|
|
201
201
|
fastDbInit
|
|
202
|
-
} from "./chunk-
|
|
202
|
+
} from "./chunk-QE7UVQDP.js";
|
|
203
203
|
import {
|
|
204
204
|
MAX_CONCURRENT_WORKERS
|
|
205
|
-
} from "./chunk-
|
|
205
|
+
} from "./chunk-GMZMBLHT.js";
|
|
206
206
|
import {
|
|
207
207
|
readDaemonToken
|
|
208
208
|
} from "./chunk-RQ7OVXUZ.js";
|
|
209
209
|
import {
|
|
210
210
|
hybridSearch,
|
|
211
211
|
recentRecords
|
|
212
|
-
} from "./chunk-
|
|
212
|
+
} from "./chunk-66JPZELX.js";
|
|
213
213
|
import {
|
|
214
214
|
buildFtsMatch,
|
|
215
215
|
tokenizeForFts
|
|
@@ -221,10 +221,10 @@ import {
|
|
|
221
221
|
reserveVersions,
|
|
222
222
|
vectorToBlob,
|
|
223
223
|
writeMemory
|
|
224
|
-
} from "./chunk-
|
|
224
|
+
} from "./chunk-WBJXJ2R4.js";
|
|
225
225
|
import {
|
|
226
226
|
getActiveAgent
|
|
227
|
-
} from "./chunk-
|
|
227
|
+
} from "./chunk-BUOMSIXH.js";
|
|
228
228
|
import {
|
|
229
229
|
getMySession,
|
|
230
230
|
resolveExeSession,
|
|
@@ -232,13 +232,13 @@ import {
|
|
|
232
232
|
sessionScopeFilter,
|
|
233
233
|
updateTaskStatus,
|
|
234
234
|
writeCheckpoint
|
|
235
|
-
} from "./chunk-
|
|
235
|
+
} from "./chunk-HED6D5KR.js";
|
|
236
236
|
import {
|
|
237
237
|
listSessions
|
|
238
|
-
} from "./chunk-
|
|
238
|
+
} from "./chunk-WJ2PZGRV.js";
|
|
239
239
|
import {
|
|
240
240
|
recordOrchestrationEventBestEffort
|
|
241
|
-
} from "./chunk-
|
|
241
|
+
} from "./chunk-OR3TAZL3.js";
|
|
242
242
|
import {
|
|
243
243
|
DEFAULT_MODELS,
|
|
244
244
|
KNOWN_RUNTIMES,
|
|
@@ -255,7 +255,7 @@ import {
|
|
|
255
255
|
assertEmployeeLimit,
|
|
256
256
|
assertFeature,
|
|
257
257
|
assertMemoryLimit
|
|
258
|
-
} from "./chunk-
|
|
258
|
+
} from "./chunk-XYG722JW.js";
|
|
259
259
|
import {
|
|
260
260
|
getProjectName
|
|
261
261
|
} from "./chunk-OPU3NYOO.js";
|
|
@@ -268,7 +268,7 @@ import {
|
|
|
268
268
|
isScheduledTrigger,
|
|
269
269
|
loadTriggers,
|
|
270
270
|
sanitizeParam
|
|
271
|
-
} from "./chunk-
|
|
271
|
+
} from "./chunk-2NS3QRMJ.js";
|
|
272
272
|
import {
|
|
273
273
|
pushConversationToCRM
|
|
274
274
|
} from "./chunk-ONKIWA3R.js";
|
|
@@ -289,7 +289,7 @@ import {
|
|
|
289
289
|
loadEmployeesSync,
|
|
290
290
|
saveEmployees,
|
|
291
291
|
updateIdentity
|
|
292
|
-
} from "./chunk-
|
|
292
|
+
} from "./chunk-SCYWCWKY.js";
|
|
293
293
|
import {
|
|
294
294
|
getEventLoopLagMs,
|
|
295
295
|
isDaemonAlive,
|
|
@@ -310,7 +310,7 @@ import {
|
|
|
310
310
|
readCachedLicenseToken,
|
|
311
311
|
saveLicense,
|
|
312
312
|
validateLicense
|
|
313
|
-
} from "./chunk-
|
|
313
|
+
} from "./chunk-JV225JBX.js";
|
|
314
314
|
import {
|
|
315
315
|
EXE_AI_DIR,
|
|
316
316
|
loadConfig
|
|
@@ -494,7 +494,7 @@ function registerRecallMyMemory(server) {
|
|
|
494
494
|
}) => {
|
|
495
495
|
try {
|
|
496
496
|
if (!isInitialized()) {
|
|
497
|
-
const { fastDbInit: fastDbInit2 } = await import("./fast-db-init-
|
|
497
|
+
const { fastDbInit: fastDbInit2 } = await import("./fast-db-init-KNJRL7T3.js");
|
|
498
498
|
await fastDbInit2();
|
|
499
499
|
}
|
|
500
500
|
if (!recent && !query) {
|
|
@@ -541,7 +541,7 @@ function registerRecallMyMemory(server) {
|
|
|
541
541
|
let federatedCount = 0;
|
|
542
542
|
if (!recent && query && results.length < FEDERATION_THRESHOLD) {
|
|
543
543
|
try {
|
|
544
|
-
const { searchCodeContextSemantic: searchCodeContextSemantic2 } = await import("./code-context-index-
|
|
544
|
+
const { searchCodeContextSemantic: searchCodeContextSemantic2 } = await import("./code-context-index-ZWONKBKX.js");
|
|
545
545
|
const codeResults = await Promise.race([
|
|
546
546
|
searchCodeContextSemantic2(query, { limit: 5 }),
|
|
547
547
|
new Promise((_, rej) => setTimeout(() => rej(new Error("timeout")), 2e3))
|
|
@@ -779,7 +779,7 @@ function registerStoreMemory(server) {
|
|
|
779
779
|
}
|
|
780
780
|
const { agentId, agentRole } = getActiveAgent();
|
|
781
781
|
if (kind === "prospective") {
|
|
782
|
-
const { createProspectiveMemory } = await import("./prospective-memory-
|
|
782
|
+
const { createProspectiveMemory } = await import("./prospective-memory-FQSVMCGG.js");
|
|
783
783
|
let sessionScope = null;
|
|
784
784
|
try {
|
|
785
785
|
const { resolveExeSession: resolveExeSession2 } = await import("./lib/tmux-routing.js");
|
|
@@ -1765,7 +1765,7 @@ async function handleSupersede(input) {
|
|
|
1765
1765
|
}
|
|
1766
1766
|
try {
|
|
1767
1767
|
const { getClient: getClient2 } = await import("./lib/database.js");
|
|
1768
|
-
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-
|
|
1768
|
+
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-S5T2YMOR.js");
|
|
1769
1769
|
const { writeMemory: writeMemory2, flushBatch: flushBatch2 } = await import("./lib/store.js");
|
|
1770
1770
|
const { randomUUID: randomUUID2 } = await import("crypto");
|
|
1771
1771
|
const client = getClient2();
|
|
@@ -1818,7 +1818,7 @@ New memory id: ${newId}`
|
|
|
1818
1818
|
}
|
|
1819
1819
|
async function handleResonanceQuery(input) {
|
|
1820
1820
|
try {
|
|
1821
|
-
const { getHotPairs, getCoActivationNeighbors } = await import("./co-activation-
|
|
1821
|
+
const { getHotPairs, getCoActivationNeighbors } = await import("./co-activation-WN25AJOC.js");
|
|
1822
1822
|
const subAction = input.resonance_action ?? "hot_pairs";
|
|
1823
1823
|
const limit = input.limit ?? 20;
|
|
1824
1824
|
if (subAction === "hot_pairs") {
|
|
@@ -1913,7 +1913,7 @@ function registerMemory(server) {
|
|
|
1913
1913
|
return handleResonanceQuery(input);
|
|
1914
1914
|
}
|
|
1915
1915
|
if (action === "update_working_memory" || action === "get_working_memory") {
|
|
1916
|
-
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-
|
|
1916
|
+
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-S5T2YMOR.js");
|
|
1917
1917
|
const { agentId } = getActiveAgent2();
|
|
1918
1918
|
const { readWorkingMemory, writeWorkingMemory, WORKING_MEMORY_MAX_BYTES } = await import("./working-memory-FXHQCJJE.js");
|
|
1919
1919
|
if (action === "get_working_memory") {
|
|
@@ -1930,9 +1930,9 @@ function registerMemory(server) {
|
|
|
1930
1930
|
}
|
|
1931
1931
|
}
|
|
1932
1932
|
if (action === "core_get" || action === "core_set" || action === "core_delete") {
|
|
1933
|
-
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-
|
|
1933
|
+
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-S5T2YMOR.js");
|
|
1934
1934
|
const { agentId } = getActiveAgent2();
|
|
1935
|
-
const { getCoreMemory, setCoreMemory, deleteCoreMemory, formatCoreMemoryBlock } = await import("./core-memory-
|
|
1935
|
+
const { getCoreMemory, setCoreMemory, deleteCoreMemory, formatCoreMemoryBlock } = await import("./core-memory-OC5ITKKV.js");
|
|
1936
1936
|
if (action === "core_get") {
|
|
1937
1937
|
const entries = await getCoreMemory(agentId);
|
|
1938
1938
|
const block = formatCoreMemoryBlock(entries);
|
|
@@ -1984,12 +1984,12 @@ function registerMemory(server) {
|
|
|
1984
1984
|
if (!storeTrigger || !storeTriggerAction) {
|
|
1985
1985
|
return errorResult('memory action "store" with kind="reflex" requires trigger and trigger_action fields');
|
|
1986
1986
|
}
|
|
1987
|
-
const { formatReflexContent, storeReflexBehavior: storeReflexBehavior2 } = await import("./behaviors-
|
|
1987
|
+
const { formatReflexContent, storeReflexBehavior: storeReflexBehavior2 } = await import("./behaviors-47CPEKJ7.js");
|
|
1988
1988
|
const reflexText = formatReflexContent(storeTrigger, storeTriggerAction);
|
|
1989
1989
|
legacyArgs.text ??= reflexText;
|
|
1990
1990
|
legacyArgs.query ??= reflexText;
|
|
1991
1991
|
try {
|
|
1992
|
-
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-
|
|
1992
|
+
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-S5T2YMOR.js");
|
|
1993
1993
|
const { getProjectName: getProjectName2 } = await import("./project-name-EWG5KAZP.js");
|
|
1994
1994
|
const agent = getActiveAgent2();
|
|
1995
1995
|
const behaviorId = await storeReflexBehavior2({
|
|
@@ -2345,7 +2345,7 @@ function registerCloseTask(server) {
|
|
|
2345
2345
|
async ({ task_id, result: result3, status: status2 }) => {
|
|
2346
2346
|
const agent = getActiveAgent();
|
|
2347
2347
|
try {
|
|
2348
|
-
const { StewardGate: StewardGate2 } = await import("./steward-gate-
|
|
2348
|
+
const { StewardGate: StewardGate2 } = await import("./steward-gate-6NWRDLX2.js");
|
|
2349
2349
|
const steward = new StewardGate2();
|
|
2350
2350
|
const gateDecision = await steward.checkAuthority(agent.agentId || "unknown", "close_task", task_id);
|
|
2351
2351
|
if (!gateDecision.allowed) {
|
|
@@ -2526,8 +2526,8 @@ ${preflightWarnings.join("\n")}`;
|
|
|
2526
2526
|
if (mergeNote) text5 += mergeNote;
|
|
2527
2527
|
if (status2 === "closed" && assignee) {
|
|
2528
2528
|
try {
|
|
2529
|
-
const { cleanupAgentWorktree } = await import("./worktree-sweep-
|
|
2530
|
-
const { getGitRoot } = await import("./worktree-
|
|
2529
|
+
const { cleanupAgentWorktree } = await import("./worktree-sweep-K3CJFSUL.js");
|
|
2530
|
+
const { getGitRoot } = await import("./worktree-2CXY6NEB.js");
|
|
2531
2531
|
const repoRoot = getGitRoot(baseDir);
|
|
2532
2532
|
if (repoRoot) {
|
|
2533
2533
|
const cleanupNotes = cleanupAgentWorktree(repoRoot, assignee);
|
|
@@ -2576,8 +2576,8 @@ ${preflightWarnings.join("\n")}`;
|
|
|
2576
2576
|
} catch {
|
|
2577
2577
|
}
|
|
2578
2578
|
try {
|
|
2579
|
-
const { cleanupAgentWorktree } = await import("./worktree-sweep-
|
|
2580
|
-
const { getGitRoot } = await import("./worktree-
|
|
2579
|
+
const { cleanupAgentWorktree } = await import("./worktree-sweep-K3CJFSUL.js");
|
|
2580
|
+
const { getGitRoot } = await import("./worktree-2CXY6NEB.js");
|
|
2581
2581
|
const root = getGitRoot(_baseDir);
|
|
2582
2582
|
if (root) {
|
|
2583
2583
|
const notes = cleanupAgentWorktree(root, _assignee);
|
|
@@ -2680,7 +2680,7 @@ function registerResumeEmployee(server) {
|
|
|
2680
2680
|
},
|
|
2681
2681
|
async ({ agent_id, project_name }) => {
|
|
2682
2682
|
if (!isInitialized()) {
|
|
2683
|
-
const { fastDbInit: fastDbInit2 } = await import("./fast-db-init-
|
|
2683
|
+
const { fastDbInit: fastDbInit2 } = await import("./fast-db-init-KNJRL7T3.js");
|
|
2684
2684
|
await fastDbInit2();
|
|
2685
2685
|
}
|
|
2686
2686
|
const client = getClient();
|
|
@@ -2706,7 +2706,7 @@ function registerResumeEmployee(server) {
|
|
|
2706
2706
|
};
|
|
2707
2707
|
}
|
|
2708
2708
|
try {
|
|
2709
|
-
const { isTmuxSessionAlive } = await import("./tasks-crud-
|
|
2709
|
+
const { isTmuxSessionAlive } = await import("./tasks-crud-24HMTULR.js");
|
|
2710
2710
|
const now = (/* @__PURE__ */ new Date()).toISOString();
|
|
2711
2711
|
for (const row of openTasks.rows) {
|
|
2712
2712
|
const status2 = String(row.status);
|
|
@@ -2734,7 +2734,7 @@ function registerResumeEmployee(server) {
|
|
|
2734
2734
|
}
|
|
2735
2735
|
let checkpointInfo = "";
|
|
2736
2736
|
try {
|
|
2737
|
-
const { readLatestCheckpoint } = await import("./tasks-crud-
|
|
2737
|
+
const { readLatestCheckpoint } = await import("./tasks-crud-24HMTULR.js");
|
|
2738
2738
|
const checkpoint = await readLatestCheckpoint(agent_id);
|
|
2739
2739
|
if (checkpoint) {
|
|
2740
2740
|
const filesTouched = checkpoint.files_touched?.length > 0 ? checkpoint.files_touched.join(", ") : "none";
|
|
@@ -3133,7 +3133,7 @@ function registerTask(server) {
|
|
|
3133
3133
|
const missing2 = missingRequiredFields2(args, REQUIRED_FIELDS2.create_group);
|
|
3134
3134
|
if (missing2.length > 0) return errorResult2(`task action "create_group" missing required field(s): ${missing2.join(", ")}`);
|
|
3135
3135
|
try {
|
|
3136
|
-
const { createTaskGroup } = await import("./tasks-crud-
|
|
3136
|
+
const { createTaskGroup } = await import("./tasks-crud-24HMTULR.js");
|
|
3137
3137
|
const group = await createTaskGroup({
|
|
3138
3138
|
title: args.title,
|
|
3139
3139
|
coordinator: args.coordinator,
|
|
@@ -3152,7 +3152,7 @@ function registerTask(server) {
|
|
|
3152
3152
|
const missing2 = missingRequiredFields2(args, REQUIRED_FIELDS2.group_status);
|
|
3153
3153
|
if (missing2.length > 0) return errorResult2(`task action "group_status" missing required field(s): ${missing2.join(", ")}`);
|
|
3154
3154
|
try {
|
|
3155
|
-
const { getGroupStatus } = await import("./tasks-crud-
|
|
3155
|
+
const { getGroupStatus } = await import("./tasks-crud-24HMTULR.js");
|
|
3156
3156
|
const status2 = await getGroupStatus(args.group_id);
|
|
3157
3157
|
return { content: [{ type: "text", text: JSON.stringify(status2, null, 2) }] };
|
|
3158
3158
|
} catch (err) {
|
|
@@ -3164,7 +3164,7 @@ function registerTask(server) {
|
|
|
3164
3164
|
const missing2 = missingRequiredFields2(args, REQUIRED_FIELDS2.group_results);
|
|
3165
3165
|
if (missing2.length > 0) return errorResult2(`task action "group_results" missing required field(s): ${missing2.join(", ")}`);
|
|
3166
3166
|
try {
|
|
3167
|
-
const { getGroupResults } = await import("./tasks-crud-
|
|
3167
|
+
const { getGroupResults } = await import("./tasks-crud-24HMTULR.js");
|
|
3168
3168
|
const results = await getGroupResults(args.group_id);
|
|
3169
3169
|
return { content: [{ type: "text", text: JSON.stringify(results, null, 2) }] };
|
|
3170
3170
|
} catch (err) {
|
|
@@ -3415,7 +3415,7 @@ function registerMessage(server) {
|
|
|
3415
3415
|
if (msgType && msgPayload) {
|
|
3416
3416
|
try {
|
|
3417
3417
|
const { buildTypedMessage, serializeMessage } = await import("./typed-messages-TKDGVPHS.js");
|
|
3418
|
-
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-
|
|
3418
|
+
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-S5T2YMOR.js");
|
|
3419
3419
|
const { sendMessage } = await import("./lib/messaging.js");
|
|
3420
3420
|
const { agentId } = getActiveAgent2();
|
|
3421
3421
|
const envelope = buildTypedMessage({
|
|
@@ -3449,7 +3449,7 @@ ID: ${msg.id}`
|
|
|
3449
3449
|
if (action === "read") {
|
|
3450
3450
|
try {
|
|
3451
3451
|
const { getPendingMessages } = await import("./lib/messaging.js");
|
|
3452
|
-
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-
|
|
3452
|
+
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-S5T2YMOR.js");
|
|
3453
3453
|
const { agentId } = getActiveAgent2();
|
|
3454
3454
|
const messages = await getPendingMessages(agentId);
|
|
3455
3455
|
if (messages.length === 0) {
|
|
@@ -3980,7 +3980,7 @@ async function ingestDocument(input) {
|
|
|
3980
3980
|
await client.batch([documentStmt, ...chunkStmts], "write");
|
|
3981
3981
|
const embedded = vectors.filter((v) => v !== null).length;
|
|
3982
3982
|
const originalTexts = input.chunks.map((c) => c.text);
|
|
3983
|
-
import("./doc-graph-extractor-
|
|
3983
|
+
import("./doc-graph-extractor-APZS3DFD.js").then(
|
|
3984
3984
|
({ extractAndStoreDocumentGraph }) => extractAndStoreDocumentGraph(documentId, originalTexts)
|
|
3985
3985
|
).catch((err) => {
|
|
3986
3986
|
process.stderr.write(
|
|
@@ -4073,8 +4073,8 @@ function registerIngestDocument(server) {
|
|
|
4073
4073
|
},
|
|
4074
4074
|
async (input) => {
|
|
4075
4075
|
try {
|
|
4076
|
-
const { assertFeature: assertFeature2 } = await import("./plan-limits-
|
|
4077
|
-
const { assertMemoryLimit: assertMemoryLimit2 } = await import("./plan-limits-
|
|
4076
|
+
const { assertFeature: assertFeature2 } = await import("./plan-limits-SH2NDFNX.js");
|
|
4077
|
+
const { assertMemoryLimit: assertMemoryLimit2 } = await import("./plan-limits-SH2NDFNX.js");
|
|
4078
4078
|
await assertFeature2("wiki");
|
|
4079
4079
|
await assertMemoryLimit2();
|
|
4080
4080
|
const result3 = await ingestDocument(input);
|
|
@@ -4145,8 +4145,8 @@ function registerPurgeDocument(server) {
|
|
|
4145
4145
|
},
|
|
4146
4146
|
async ({ document_id }) => {
|
|
4147
4147
|
try {
|
|
4148
|
-
const { StewardGate: StewardGate2 } = await import("./steward-gate-
|
|
4149
|
-
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-
|
|
4148
|
+
const { StewardGate: StewardGate2 } = await import("./steward-gate-6NWRDLX2.js");
|
|
4149
|
+
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-S5T2YMOR.js");
|
|
4150
4150
|
const steward = new StewardGate2();
|
|
4151
4151
|
const agent = getActiveAgent2();
|
|
4152
4152
|
const gateDecision = await steward.checkAuthority(agent.agentId || "unknown", "purge_document", document_id);
|
|
@@ -5322,7 +5322,7 @@ async function handleTrigger(limit) {
|
|
|
5322
5322
|
if (rows.rows.length === 0) {
|
|
5323
5323
|
return text3("No conversations found to re-process.");
|
|
5324
5324
|
}
|
|
5325
|
-
const { ingest } = await import("./pipeline-router-
|
|
5325
|
+
const { ingest } = await import("./pipeline-router-5CRWKESM.js");
|
|
5326
5326
|
const results = [];
|
|
5327
5327
|
for (const row of rows.rows) {
|
|
5328
5328
|
const r = row;
|
|
@@ -5953,8 +5953,8 @@ function registerMergeEntities(server) {
|
|
|
5953
5953
|
},
|
|
5954
5954
|
async ({ source_name, source_type, target_name, target_type }) => {
|
|
5955
5955
|
try {
|
|
5956
|
-
const { StewardGate: StewardGate2 } = await import("./steward-gate-
|
|
5957
|
-
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-
|
|
5956
|
+
const { StewardGate: StewardGate2 } = await import("./steward-gate-6NWRDLX2.js");
|
|
5957
|
+
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-S5T2YMOR.js");
|
|
5958
5958
|
const steward = new StewardGate2();
|
|
5959
5959
|
const agent = getActiveAgent2();
|
|
5960
5960
|
const gateDecision = await steward.checkAuthority(agent.agentId || "unknown", "merge_entities", `${source_name}\u2192${target_name}`);
|
|
@@ -6152,7 +6152,7 @@ async function handleExtractFromDocument(args) {
|
|
|
6152
6152
|
return errorResult7('graph action "extract_from_document" requires document_id');
|
|
6153
6153
|
}
|
|
6154
6154
|
try {
|
|
6155
|
-
const { extractGraphFromExistingDocument } = await import("./doc-graph-extractor-
|
|
6155
|
+
const { extractGraphFromExistingDocument } = await import("./doc-graph-extractor-APZS3DFD.js");
|
|
6156
6156
|
const result3 = await extractGraphFromExistingDocument(documentId);
|
|
6157
6157
|
const lines = [
|
|
6158
6158
|
`## Graph Extraction for Document ${documentId}`,
|
|
@@ -6933,7 +6933,7 @@ async function getAgentSessionLoad() {
|
|
|
6933
6933
|
return { sessions: [], totalLive: 0, busySessions: 0, idleSessions: 0 };
|
|
6934
6934
|
}
|
|
6935
6935
|
const { getClient: getClient2 } = await import("./lib/database.js");
|
|
6936
|
-
const { sessionScopeFilter: sessionScopeFilter2 } = await import("./task-scope-
|
|
6936
|
+
const { sessionScopeFilter: sessionScopeFilter2 } = await import("./task-scope-P5STKYAC.js");
|
|
6937
6937
|
const client = getClient2();
|
|
6938
6938
|
const scope = sessionScopeFilter2();
|
|
6939
6939
|
for (const s of liveAgentSessions) {
|
|
@@ -7060,7 +7060,7 @@ ${mode} Applying repairs...
|
|
|
7060
7060
|
`];
|
|
7061
7061
|
if (!isDryRun) {
|
|
7062
7062
|
try {
|
|
7063
|
-
const { createBackup: createBackup2 } = await import("./db-backup-
|
|
7063
|
+
const { createBackup: createBackup2 } = await import("./db-backup-EORG4LBO.js");
|
|
7064
7064
|
const backupPath = await createBackup2("pre-fix");
|
|
7065
7065
|
if (backupPath) {
|
|
7066
7066
|
fixLog.push(` Backup created: ${backupPath.split("/").pop()}`);
|
|
@@ -7299,7 +7299,7 @@ async function cloudStatusText() {
|
|
|
7299
7299
|
if (lastReuploadedAt) lines.push(`- Last re-upload: ${lastReuploadedAt}`);
|
|
7300
7300
|
lines.push("");
|
|
7301
7301
|
try {
|
|
7302
|
-
const { getRetrievalHealth: getRetrievalHealth2, formatDegradations: formatDegradations2 } = await import("./retrieval-health-
|
|
7302
|
+
const { getRetrievalHealth: getRetrievalHealth2, formatDegradations: formatDegradations2 } = await import("./retrieval-health-PNWJSJNG.js");
|
|
7303
7303
|
const h = await getRetrievalHealth2();
|
|
7304
7304
|
lines.push(formatDegradations2(h.degradations, "Health / Degradations"));
|
|
7305
7305
|
lines.push("");
|
|
@@ -8627,7 +8627,7 @@ function registerCreateTrigger(server) {
|
|
|
8627
8627
|
}
|
|
8628
8628
|
},
|
|
8629
8629
|
async ({ name, event, conditions, actions, project, enabled, schedule, query }) => {
|
|
8630
|
-
const { assertFeature: assertFeature2 } = await import("./plan-limits-
|
|
8630
|
+
const { assertFeature: assertFeature2 } = await import("./plan-limits-SH2NDFNX.js");
|
|
8631
8631
|
const gatedActions = {
|
|
8632
8632
|
send_whatsapp: "external_agents",
|
|
8633
8633
|
update_wiki: "wiki"
|
|
@@ -9593,8 +9593,8 @@ function buildHandlers5() {
|
|
|
9593
9593
|
}
|
|
9594
9594
|
async function handleDreaming(action, args) {
|
|
9595
9595
|
try {
|
|
9596
|
-
const { DreamingEngine: DreamingEngine2 } = await import("./dreaming-
|
|
9597
|
-
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-
|
|
9596
|
+
const { DreamingEngine: DreamingEngine2 } = await import("./dreaming-Q4E3WBGY.js");
|
|
9597
|
+
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-S5T2YMOR.js");
|
|
9598
9598
|
const { getClient: getClient2 } = await import("./lib/database.js");
|
|
9599
9599
|
const agentId = args.agent_id ?? getActiveAgent2().agentId;
|
|
9600
9600
|
if (action === "dreaming_run") {
|
|
@@ -9750,8 +9750,8 @@ function registerConfig(server) {
|
|
|
9750
9750
|
}
|
|
9751
9751
|
if (action === "closeout") {
|
|
9752
9752
|
try {
|
|
9753
|
-
const { DreamingEngine: DreamingEngine2 } = await import("./dreaming-
|
|
9754
|
-
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-
|
|
9753
|
+
const { DreamingEngine: DreamingEngine2 } = await import("./dreaming-Q4E3WBGY.js");
|
|
9754
|
+
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-S5T2YMOR.js");
|
|
9755
9755
|
const { writeMemory: writeMemory2, flushBatch: flushBatch2 } = await import("./lib/store.js");
|
|
9756
9756
|
const { randomUUID: randomUUID2 } = await import("crypto");
|
|
9757
9757
|
const { getProjectName: getProjectName2 } = await import("./project-name-EWG5KAZP.js");
|
|
@@ -9822,7 +9822,7 @@ function registerConfig(server) {
|
|
|
9822
9822
|
}
|
|
9823
9823
|
if (action === "capability_cards") {
|
|
9824
9824
|
try {
|
|
9825
|
-
const { getAllCapabilityCards, findAgentForTask } = await import("./capability-cards-
|
|
9825
|
+
const { getAllCapabilityCards, findAgentForTask } = await import("./capability-cards-WQVY7WSS.js");
|
|
9826
9826
|
const cards = getAllCapabilityCards();
|
|
9827
9827
|
const taskQuery = args.query;
|
|
9828
9828
|
if (taskQuery) {
|
|
@@ -9873,7 +9873,7 @@ function registerConfig(server) {
|
|
|
9873
9873
|
const existing = loadEmployeesSync2();
|
|
9874
9874
|
if (existing.some((e) => e.name === employeeName)) return errorResult8(`Employee "${employeeName}" already exists.`);
|
|
9875
9875
|
try {
|
|
9876
|
-
const { assertEmployeeLimit: assertEmployeeLimit2 } = await import("./plan-limits-
|
|
9876
|
+
const { assertEmployeeLimit: assertEmployeeLimit2 } = await import("./plan-limits-SH2NDFNX.js");
|
|
9877
9877
|
await assertEmployeeLimit2();
|
|
9878
9878
|
} catch (e) {
|
|
9879
9879
|
return errorResult8(e instanceof Error ? e.message : "Employee limit reached.");
|
|
@@ -9914,7 +9914,7 @@ You are ${employeeName}. Role: ${role}.`, "utf-8");
|
|
|
9914
9914
|
}
|
|
9915
9915
|
try {
|
|
9916
9916
|
const { generateSessionWrappers } = await import("./lib/session-wrappers.js");
|
|
9917
|
-
const { resolvePackageRoot } = await import("./installer-
|
|
9917
|
+
const { resolvePackageRoot } = await import("./installer-PSDYMGN7.js");
|
|
9918
9918
|
generateSessionWrappers(resolvePackageRoot());
|
|
9919
9919
|
} catch {
|
|
9920
9920
|
}
|
|
@@ -10001,7 +10001,7 @@ function registerListWikiPages(server) {
|
|
|
10001
10001
|
}
|
|
10002
10002
|
},
|
|
10003
10003
|
async ({ workspace, folder }) => {
|
|
10004
|
-
const { assertFeature: assertFeature2 } = await import("./plan-limits-
|
|
10004
|
+
const { assertFeature: assertFeature2 } = await import("./plan-limits-SH2NDFNX.js");
|
|
10005
10005
|
await assertFeature2("wiki");
|
|
10006
10006
|
const apiUrl = process.env.EXE_WIKI_API_URL;
|
|
10007
10007
|
const apiKey = process.env.EXE_WIKI_API_KEY;
|
|
@@ -10101,7 +10101,7 @@ function registerGetWikiPage(server) {
|
|
|
10101
10101
|
}
|
|
10102
10102
|
},
|
|
10103
10103
|
async ({ workspace, document_id, title }) => {
|
|
10104
|
-
const { assertFeature: assertFeature2 } = await import("./plan-limits-
|
|
10104
|
+
const { assertFeature: assertFeature2 } = await import("./plan-limits-SH2NDFNX.js");
|
|
10105
10105
|
await assertFeature2("wiki");
|
|
10106
10106
|
const apiUrl = process.env.EXE_WIKI_API_URL;
|
|
10107
10107
|
const apiKey = process.env.EXE_WIKI_API_KEY;
|
|
@@ -10295,10 +10295,10 @@ async function handleWikiSearch(input) {
|
|
|
10295
10295
|
const userId = input.user_id;
|
|
10296
10296
|
if (!workspace) return errorResult9('wiki action "search" requires workspace');
|
|
10297
10297
|
if (!query) return errorResult9('wiki action "search" requires query');
|
|
10298
|
-
const { assertFeature: assertFeature2 } = await import("./plan-limits-
|
|
10298
|
+
const { assertFeature: assertFeature2 } = await import("./plan-limits-SH2NDFNX.js");
|
|
10299
10299
|
await assertFeature2("wiki");
|
|
10300
10300
|
if (userId) {
|
|
10301
|
-
const { checkWikiAccess } = await import("./wiki-acl-
|
|
10301
|
+
const { checkWikiAccess } = await import("./wiki-acl-CONNF6ES.js");
|
|
10302
10302
|
const { allowed } = await checkWikiAccess(String(userId), String(workspace), "read");
|
|
10303
10303
|
if (!allowed) {
|
|
10304
10304
|
return errorResult9(`Access denied: user "${userId}" does not have read access to workspace "${workspace}"`);
|
|
@@ -10401,7 +10401,7 @@ function registerWiki(server) {
|
|
|
10401
10401
|
return errorResult9('wiki action "document_rerank" requires at least one candidate');
|
|
10402
10402
|
}
|
|
10403
10403
|
if (user_id && legacyArgs.workspace) {
|
|
10404
|
-
const { checkWikiAccess } = await import("./wiki-acl-
|
|
10404
|
+
const { checkWikiAccess } = await import("./wiki-acl-CONNF6ES.js");
|
|
10405
10405
|
const { allowed } = await checkWikiAccess(
|
|
10406
10406
|
String(user_id),
|
|
10407
10407
|
String(legacyArgs.workspace),
|
|
@@ -10716,7 +10716,7 @@ Use /exe-forget to remove any that this supersedes.`;
|
|
|
10716
10716
|
}]
|
|
10717
10717
|
};
|
|
10718
10718
|
}
|
|
10719
|
-
const { bulkPurgeGhostBehaviors } = await import("./behaviors-
|
|
10719
|
+
const { bulkPurgeGhostBehaviors } = await import("./behaviors-47CPEKJ7.js");
|
|
10720
10720
|
const res = await bulkPurgeGhostBehaviors({ batchSize: 5e3, vacuum: true });
|
|
10721
10721
|
return {
|
|
10722
10722
|
content: [{
|
|
@@ -10827,7 +10827,7 @@ Use /exe-forget to remove any that this supersedes.`;
|
|
|
10827
10827
|
return { content: [{ type: "text", text: `Behavior not found: ${behavior_id}` }], isError: true };
|
|
10828
10828
|
}
|
|
10829
10829
|
const row2 = result4.rows[0];
|
|
10830
|
-
const { reactivateBehavior: reactivateBehavior2 } = await import("./behaviors-
|
|
10830
|
+
const { reactivateBehavior: reactivateBehavior2 } = await import("./behaviors-47CPEKJ7.js");
|
|
10831
10831
|
const wasReactivated = await reactivateBehavior2(behavior_id);
|
|
10832
10832
|
if (!wasReactivated) {
|
|
10833
10833
|
return { content: [{ type: "text", text: `Behavior ${behavior_id} is already active.` }] };
|
|
@@ -11348,7 +11348,7 @@ function registerWorkflowTool(server) {
|
|
|
11348
11348
|
getWorkflowInstance,
|
|
11349
11349
|
listWorkflowInstances,
|
|
11350
11350
|
approveWorkflowStep
|
|
11351
|
-
} = await import("./workflow-engine-
|
|
11351
|
+
} = await import("./workflow-engine-4W2KYCDV.js");
|
|
11352
11352
|
try {
|
|
11353
11353
|
switch (input.action) {
|
|
11354
11354
|
case "create_workflow": {
|
|
@@ -11632,7 +11632,7 @@ function registerCreateBugReport(server) {
|
|
|
11632
11632
|
const version = package_version ?? "unknown";
|
|
11633
11633
|
let metricsSnapshot = "";
|
|
11634
11634
|
try {
|
|
11635
|
-
const { getOrchestrationMetrics, formatOrchestrationMetrics } = await import("./orchestration-events-
|
|
11635
|
+
const { getOrchestrationMetrics, formatOrchestrationMetrics } = await import("./orchestration-events-PZLLPCKY.js");
|
|
11636
11636
|
const sinceIso = new Date(Date.now() - 60 * 60 * 1e3).toISOString();
|
|
11637
11637
|
const metrics = await getOrchestrationMetrics({ sinceIso });
|
|
11638
11638
|
if (metrics.totalEvents > 0) {
|
|
@@ -12890,7 +12890,7 @@ function registerCliParityTools(server) {
|
|
|
12890
12890
|
const out = await runCommand("exe-os", ["cloud", "status"], 45e3);
|
|
12891
12891
|
let healthSection = "";
|
|
12892
12892
|
try {
|
|
12893
|
-
const { getRetrievalHealth: getRetrievalHealth2, formatDegradations: formatDegradations2 } = await import("./retrieval-health-
|
|
12893
|
+
const { getRetrievalHealth: getRetrievalHealth2, formatDegradations: formatDegradations2 } = await import("./retrieval-health-PNWJSJNG.js");
|
|
12894
12894
|
const h = await getRetrievalHealth2();
|
|
12895
12895
|
const lines = [
|
|
12896
12896
|
"",
|
|
@@ -12958,7 +12958,7 @@ function registerCodeContext(server) {
|
|
|
12958
12958
|
const index = buildCodeContextIndex(opts);
|
|
12959
12959
|
let graphExtract;
|
|
12960
12960
|
try {
|
|
12961
|
-
const { autoExtractGraphEntities } = await import("./graph-auto-extract-
|
|
12961
|
+
const { autoExtractGraphEntities } = await import("./graph-auto-extract-J2TIWZEE.js");
|
|
12962
12962
|
graphExtract = await autoExtractGraphEntities(opts.projectRoot);
|
|
12963
12963
|
} catch {
|
|
12964
12964
|
}
|
|
@@ -13983,7 +13983,7 @@ async function handleMergeAgentMemories(input) {
|
|
|
13983
13983
|
}
|
|
13984
13984
|
async function handleSpawnFailures() {
|
|
13985
13985
|
try {
|
|
13986
|
-
const { getOrchestrationMetrics } = await import("./orchestration-events-
|
|
13986
|
+
const { getOrchestrationMetrics } = await import("./orchestration-events-PZLLPCKY.js");
|
|
13987
13987
|
const metrics = await getOrchestrationMetrics();
|
|
13988
13988
|
const c = metrics.counts;
|
|
13989
13989
|
const attempted = c.tmuxSpawnAttempted;
|
|
@@ -14085,7 +14085,7 @@ async function handleOrchestrationHealth() {
|
|
|
14085
14085
|
async function handleWorkMap() {
|
|
14086
14086
|
try {
|
|
14087
14087
|
const { getAgentLivenessReport } = await import("./agent-heartbeat-I5UPGXAU.js");
|
|
14088
|
-
const { classifyRole } = await import("./session-kill-telemetry-
|
|
14088
|
+
const { classifyRole } = await import("./session-kill-telemetry-3HGM7SNQ.js");
|
|
14089
14089
|
const { buildSessionDeathSummary } = await import("./orchestration-health-read-EJWVUARG.js");
|
|
14090
14090
|
const { getPaneCwd } = await import("./lib/tmux-status.js");
|
|
14091
14091
|
const live = getAgentLivenessReport();
|
|
@@ -14220,7 +14220,7 @@ async function handleDrift(input) {
|
|
|
14220
14220
|
}
|
|
14221
14221
|
async function handleSteward(action, input) {
|
|
14222
14222
|
const gate = new StewardGate();
|
|
14223
|
-
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-
|
|
14223
|
+
const { getActiveAgent: getActiveAgent2 } = await import("./active-agent-S5T2YMOR.js");
|
|
14224
14224
|
const inputAgent = input.agent_id;
|
|
14225
14225
|
const operation = input.operation;
|
|
14226
14226
|
const target = input.target;
|
|
@@ -14518,7 +14518,7 @@ function registerResonance(server) {
|
|
|
14518
14518
|
}
|
|
14519
14519
|
}, async ({ action, memory_id, entity_id, limit }) => {
|
|
14520
14520
|
try {
|
|
14521
|
-
const { getHotPairs, getCoActivationNeighbors } = await import("./co-activation-
|
|
14521
|
+
const { getHotPairs, getCoActivationNeighbors } = await import("./co-activation-WN25AJOC.js");
|
|
14522
14522
|
if (action === "hot_pairs") {
|
|
14523
14523
|
const pairs = await getHotPairs(limit ?? 20);
|
|
14524
14524
|
if (pairs.length === 0) return text4("No co-activation data yet. Pairs are recorded as memories are accessed together in searches.");
|
|
@@ -14761,7 +14761,16 @@ function registerAllTools(server, license, hasKey) {
|
|
|
14761
14761
|
if (!isToolAllowed(name)) return;
|
|
14762
14762
|
if (hasKey === false && !ALWAYS_ALLOWED.has(name)) return;
|
|
14763
14763
|
if (license && !isToolAllowedForPlan(name, license.plan)) return;
|
|
14764
|
-
|
|
14764
|
+
try {
|
|
14765
|
+
fn(server);
|
|
14766
|
+
} catch (err) {
|
|
14767
|
+
const msg = err instanceof Error ? `${err.message}
|
|
14768
|
+
${err.stack ?? ""}` : String(err);
|
|
14769
|
+
process.stderr.write(
|
|
14770
|
+
`[register-tools] ERROR: tool registration "${name}" threw and was SKIPPED \u2014 this tool will be UNAVAILABLE for this daemon lifetime: ${msg}
|
|
14771
|
+
`
|
|
14772
|
+
);
|
|
14773
|
+
}
|
|
14765
14774
|
};
|
|
14766
14775
|
const mcpToolSurface = process.env.EXE_MCP_TOOL_SURFACE ?? "consolidated";
|
|
14767
14776
|
const exposeConsolidatedTasks = mcpToolSurface === "both" || mcpToolSurface === "consolidated";
|