@askexenow/exe-os 0.9.227 → 0.9.229
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/dist/active-agent-GJDG4CAW.js +24 -0
- package/dist/active-agent-WOP3ZHLN.js +25 -0
- package/dist/agent-context-ZPDQOAD2.js +9 -0
- package/dist/agent-heartbeat-AWTVGE4C.js +60 -0
- package/dist/agent-loop-7UM2ENGU.js +10 -0
- package/dist/agentic-ontology-ASORFII6.js +25 -0
- package/dist/asana-JN2UF47A.js +129 -0
- package/dist/assets/ghostty.conf +83 -0
- package/dist/assets/statusline-command.sh +44 -0
- package/dist/assets/tmux.conf +56 -0
- package/dist/assets/wezterm.lua +68 -0
- package/dist/backfill-metadata-JRWUECUS.js +596 -0
- package/dist/background-jobs-VTOMOTNA.js +25 -0
- package/dist/bash-XA65M6T6.js +8 -0
- package/dist/behaviors-36T3O2DC.js +24 -0
- package/dist/bin/age-ontology-load.js +85 -0
- package/dist/bin/agentic-ontology-backfill.js +84 -0
- package/dist/bin/agentic-reflection-backfill.js +45 -0
- package/dist/bin/agentic-semantic-label.js +193 -0
- package/dist/bin/backfill-conversations.js +399 -0
- package/dist/bin/backfill-responses.js +227 -0
- package/dist/bin/backfill-vectors.js +149 -0
- package/dist/bin/bulk-sync-postgres.js +92 -0
- package/dist/bin/cc-doctor.js +51 -0
- package/dist/bin/cleanup-stale-review-tasks.js +139 -0
- package/dist/bin/cli.js +1076 -0
- package/dist/bin/customer-readiness.js +389 -0
- package/dist/bin/deferred-daemon-restart.js +123 -0
- package/dist/bin/exe-agent-config.js +87 -0
- package/dist/bin/exe-agent.js +190 -0
- package/dist/bin/exe-assign.js +93 -0
- package/dist/bin/exe-boot.js +1114 -0
- package/dist/bin/exe-call.js +127 -0
- package/dist/bin/exe-cloud.js +484 -0
- package/dist/bin/exe-dispatch.js +72 -0
- package/dist/bin/exe-doctor.js +48 -0
- package/dist/bin/exe-export-behaviors.js +48 -0
- package/dist/bin/exe-forget.js +204 -0
- package/dist/bin/exe-gateway.js +1137 -0
- package/dist/bin/exe-healthcheck.js +14 -0
- package/dist/bin/exe-heartbeat.js +233 -0
- package/dist/bin/exe-kill.js +126 -0
- package/dist/bin/exe-launch-agent.js +678 -0
- package/dist/bin/exe-new-employee.js +160 -0
- package/dist/bin/exe-pending-messages.js +60 -0
- package/dist/bin/exe-pending-notifications.js +107 -0
- package/dist/bin/exe-pending-reviews.js +81 -0
- package/dist/bin/exe-rename.js +219 -0
- package/dist/bin/exe-repo-drift.js +95 -0
- package/dist/bin/exe-review.js +251 -0
- package/dist/bin/exe-search.js +65 -0
- package/dist/bin/exe-session-cleanup.js +331 -0
- package/dist/bin/exe-settings.js +364 -0
- package/dist/bin/exe-start-codex.js +404 -0
- package/dist/bin/exe-start-opencode.js +233 -0
- package/dist/bin/exe-start.sh +194 -0
- package/dist/bin/exe-status.js +34 -0
- package/dist/bin/exe-support.js +17 -0
- package/dist/bin/exe-team.js +83 -0
- package/dist/bin/generate-hook-manifest.js +30 -0
- package/dist/bin/git-sweep.js +74 -0
- package/dist/bin/graph-backfill.js +78 -0
- package/dist/bin/graph-export.js +66 -0
- package/dist/bin/graph-layer-benchmark.js +113 -0
- package/dist/bin/import-history.js +84 -0
- package/dist/bin/install-launchd.js +41 -0
- package/dist/bin/install.js +422 -0
- package/dist/bin/intercom-check.js +137 -0
- package/dist/bin/list-providers.js +128 -0
- package/dist/bin/mcp-sessions.js +194 -0
- package/dist/bin/orchestration-metrics.js +61 -0
- package/dist/bin/postgres-agentic-reflection-backfill.js +123 -0
- package/dist/bin/postgres-agentic-semantic-backfill.js +126 -0
- package/dist/bin/pre-build-guard.js +98 -0
- package/dist/bin/pre-publish.js +224 -0
- package/dist/bin/registry-proxy.js +44 -0
- package/dist/bin/scan-tasks.js +265 -0
- package/dist/bin/setup.js +19 -0
- package/dist/bin/shard-migrate.js +162 -0
- package/dist/bin/stack-update.js +372 -0
- package/dist/bin/update.js +354 -0
- package/dist/bin/verify-stack.js +389 -0
- package/dist/bin/vps-backup.js +170 -0
- package/dist/bin/vps-health-gate.js +232 -0
- package/dist/branding-I2TDZFUH.js +97 -0
- package/dist/browser-sanitizer-MRSSEJZE.js +229 -0
- package/dist/browser-session-store-RF45DSJR.js +232 -0
- package/dist/capacity-monitor-HZPAFQZH.js +48 -0
- package/dist/catchup-brief-CDG4KD5Y.js +150 -0
- package/dist/chunk-26PUEPOY.js +290 -0
- package/dist/chunk-2VZ6SY2R.js +142 -0
- package/dist/chunk-36DAY227.js +297 -0
- package/dist/chunk-3A5BZETG.js +463 -0
- package/dist/chunk-3DQ3IPPO.js +50 -0
- package/dist/chunk-3JP3FY33.js +258 -0
- package/dist/chunk-3MK3R5E6.js +85 -0
- package/dist/chunk-46SQTBQW.js +207 -0
- package/dist/chunk-4JERP7NT.js +132 -0
- package/dist/chunk-557C2IGL.js +0 -0
- package/dist/chunk-5BS5ELMC.js +85 -0
- package/dist/chunk-5NFBE376.js +391 -0
- package/dist/chunk-6A7P74QV.js +53 -0
- package/dist/chunk-6KFICEAT.js +20 -0
- package/dist/chunk-6MP5NOOR.js +151 -0
- package/dist/chunk-6Y4B3QF6.js +19 -0
- package/dist/chunk-7BPKHR4O.js +171 -0
- package/dist/chunk-7DNX45WB.js +244 -0
- package/dist/chunk-7EZCYO76.js +128 -0
- package/dist/chunk-7NNXBDOO.js +541 -0
- package/dist/chunk-ADJXHBEU.js +667 -0
- package/dist/chunk-AHMUF6RO.js +147 -0
- package/dist/chunk-AJWFPKQS.js +573 -0
- package/dist/chunk-AVE2B4DQ.js +140 -0
- package/dist/chunk-AZSCW64F.js +190 -0
- package/dist/chunk-BZAQ4UG7.js +614 -0
- package/dist/chunk-CHCA3ZM2.js +167 -0
- package/dist/chunk-CHT3THVG.js +240 -0
- package/dist/chunk-CLGB3FGL.js +48 -0
- package/dist/chunk-CQDSTBKT.js +1919 -0
- package/dist/chunk-CTFKTUYN.js +627 -0
- package/dist/chunk-CVYC6DUW.js +78 -0
- package/dist/chunk-CX6GL3ZJ.js +274 -0
- package/dist/chunk-D4IVTUNN.js +377 -0
- package/dist/chunk-DGOGCPYU.js +390 -0
- package/dist/chunk-DKRTWILB.js +81 -0
- package/dist/chunk-DLXTKVBO.js +183 -0
- package/dist/chunk-E6ORBQHP.js +225 -0
- package/dist/chunk-ECGTESAP.js +236 -0
- package/dist/chunk-ECQBG62Y.js +363 -0
- package/dist/chunk-ECSNSHZ7.js +431 -0
- package/dist/chunk-EEAKFEEA.js +221 -0
- package/dist/chunk-EGWPJQRQ.js +159 -0
- package/dist/chunk-EHKIJPVX.js +30 -0
- package/dist/chunk-EIT6J37V.js +119 -0
- package/dist/chunk-EQSQ4HBW.js +9 -0
- package/dist/chunk-ETSREHYC.js +55 -0
- package/dist/chunk-F2GUJW5O.js +1090 -0
- package/dist/chunk-F7LU65PQ.js +33 -0
- package/dist/chunk-FF62UWIJ.js +90 -0
- package/dist/chunk-FIPU4BDF.js +123 -0
- package/dist/chunk-FLSASUV3.js +177 -0
- package/dist/chunk-FWFFZGSC.js +94 -0
- package/dist/chunk-FXU7JOXK.js +6 -0
- package/dist/chunk-G4LLKD4Z.js +147 -0
- package/dist/chunk-GFCQJZTO.js +1051 -0
- package/dist/chunk-GGV3PFUW.js +41 -0
- package/dist/chunk-GJV3WDWM.js +14 -0
- package/dist/chunk-GKM7RYN3.js +1020 -0
- package/dist/chunk-GNHN5HRQ.js +40 -0
- package/dist/chunk-GP6G6EQI.js +632 -0
- package/dist/chunk-GUMRIUI5.js +63 -0
- package/dist/chunk-GVP5U4WL.js +113 -0
- package/dist/chunk-HF25XPZE.js +83 -0
- package/dist/chunk-HFJNYSTQ.js +1088 -0
- package/dist/chunk-HO5SBL4B.js +97 -0
- package/dist/chunk-HOKOOBDL.js +52 -0
- package/dist/chunk-HQMEOIUJ.js +69 -0
- package/dist/chunk-HTCBLSIB.js +813 -0
- package/dist/chunk-HYZV25LY.js +34 -0
- package/dist/chunk-I2CDSGQW.js +280 -0
- package/dist/chunk-I7AW4237.js +251 -0
- package/dist/chunk-IKTMX6N7.js +495 -0
- package/dist/chunk-IQT43SDJ.js +357 -0
- package/dist/chunk-IW53DAYO.js +210 -0
- package/dist/chunk-JBKA7F5V.js +2017 -0
- package/dist/chunk-JJNXFW7M.js +330 -0
- package/dist/chunk-JKGAJAM7.js +214 -0
- package/dist/chunk-JQ6TLNIV.js +133 -0
- package/dist/chunk-JSH5MAMM.js +284 -0
- package/dist/chunk-KCUYRZSX.js +72 -0
- package/dist/chunk-KH5Y6RR4.js +360 -0
- package/dist/chunk-L24HYX62.js +498 -0
- package/dist/chunk-L3TB7CC3.js +170 -0
- package/dist/chunk-LHOIY5LQ.js +58 -0
- package/dist/chunk-LWVZLTMD.js +412 -0
- package/dist/chunk-LYH5HE24.js +73 -0
- package/dist/chunk-M37HYGAG.js +346 -0
- package/dist/chunk-MJXEOKIW.js +54 -0
- package/dist/chunk-MKVFPQH2.js +1051 -0
- package/dist/chunk-MLXJ5EZG.js +90 -0
- package/dist/chunk-MP2AFCGL.js +53 -0
- package/dist/chunk-MSCB4ACU.js +356 -0
- package/dist/chunk-MVW62NIZ.js +20 -0
- package/dist/chunk-MZIGUUDQ.js +42 -0
- package/dist/chunk-N5RRQOAC.js +134 -0
- package/dist/chunk-NFB4N53K.js +159 -0
- package/dist/chunk-NGP6LSV2.js +25 -0
- package/dist/chunk-NGVOA6ZQ.js +84 -0
- package/dist/chunk-NRFVWJHP.js +575 -0
- package/dist/chunk-NUVDSQNY.js +1345 -0
- package/dist/chunk-O377P7GM.js +100 -0
- package/dist/chunk-OE6SYHTC.js +157 -0
- package/dist/chunk-OHPRXEUA.js +75 -0
- package/dist/chunk-OI6MVDSY.js +33 -0
- package/dist/chunk-ONKIWA3R.js +249 -0
- package/dist/chunk-OPU3NYOO.js +55 -0
- package/dist/chunk-ORCCI2VV.js +140 -0
- package/dist/chunk-OSMMWGJ2.js +204 -0
- package/dist/chunk-OYNKIAVW.js +181 -0
- package/dist/chunk-PRKVT4KN.js +90 -0
- package/dist/chunk-PW2YH2ZR.js +403 -0
- package/dist/chunk-PWMMIGVQ.js +332 -0
- package/dist/chunk-Q3V7K4ME.js +149 -0
- package/dist/chunk-Q5GUJUDW.js +348 -0
- package/dist/chunk-Q7RGLXQO.js +574 -0
- package/dist/chunk-Q7XA3SQ4.js +13097 -0
- package/dist/chunk-QGGH7LOU.js +93 -0
- package/dist/chunk-QHIGMP2M.js +237 -0
- package/dist/chunk-QI4IXJN7.js +132 -0
- package/dist/chunk-R2E4TV5V.js +56 -0
- package/dist/chunk-R4WMF32C.js +81 -0
- package/dist/chunk-R5U7XKVJ.js +16 -0
- package/dist/chunk-RJT7H2KR.js +349 -0
- package/dist/chunk-RMPAMMYW.js +70 -0
- package/dist/chunk-RTXGUKY3.js +731 -0
- package/dist/chunk-SH45SJQW.js +0 -0
- package/dist/chunk-SUNYJ6YE.js +204 -0
- package/dist/chunk-SVXDCELZ.js +163 -0
- package/dist/chunk-TMEE7AT7.js +72 -0
- package/dist/chunk-TNTFEWU5.js +361 -0
- package/dist/chunk-TOQZO2XX.js +76 -0
- package/dist/chunk-UBMGUX6T.js +3753 -0
- package/dist/chunk-UJOSFVWG.js +3511 -0
- package/dist/chunk-UPSZ2VKV.js +197 -0
- package/dist/chunk-UV4ZHXUP.js +38 -0
- package/dist/chunk-UWISNP4U.js +1073 -0
- package/dist/chunk-V3QAAU2U.js +129 -0
- package/dist/chunk-V4TZI6EO.js +60 -0
- package/dist/chunk-W6TC6A73.js +77 -0
- package/dist/chunk-WA67SFFZ.js +227 -0
- package/dist/chunk-WWPX2LLP.js +262 -0
- package/dist/chunk-WZ2RVKRO.js +121 -0
- package/dist/chunk-X2Z5GT3V.js +118 -0
- package/dist/chunk-X3AVWFWW.js +294 -0
- package/dist/chunk-XEKO37NM.js +43 -0
- package/dist/chunk-YADYM2DE.js +42 -0
- package/dist/chunk-YCTCKUZE.js +128 -0
- package/dist/chunk-YGAAZN3E.js +47 -0
- package/dist/chunk-YKIPAQZG.js +333 -0
- package/dist/chunk-YSU7JB7H.js +0 -0
- package/dist/chunk-YZFZDJWZ.js +107 -0
- package/dist/chunk-YZKJLGWL.js +169 -0
- package/dist/chunk-Z3TT2SVJ.js +135 -0
- package/dist/chunk-Z3ZCLTP7.js +382 -0
- package/dist/chunk-ZVSG2KKG.js +106 -0
- package/dist/co-activation-AJZTQHI3.js +71 -0
- package/dist/co-occurrence-FGEJIMMV.js +73 -0
- package/dist/code-context-index-KHUYATRB.js +29 -0
- package/dist/content-extractor-CUJOBFBU.js +9 -0
- package/dist/conversation-entity-extractor-TW4W57K4.js +114 -0
- package/dist/conversation-wiki-populator-GNFRTS7X.js +105 -0
- package/dist/core-memory-R7QBLN4C.js +110 -0
- package/dist/crdt-sync-K25AKQAD.js +33 -0
- package/dist/crm-bridge-NG5WJMGF.js +19 -0
- package/dist/crm-webhook-3ODT32F7.js +10 -0
- package/dist/cto-delegation-gate-4XDMTK6H.js +205 -0
- package/dist/daemon-auth-WFQMMNSD.js +13 -0
- package/dist/daemon-orchestration-5I7RLXCP.js +133 -0
- package/dist/daemon-protocol-4FUHT5NH.js +17 -0
- package/dist/db-backup-MSQKO6M5.js +25 -0
- package/dist/devtools-J4QYYO7U.js +8 -0
- package/dist/discord-7UHIZNJ3.js +7 -0
- package/dist/dispatch-ack-RMVFHO4I.js +13 -0
- package/dist/dreaming-UL7T5ZXA.js +12 -0
- package/dist/email-T6PQUUY6.js +137 -0
- package/dist/entity-boost-7MB2IYAE.js +332 -0
- package/dist/exe-drift-2KHRPBUK.js +67 -0
- package/dist/exe-export-UZN6EFOR.js +72 -0
- package/dist/exe-import-OSM3U36A.js +75 -0
- package/dist/exe-key-OG35WPBA.js +573 -0
- package/dist/exe-org-JRBBON5H.js +73 -0
- package/dist/exe-snapshot-7TQIN7XI.js +145 -0
- package/dist/factory-UQSRMKJW.js +67 -0
- package/dist/fast-db-init-4VXDSFUY.js +7 -0
- package/dist/file-edit-YORRFENG.js +8 -0
- package/dist/file-read-RMQFDE5L.js +8 -0
- package/dist/file-write-VO4MQW5Y.js +8 -0
- package/dist/founder-context-3N6BMG7B.js +96 -0
- package/dist/gateway/index.js +148 -0
- package/dist/gateway-client-V7NH35Q2.js +11 -0
- package/dist/git-staleness-JW57ZGEJ.js +109 -0
- package/dist/git-task-sweep-HYAPIM44.js +39 -0
- package/dist/glob-2LXRC3F5.js +7 -0
- package/dist/global-procedures-NY3W7L5Q.js +19 -0
- package/dist/graph-auto-extract-5GZ34NXS.js +161 -0
- package/dist/graph-query-YZ4RZEIL.js +26 -0
- package/dist/graph-rag-S5SBJW5J.js +29 -0
- package/dist/grep-OY7KCRLQ.js +7 -0
- package/dist/hook-integrity-OKSYTGVP.js +89 -0
- package/dist/hooks/bug-report-worker.js +179 -0
- package/dist/hooks/codex-stop-task-finalizer.js +258 -0
- package/dist/hooks/commit-complete.js +162 -0
- package/dist/hooks/error-recall.js +129 -0
- package/dist/hooks/exe-heartbeat-hook.js +78 -0
- package/dist/hooks/ingest-worker.js +51 -0
- package/dist/hooks/ingest.js +491 -0
- package/dist/hooks/instructions-loaded.js +119 -0
- package/dist/hooks/manifest.json +25 -0
- package/dist/hooks/notification.js +67 -0
- package/dist/hooks/post-compact.js +138 -0
- package/dist/hooks/post-tool-combined.js +152 -0
- package/dist/hooks/pre-compact.js +159 -0
- package/dist/hooks/pre-tool-use.js +512 -0
- package/dist/hooks/prompt-submit.js +699 -0
- package/dist/hooks/session-end.js +482 -0
- package/dist/hooks/session-start.js +362 -0
- package/dist/hooks/stop.js +332 -0
- package/dist/hooks/subagent-stop.js +85 -0
- package/dist/hooks/summary-worker.js +298 -0
- package/dist/hooks-RPTZV5KX.js +9 -0
- package/dist/imessage-CE5USLTI.js +7 -0
- package/dist/index.js +60 -0
- package/dist/installer-GMIVB2JS.js +341 -0
- package/dist/installer-OBYQ6O3C.js +295 -0
- package/dist/installer-UAMA6ZVH.js +37 -0
- package/dist/intercom-queue-USIXVVJQ.js +17 -0
- package/dist/key-backup-status-TVFMMWTT.js +39 -0
- package/dist/keyword-extractor-OGQRRVTB.js +11 -0
- package/dist/lib/agent-config.js +30 -0
- package/dist/lib/cloud-sync.js +103 -0
- package/dist/lib/cloudflare-dns.js +13 -0
- package/dist/lib/config.js +32 -0
- package/dist/lib/consolidation.js +38 -0
- package/dist/lib/crypto.js +13 -0
- package/dist/lib/database.js +31 -0
- package/dist/lib/db-daemon-client.js +141 -0
- package/dist/lib/db.js +31 -0
- package/dist/lib/device-registry.js +70 -0
- package/dist/lib/embed-worker.js +165 -0
- package/dist/lib/embedder.js +19 -0
- package/dist/lib/employee-templates.js +34 -0
- package/dist/lib/employees.js +63 -0
- package/dist/lib/error-detector.js +16 -0
- package/dist/lib/exe-daemon-client.js +25 -0
- package/dist/lib/exe-daemon.js +4454 -0
- package/dist/lib/file-grep.js +242 -0
- package/dist/lib/hybrid-search.js +28 -0
- package/dist/lib/identity-templates.js +650 -0
- package/dist/lib/identity.js +19 -0
- package/dist/lib/keychain.js +17 -0
- package/dist/lib/license.js +35 -0
- package/dist/lib/messaging.js +59 -0
- package/dist/lib/post-tool-memory.js +13 -0
- package/dist/lib/registry-proxy.js +15 -0
- package/dist/lib/reminders.js +16 -0
- package/dist/lib/runtime-table.js +9 -0
- package/dist/lib/schedules.js +24 -0
- package/dist/lib/session-registry.js +21 -0
- package/dist/lib/session-wrappers.js +7 -0
- package/dist/lib/skill-learning.js +29 -0
- package/dist/lib/status-brief.js +7 -0
- package/dist/lib/store.js +43 -0
- package/dist/lib/task-router.js +22 -0
- package/dist/lib/tasks.js +66 -0
- package/dist/lib/tmux-routing.js +70 -0
- package/dist/lib/tmux-status.js +29 -0
- package/dist/lib/tmux-transport.js +7 -0
- package/dist/lib/token-spend.js +12 -0
- package/dist/lib/transport.js +10 -0
- package/dist/lib/ws-auth.js +11 -0
- package/dist/lib/ws-client.js +190 -0
- package/dist/license-gate-7QVCYARF.js +14 -0
- package/dist/mcp/register-tools.js +102 -0
- package/dist/mcp/server.js +370 -0
- package/dist/mcp/tools/complete-reminder.js +13 -0
- package/dist/mcp/tools/create-reminder.js +13 -0
- package/dist/mcp/tools/create-task.js +34 -0
- package/dist/mcp/tools/deactivate-behavior.js +16 -0
- package/dist/mcp/tools/list-reminders.js +13 -0
- package/dist/mcp/tools/list-tasks.js +33 -0
- package/dist/mcp/tools/send-message.js +33 -0
- package/dist/mcp/tools/update-task.js +32 -0
- package/dist/mcp-diagnostics-5T5OZ52S.js +200 -0
- package/dist/mcp-disconnect-tracker-VINUVEZJ.js +79 -0
- package/dist/mcp-http-config-YPF4WGU5.js +26 -0
- package/dist/memory-cards-XHZEOX7Q.js +173 -0
- package/dist/memory-graph-extractor-J3K7B4GC.js +16 -0
- package/dist/memory-poisoning-defense-I76FGNHK.js +224 -0
- package/dist/memory-queue-WEVFXPZO.js +19 -0
- package/dist/memory-queue-client-5XBHYAQR.js +15 -0
- package/dist/memory-reflection-YJGI6IDI.js +237 -0
- package/dist/message-queue-client-FUKX43JD.js +92 -0
- package/dist/notifications-H4F77BYT.js +44 -0
- package/dist/oauth-server-CCZPDTZJ.js +437 -0
- package/dist/orchestration-events-LXVPJL6S.js +24 -0
- package/dist/orchestration-phase-HXRKMZXM.js +23 -0
- package/dist/orchestrator-HXUZ6LYM.js +32 -0
- package/dist/permission-presets-UPVLJWZD.js +25 -0
- package/dist/permissions-C4EMHPDD.js +14 -0
- package/dist/pg-ssl-GD3332YS.js +7 -0
- package/dist/pipeline-router-QRJQWMFF.js +12 -0
- package/dist/plan-limits-NFQVRHS5.js +25 -0
- package/dist/prediction-log-C2BD3AHR.js +120 -0
- package/dist/preferences-5ARPMYE7.js +10 -0
- package/dist/preflight-TZOGLBZU.js +287 -0
- package/dist/project-boot-JIGOSGCN.js +254 -0
- package/dist/project-name-4SKOH2UO.js +10 -0
- package/dist/projection-worker-JZQTL4NU.js +877 -0
- package/dist/push-notifications-3GNJ5SZS.js +15 -0
- package/dist/reranker-U6DEAT4S.js +19 -0
- package/dist/review-gate-I66GDXNR.js +120 -0
- package/dist/review-polling-W2S3XAAU.js +123 -0
- package/dist/runtime/index.js +129 -0
- package/dist/self-query-router-QMK5ZSZR.js +188 -0
- package/dist/session-events-MNWHGZY5.js +35 -0
- package/dist/session-kill-telemetry-JHSI7D3F.js +28 -0
- package/dist/session-scope-SMT225X3.js +85 -0
- package/dist/setup-wizard-RBUTEZB2.js +12 -0
- package/dist/shard-manager-ON2WWCRM.js +29 -0
- package/dist/signal-KF2LIO7Y.js +7 -0
- package/dist/signal-paths-5ZTWCBUX.js +19 -0
- package/dist/skill-refinement-LKJHUW2U.js +156 -0
- package/dist/slack-JRDUD5Z7.js +7 -0
- package/dist/stack-update-ZIMV4OEQ.js +50 -0
- package/dist/steward-gate-6IKH335D.js +12 -0
- package/dist/support-outbox-HIJVUDA2.js +206 -0
- package/dist/task-enforcement-UIEWTA6H.js +292 -0
- package/dist/task-scanner-5OQBNC2N.js +11 -0
- package/dist/task-scope-DNQURKOQ.js +34 -0
- package/dist/tasks-crud-CLAYZZ4O.js +76 -0
- package/dist/tasks-review-OHR2P4QE.js +46 -0
- package/dist/telegram-COCYUCT7.js +7 -0
- package/dist/telemetry-QKWQKAUC.js +9 -0
- package/dist/telemetry-upload-APVDPCEV.js +609 -0
- package/dist/token-budget-6IQNYKLR.js +83 -0
- package/dist/tool-capability-index-UUNF7VPA.js +10 -0
- package/dist/tool-gates-6A6LE4DZ.js +14 -0
- package/dist/tool-gates-RNWEH5IK.js +13 -0
- package/dist/tool-registry-KL24CAFR.js +11 -0
- package/dist/tool-telemetry-SJSIL5M5.js +17 -0
- package/dist/tui/App.js +10223 -0
- package/dist/tui-data-L6XG4Z52.js +161 -0
- package/dist/typed-messages-53Q7L3LB.js +17 -0
- package/dist/update-check-5IL5I3E2.js +11 -0
- package/dist/webhook-VXGIH7PN.js +96 -0
- package/dist/webhook-pipe-4WPFGGFD.js +114 -0
- package/dist/whatsapp-PSMKCDS7.js +9 -0
- package/dist/whatsapp-accounts-4OKWFRWL.js +15 -0
- package/dist/whatsapp-config-ZG5LX4O4.js +125 -0
- package/dist/wiki-acl-XCT6QQGP.js +111 -0
- package/dist/wiki-client-KE622HKY.js +157 -0
- package/dist/worker-gate-GFKXZ6V5.js +21 -0
- package/dist/workflow-engine-6HTKI2ZE.js +28 -0
- package/dist/working-memory-Z3EB3FW6.js +77 -0
- package/dist/worktree-BO7QQ32T.js +25 -0
- package/package.json +1 -1
|
@@ -0,0 +1,390 @@
|
|
|
1
|
+
import {
|
|
2
|
+
readMcpHttpEvents,
|
|
3
|
+
summarizeMcpTransport
|
|
4
|
+
} from "./chunk-YZKJLGWL.js";
|
|
5
|
+
import {
|
|
6
|
+
EXE_AI_DIR
|
|
7
|
+
} from "./chunk-TNTFEWU5.js";
|
|
8
|
+
import {
|
|
9
|
+
isMainModule
|
|
10
|
+
} from "./chunk-6Y4B3QF6.js";
|
|
11
|
+
|
|
12
|
+
// src/bin/exe-healthcheck.ts
|
|
13
|
+
import { existsSync, readFileSync, readdirSync } from "fs";
|
|
14
|
+
import path from "path";
|
|
15
|
+
import { execSync } from "child_process";
|
|
16
|
+
import { fileURLToPath } from "url";
|
|
17
|
+
function findPackageRoot() {
|
|
18
|
+
let dir = path.dirname(fileURLToPath(import.meta.url));
|
|
19
|
+
const { root } = path.parse(dir);
|
|
20
|
+
while (dir !== root) {
|
|
21
|
+
if (existsSync(path.join(dir, "package.json"))) return dir;
|
|
22
|
+
dir = path.dirname(dir);
|
|
23
|
+
}
|
|
24
|
+
throw new Error("Cannot find package root");
|
|
25
|
+
}
|
|
26
|
+
function checkBuildIntegrity(pkgRoot) {
|
|
27
|
+
const results = [];
|
|
28
|
+
const tsupConfig = path.join(pkgRoot, "tsup.config.ts");
|
|
29
|
+
if (!existsSync(tsupConfig)) {
|
|
30
|
+
return [{ name: "build/tsup-config", pass: false, detail: "tsup.config.ts not found" }];
|
|
31
|
+
}
|
|
32
|
+
const configContent = readFileSync(tsupConfig, "utf-8");
|
|
33
|
+
const entryMatches = configContent.matchAll(/"([^"]+)":\s*"src\//g);
|
|
34
|
+
const missing = [];
|
|
35
|
+
let total = 0;
|
|
36
|
+
for (const match of entryMatches) {
|
|
37
|
+
const outputKey = match[1];
|
|
38
|
+
const expectedPath = path.join(pkgRoot, "dist", `${outputKey}.js`);
|
|
39
|
+
total++;
|
|
40
|
+
if (!existsSync(expectedPath)) {
|
|
41
|
+
missing.push(`dist/${outputKey}.js`);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
if (missing.length > 0) {
|
|
45
|
+
results.push({
|
|
46
|
+
name: "build/entry-points",
|
|
47
|
+
pass: false,
|
|
48
|
+
detail: `${missing.length}/${total} entry points missing:
|
|
49
|
+
${missing.join("\n ")}`
|
|
50
|
+
});
|
|
51
|
+
} else {
|
|
52
|
+
results.push({
|
|
53
|
+
name: "build/entry-points",
|
|
54
|
+
pass: true,
|
|
55
|
+
detail: `${total} entry points verified`
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
return results;
|
|
59
|
+
}
|
|
60
|
+
function checkEmbedPipeline(pkgRoot) {
|
|
61
|
+
const results = [];
|
|
62
|
+
const daemonPath = path.join(pkgRoot, "dist", "lib", "exe-daemon.js");
|
|
63
|
+
if (!existsSync(daemonPath)) {
|
|
64
|
+
results.push({
|
|
65
|
+
name: "exed/daemon-exists",
|
|
66
|
+
pass: false,
|
|
67
|
+
detail: `exe-daemon.js not found at ${daemonPath}`
|
|
68
|
+
});
|
|
69
|
+
return results;
|
|
70
|
+
}
|
|
71
|
+
results.push({ name: "exed/daemon-exists", pass: true, detail: "dist/lib/exe-daemon.js exists" });
|
|
72
|
+
const entryDirs = ["dist/hooks", "dist/bin", "dist/mcp"];
|
|
73
|
+
for (const dir of entryDirs) {
|
|
74
|
+
const fullDir = path.join(pkgRoot, dir);
|
|
75
|
+
if (!existsSync(fullDir)) continue;
|
|
76
|
+
let walkDir = fullDir;
|
|
77
|
+
const { root } = path.parse(walkDir);
|
|
78
|
+
let foundRoot = null;
|
|
79
|
+
while (walkDir !== root) {
|
|
80
|
+
if (existsSync(path.join(walkDir, "package.json"))) {
|
|
81
|
+
foundRoot = walkDir;
|
|
82
|
+
break;
|
|
83
|
+
}
|
|
84
|
+
walkDir = path.dirname(walkDir);
|
|
85
|
+
}
|
|
86
|
+
if (!foundRoot) {
|
|
87
|
+
results.push({
|
|
88
|
+
name: `exed/reachable-from-${dir}`,
|
|
89
|
+
pass: false,
|
|
90
|
+
detail: `Cannot find package root from ${dir}`
|
|
91
|
+
});
|
|
92
|
+
continue;
|
|
93
|
+
}
|
|
94
|
+
const resolvedDaemon = path.join(foundRoot, "dist", "lib", "exe-daemon.js");
|
|
95
|
+
const reachable = existsSync(resolvedDaemon);
|
|
96
|
+
results.push({
|
|
97
|
+
name: `exed/reachable-from-${dir}`,
|
|
98
|
+
pass: reachable,
|
|
99
|
+
detail: reachable ? `Resolves to ${resolvedDaemon}` : `NOT FOUND: ${resolvedDaemon}`
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
return results;
|
|
103
|
+
}
|
|
104
|
+
function checkTaskSystem(pkgRoot) {
|
|
105
|
+
const results = [];
|
|
106
|
+
const scannerPath = path.join(pkgRoot, "dist", "bin", "scan-tasks.js");
|
|
107
|
+
if (!existsSync(scannerPath)) {
|
|
108
|
+
results.push({ name: "tasks/scanner", pass: false, detail: "scan-tasks.js not found" });
|
|
109
|
+
return results;
|
|
110
|
+
}
|
|
111
|
+
try {
|
|
112
|
+
execSync(`node "${scannerPath}" /tmp/nonexistent-healthcheck-test --format=json 2>/dev/null`, {
|
|
113
|
+
timeout: 1e4,
|
|
114
|
+
encoding: "utf-8"
|
|
115
|
+
});
|
|
116
|
+
results.push({ name: "tasks/scanner", pass: true, detail: "scan-tasks.js runs without import errors" });
|
|
117
|
+
} catch (err) {
|
|
118
|
+
const msg = err instanceof Error ? err.message : String(err);
|
|
119
|
+
if (msg.includes("Cannot find module") || msg.includes("ERR_MODULE_NOT_FOUND") || msg.includes("SyntaxError")) {
|
|
120
|
+
results.push({ name: "tasks/scanner", pass: false, detail: `Import error: ${msg.slice(0, 200)}` });
|
|
121
|
+
} else {
|
|
122
|
+
results.push({ name: "tasks/scanner", pass: true, detail: "scan-tasks.js runs (no import errors)" });
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
return results;
|
|
126
|
+
}
|
|
127
|
+
function checkWorkerSpawning(pkgRoot) {
|
|
128
|
+
const results = [];
|
|
129
|
+
const workerPath = path.join(pkgRoot, "dist", "hooks", "ingest-worker.js");
|
|
130
|
+
if (!existsSync(workerPath)) {
|
|
131
|
+
results.push({ name: "workers/ingest-worker", pass: false, detail: "ingest-worker.js not found" });
|
|
132
|
+
return results;
|
|
133
|
+
}
|
|
134
|
+
try {
|
|
135
|
+
execSync(`node --check "${workerPath}" 2>&1`, { timeout: 1e4, encoding: "utf-8" });
|
|
136
|
+
results.push({ name: "workers/ingest-worker", pass: true, detail: "ingest-worker.js parses OK" });
|
|
137
|
+
} catch (err) {
|
|
138
|
+
results.push({
|
|
139
|
+
name: "workers/ingest-worker",
|
|
140
|
+
pass: false,
|
|
141
|
+
detail: `Parse error: ${err instanceof Error ? err.message.slice(0, 200) : String(err)}`
|
|
142
|
+
});
|
|
143
|
+
}
|
|
144
|
+
const hooksDir = path.join(pkgRoot, "dist", "hooks");
|
|
145
|
+
if (existsSync(hooksDir)) {
|
|
146
|
+
const hookFiles = readdirSync(hooksDir).filter((f) => f.endsWith(".js") && !f.endsWith(".js.map"));
|
|
147
|
+
let hooksPassed = 0;
|
|
148
|
+
const hooksFailed = [];
|
|
149
|
+
for (const hook of hookFiles) {
|
|
150
|
+
try {
|
|
151
|
+
execSync(`node --check "${path.join(hooksDir, hook)}" 2>&1`, { timeout: 1e4, encoding: "utf-8" });
|
|
152
|
+
hooksPassed++;
|
|
153
|
+
} catch {
|
|
154
|
+
hooksFailed.push(hook);
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
if (hooksFailed.length > 0) {
|
|
158
|
+
results.push({
|
|
159
|
+
name: "workers/hooks-parse",
|
|
160
|
+
pass: false,
|
|
161
|
+
detail: `${hooksFailed.length}/${hookFiles.length} hooks fail to parse: ${hooksFailed.join(", ")}`
|
|
162
|
+
});
|
|
163
|
+
} else {
|
|
164
|
+
results.push({
|
|
165
|
+
name: "workers/hooks-parse",
|
|
166
|
+
pass: true,
|
|
167
|
+
detail: `${hooksPassed} hook entry points parse OK`
|
|
168
|
+
});
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
return results;
|
|
172
|
+
}
|
|
173
|
+
function checkMcpTransport() {
|
|
174
|
+
const results = [];
|
|
175
|
+
const pidPath = path.join(EXE_AI_DIR, "exed.pid");
|
|
176
|
+
const tokenPath = path.join(EXE_AI_DIR, "exed.token");
|
|
177
|
+
let daemonAlive = false;
|
|
178
|
+
if (existsSync(pidPath)) {
|
|
179
|
+
try {
|
|
180
|
+
const pid = parseInt(readFileSync(pidPath, "utf8").trim(), 10);
|
|
181
|
+
process.kill(pid, 0);
|
|
182
|
+
daemonAlive = true;
|
|
183
|
+
results.push({ name: "mcp/daemon-process", pass: true, detail: `exed process alive (pid ${pid})` });
|
|
184
|
+
} catch {
|
|
185
|
+
results.push({ name: "mcp/daemon-process", pass: false, detail: "exed.pid exists but process is not alive; restart exe-os/exed" });
|
|
186
|
+
}
|
|
187
|
+
} else {
|
|
188
|
+
results.push({ name: "mcp/daemon-process", pass: false, detail: "No exed.pid found; daemon is not running" });
|
|
189
|
+
}
|
|
190
|
+
if (daemonAlive && existsSync(tokenPath)) {
|
|
191
|
+
try {
|
|
192
|
+
const token = readFileSync(tokenPath, "utf8").trim();
|
|
193
|
+
const response = execSync(
|
|
194
|
+
`curl -sS -i -m 1 -H "Authorization: Bearer ${token}" -H 'Accept: application/json, text/event-stream' http://127.0.0.1:48739/mcp`,
|
|
195
|
+
{ encoding: "utf8", timeout: 1500 }
|
|
196
|
+
);
|
|
197
|
+
const jsonRpcError = response.includes("Content-Type: application/json") && response.includes("missing MCP session");
|
|
198
|
+
results.push({
|
|
199
|
+
name: "mcp/http-endpoint",
|
|
200
|
+
pass: jsonRpcError,
|
|
201
|
+
detail: jsonRpcError ? "MCP HTTP endpoint reachable; missing-session probe returns JSON-RPC (expected)" : "MCP HTTP endpoint reachable but did not return expected JSON-RPC missing-session response"
|
|
202
|
+
});
|
|
203
|
+
} catch (err) {
|
|
204
|
+
const msg = err instanceof Error ? err.message.slice(0, 180) : String(err);
|
|
205
|
+
const timedOut = msg.includes("ETIMEDOUT") || msg.includes("timed out") || msg.includes("killed");
|
|
206
|
+
results.push({
|
|
207
|
+
name: "mcp/http-endpoint",
|
|
208
|
+
pass: false,
|
|
209
|
+
detail: timedOut ? "Daemon alive but MCP unresponsive (timed out after 1.5s)" : `MCP HTTP endpoint not reachable: ${msg}`
|
|
210
|
+
});
|
|
211
|
+
}
|
|
212
|
+
} else if (daemonAlive) {
|
|
213
|
+
results.push({ name: "mcp/http-endpoint", pass: false, detail: "Daemon is alive but exed.token is missing; cannot probe MCP HTTP" });
|
|
214
|
+
}
|
|
215
|
+
const events = readMcpHttpEvents(200);
|
|
216
|
+
const summary = summarizeMcpTransport(events);
|
|
217
|
+
results.push({
|
|
218
|
+
name: "mcp/local-event-log",
|
|
219
|
+
pass: true,
|
|
220
|
+
detail: `${events.length} recent event(s); activeSessions=${summary.activeSessions ?? "unknown"}; lastHandshake=${summary.lastSuccessfulHandshake ?? "none"}; lastTool=${summary.lastSuccessfulToolCall ?? "none"}`
|
|
221
|
+
});
|
|
222
|
+
results.push({
|
|
223
|
+
name: "mcp/monitor-summary",
|
|
224
|
+
pass: true,
|
|
225
|
+
detail: `Privacy-safe local monitor summary: ${path.join(EXE_AI_DIR, "monitor", "mcp-transport-summary.json")}`
|
|
226
|
+
});
|
|
227
|
+
return results;
|
|
228
|
+
}
|
|
229
|
+
function checkClaudeCodeInstall() {
|
|
230
|
+
const results = [];
|
|
231
|
+
const execPath = process.env.CLAUDE_CODE_EXECPATH ?? "";
|
|
232
|
+
if (execPath.length > 0 && (execPath.includes("claude/versions/") || execPath.includes("claude.exe") || execPath.includes("claude-native"))) {
|
|
233
|
+
results.push({
|
|
234
|
+
name: "cc/execpath-clean",
|
|
235
|
+
pass: false,
|
|
236
|
+
detail: `CLAUDE_CODE_EXECPATH points to native binary: "${execPath}" \u2014 20K phantom billing risk. Unset it: unset CLAUDE_CODE_EXECPATH`
|
|
237
|
+
});
|
|
238
|
+
} else {
|
|
239
|
+
results.push({
|
|
240
|
+
name: "cc/execpath-clean",
|
|
241
|
+
pass: true,
|
|
242
|
+
detail: execPath ? `CLAUDE_CODE_EXECPATH=${execPath} (node runtime, OK)` : "CLAUDE_CODE_EXECPATH is unset"
|
|
243
|
+
});
|
|
244
|
+
}
|
|
245
|
+
try {
|
|
246
|
+
const claudePath = execSync("which claude 2>/dev/null || true", { encoding: "utf8", timeout: 5e3 }).trim();
|
|
247
|
+
if (!claudePath) {
|
|
248
|
+
results.push({
|
|
249
|
+
name: "cc/cli-binary",
|
|
250
|
+
pass: false,
|
|
251
|
+
detail: "claude not found in PATH"
|
|
252
|
+
});
|
|
253
|
+
} else {
|
|
254
|
+
let resolved = claudePath;
|
|
255
|
+
try {
|
|
256
|
+
resolved = execSync(`readlink -f "${claudePath}" 2>/dev/null || readlink "${claudePath}" 2>/dev/null || echo "${claudePath}"`, {
|
|
257
|
+
encoding: "utf8",
|
|
258
|
+
timeout: 5e3
|
|
259
|
+
}).trim();
|
|
260
|
+
} catch {
|
|
261
|
+
}
|
|
262
|
+
if (resolved.includes("bin/claude.exe") || resolved.includes("bin/claude-native")) {
|
|
263
|
+
results.push({
|
|
264
|
+
name: "cc/cli-binary",
|
|
265
|
+
pass: false,
|
|
266
|
+
detail: `claude resolves to native binary: ${resolved}. Should be cli.js. Run: npm install -g @anthropic-ai/claude-code@2.1.98`
|
|
267
|
+
});
|
|
268
|
+
} else {
|
|
269
|
+
results.push({
|
|
270
|
+
name: "cc/cli-binary",
|
|
271
|
+
pass: true,
|
|
272
|
+
detail: `claude resolves to: ${resolved}`
|
|
273
|
+
});
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
} catch {
|
|
277
|
+
results.push({
|
|
278
|
+
name: "cc/cli-binary",
|
|
279
|
+
pass: false,
|
|
280
|
+
detail: "Failed to check claude binary path"
|
|
281
|
+
});
|
|
282
|
+
}
|
|
283
|
+
const versionsDir = path.join(
|
|
284
|
+
process.env.HOME ?? process.env.USERPROFILE ?? "",
|
|
285
|
+
".local",
|
|
286
|
+
"share",
|
|
287
|
+
"claude",
|
|
288
|
+
"versions"
|
|
289
|
+
);
|
|
290
|
+
if (existsSync(versionsDir)) {
|
|
291
|
+
try {
|
|
292
|
+
const entries = readdirSync(versionsDir);
|
|
293
|
+
if (entries.length > 0) {
|
|
294
|
+
results.push({
|
|
295
|
+
name: "cc/native-cache-clean",
|
|
296
|
+
pass: false,
|
|
297
|
+
detail: `${entries.length} cached native version(s) found in ${versionsDir}: ${entries.slice(0, 3).join(", ")}${entries.length > 3 ? "..." : ""}. Remove: rm -rf "${versionsDir}"`
|
|
298
|
+
});
|
|
299
|
+
} else {
|
|
300
|
+
results.push({
|
|
301
|
+
name: "cc/native-cache-clean",
|
|
302
|
+
pass: true,
|
|
303
|
+
detail: `${versionsDir} is empty`
|
|
304
|
+
});
|
|
305
|
+
}
|
|
306
|
+
} catch {
|
|
307
|
+
results.push({
|
|
308
|
+
name: "cc/native-cache-clean",
|
|
309
|
+
pass: true,
|
|
310
|
+
detail: `${versionsDir} not readable (OK)`
|
|
311
|
+
});
|
|
312
|
+
}
|
|
313
|
+
} else {
|
|
314
|
+
results.push({
|
|
315
|
+
name: "cc/native-cache-clean",
|
|
316
|
+
pass: true,
|
|
317
|
+
detail: `${versionsDir} does not exist`
|
|
318
|
+
});
|
|
319
|
+
}
|
|
320
|
+
const disableOld = process.env.DISABLE_AUTOUPDATER === "1";
|
|
321
|
+
const disableNew = process.env.CLAUDE_CODE_AUTOUPDATER_DISABLED === "1";
|
|
322
|
+
if (!disableOld && !disableNew) {
|
|
323
|
+
results.push({
|
|
324
|
+
name: "cc/autoupdater-disabled",
|
|
325
|
+
pass: false,
|
|
326
|
+
detail: "Neither DISABLE_AUTOUPDATER=1 nor CLAUDE_CODE_AUTOUPDATER_DISABLED=1 is set. Auto-updater may install infected native binary. Export both in your shell profile."
|
|
327
|
+
});
|
|
328
|
+
} else {
|
|
329
|
+
const which = [
|
|
330
|
+
disableOld ? "DISABLE_AUTOUPDATER=1" : null,
|
|
331
|
+
disableNew ? "CLAUDE_CODE_AUTOUPDATER_DISABLED=1" : null
|
|
332
|
+
].filter(Boolean).join(" + ");
|
|
333
|
+
results.push({
|
|
334
|
+
name: "cc/autoupdater-disabled",
|
|
335
|
+
pass: true,
|
|
336
|
+
detail: `Auto-updater disabled via ${which}`
|
|
337
|
+
});
|
|
338
|
+
}
|
|
339
|
+
try {
|
|
340
|
+
const ccVersion = execSync("claude --version 2>/dev/null || echo unknown", {
|
|
341
|
+
encoding: "utf8",
|
|
342
|
+
timeout: 5e3
|
|
343
|
+
}).trim();
|
|
344
|
+
const versionMatch = ccVersion.match(/(\d+\.\d+\.\d+)/);
|
|
345
|
+
if (versionMatch) {
|
|
346
|
+
const ver = versionMatch[1];
|
|
347
|
+
const [, minor] = ver.split(".").map(Number);
|
|
348
|
+
const isRisky = minor !== void 0 && minor >= 1 && parseInt(ver.split(".")[2] ?? "0") >= 119;
|
|
349
|
+
results.push({
|
|
350
|
+
name: "cc/version",
|
|
351
|
+
pass: !isRisky,
|
|
352
|
+
detail: isRisky ? `CC version ${ver} \u2014 \u22652.1.119 ships native binary only. Pin: npm install -g @anthropic-ai/claude-code@2.1.98` : `CC version ${ver}`
|
|
353
|
+
});
|
|
354
|
+
}
|
|
355
|
+
} catch {
|
|
356
|
+
}
|
|
357
|
+
return results;
|
|
358
|
+
}
|
|
359
|
+
function runHealthCheck() {
|
|
360
|
+
const pkgRoot = findPackageRoot();
|
|
361
|
+
const results = [
|
|
362
|
+
...checkBuildIntegrity(pkgRoot),
|
|
363
|
+
...checkEmbedPipeline(pkgRoot),
|
|
364
|
+
...checkTaskSystem(pkgRoot),
|
|
365
|
+
...checkWorkerSpawning(pkgRoot),
|
|
366
|
+
...checkMcpTransport(),
|
|
367
|
+
...checkClaudeCodeInstall()
|
|
368
|
+
];
|
|
369
|
+
const passed = results.filter((r) => r.pass).length;
|
|
370
|
+
const failed = results.filter((r) => !r.pass).length;
|
|
371
|
+
return { results, passed, failed };
|
|
372
|
+
}
|
|
373
|
+
if (isMainModule(import.meta.url) && (process.argv[1] ?? "").includes("exe-healthcheck")) {
|
|
374
|
+
const { results, passed, failed } = runHealthCheck();
|
|
375
|
+
console.log("\n exe-os Health Check\n");
|
|
376
|
+
for (const r of results) {
|
|
377
|
+
const icon = r.pass ? "\x1B[32m\u2713\x1B[0m" : "\x1B[31m\u2717\x1B[0m";
|
|
378
|
+
console.log(` ${icon} ${r.name}`);
|
|
379
|
+
console.log(` ${r.detail}`);
|
|
380
|
+
}
|
|
381
|
+
console.log(`
|
|
382
|
+
${passed} passed, ${failed} failed
|
|
383
|
+
`);
|
|
384
|
+
process.exit(failed > 0 ? 1 : 0);
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
export {
|
|
388
|
+
checkClaudeCodeInstall,
|
|
389
|
+
runHealthCheck
|
|
390
|
+
};
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// src/bin/fast-db-init.ts
|
|
2
|
+
async function fastDbInit() {
|
|
3
|
+
const { isInitialized, getClient, setExternalClient } = await import("./lib/database.js");
|
|
4
|
+
if (isInitialized()) {
|
|
5
|
+
return getClient();
|
|
6
|
+
}
|
|
7
|
+
const forceDirect = process.env.EXE_DB_DIRECT === "1" || process.env.EXE_DB_READONLY === "1" || process.env.EXE_SKIP_DAEMON === "1";
|
|
8
|
+
if (!forceDirect) {
|
|
9
|
+
try {
|
|
10
|
+
const { connectEmbedDaemon, sendDaemonRequest, isClientConnected, disconnectClient } = await import("./lib/exe-daemon-client.js");
|
|
11
|
+
const { deserializeResultSet } = await import("./daemon-protocol-4FUHT5NH.js");
|
|
12
|
+
await Promise.race([
|
|
13
|
+
connectEmbedDaemon(),
|
|
14
|
+
new Promise((_, reject) => setTimeout(() => reject(new Error("Daemon socket timeout (2s)")), 2e3))
|
|
15
|
+
]);
|
|
16
|
+
if (isClientConnected()) {
|
|
17
|
+
const daemonClient = {
|
|
18
|
+
async execute(stmt) {
|
|
19
|
+
const sql = typeof stmt === "string" ? stmt : stmt.sql;
|
|
20
|
+
const args = typeof stmt === "string" ? [] : Array.isArray(stmt.args) ? stmt.args : [];
|
|
21
|
+
const resp = await sendDaemonRequest({ type: "db-execute", sql, args });
|
|
22
|
+
if (resp.error) throw new Error(String(resp.error));
|
|
23
|
+
if (resp.db) return deserializeResultSet(resp.db);
|
|
24
|
+
throw new Error("Unexpected daemon response");
|
|
25
|
+
},
|
|
26
|
+
async batch(stmts, mode) {
|
|
27
|
+
const statements = stmts.map((s) => {
|
|
28
|
+
const sql = typeof s === "string" ? s : s.sql;
|
|
29
|
+
const args = typeof s === "string" ? [] : Array.isArray(s.args) ? s.args : [];
|
|
30
|
+
return { sql, args };
|
|
31
|
+
});
|
|
32
|
+
const resp = await sendDaemonRequest({ type: "db-batch", statements, mode: mode ?? "deferred" });
|
|
33
|
+
if (resp.error) throw new Error(String(resp.error));
|
|
34
|
+
const batchResults = resp["db-batch"];
|
|
35
|
+
if (batchResults) return batchResults.map(deserializeResultSet);
|
|
36
|
+
throw new Error("Unexpected daemon batch response");
|
|
37
|
+
},
|
|
38
|
+
async transaction(_mode) {
|
|
39
|
+
throw new Error("Transactions not supported via daemon socket");
|
|
40
|
+
},
|
|
41
|
+
async executeMultiple(_sql) {
|
|
42
|
+
throw new Error("executeMultiple not supported via daemon socket");
|
|
43
|
+
},
|
|
44
|
+
async migrate(_stmts) {
|
|
45
|
+
throw new Error("migrate not supported via daemon socket");
|
|
46
|
+
},
|
|
47
|
+
sync() {
|
|
48
|
+
return Promise.resolve(void 0);
|
|
49
|
+
},
|
|
50
|
+
close() {
|
|
51
|
+
},
|
|
52
|
+
get closed() {
|
|
53
|
+
return false;
|
|
54
|
+
},
|
|
55
|
+
get protocol() {
|
|
56
|
+
return "file";
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
try {
|
|
60
|
+
await daemonClient.execute("SELECT 1");
|
|
61
|
+
} catch {
|
|
62
|
+
try {
|
|
63
|
+
disconnectClient();
|
|
64
|
+
} catch {
|
|
65
|
+
}
|
|
66
|
+
throw new Error("Daemon socket validation failed");
|
|
67
|
+
}
|
|
68
|
+
setExternalClient(daemonClient);
|
|
69
|
+
return daemonClient;
|
|
70
|
+
}
|
|
71
|
+
} catch {
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
const { initStore } = await import("./lib/store.js");
|
|
75
|
+
await initStore({ lightweight: true });
|
|
76
|
+
return getClient();
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export {
|
|
80
|
+
fastDbInit
|
|
81
|
+
};
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getSessionKey
|
|
3
|
+
} from "./chunk-CVYC6DUW.js";
|
|
4
|
+
import {
|
|
5
|
+
getAgentContext
|
|
6
|
+
} from "./chunk-GJV3WDWM.js";
|
|
7
|
+
import {
|
|
8
|
+
DEFAULT_COORDINATOR_TEMPLATE_NAME,
|
|
9
|
+
getCoordinatorEmployee,
|
|
10
|
+
getEmployee,
|
|
11
|
+
loadEmployeesSync
|
|
12
|
+
} from "./chunk-UJOSFVWG.js";
|
|
13
|
+
import {
|
|
14
|
+
EXE_AI_DIR
|
|
15
|
+
} from "./chunk-TNTFEWU5.js";
|
|
16
|
+
|
|
17
|
+
// src/lib/active-agent.ts
|
|
18
|
+
import { readFileSync, writeFileSync, mkdirSync, unlinkSync, readdirSync } from "fs";
|
|
19
|
+
import { execSync } from "child_process";
|
|
20
|
+
import path from "path";
|
|
21
|
+
var CACHE_DIR = path.join(EXE_AI_DIR, "session-cache");
|
|
22
|
+
var STALE_MS = 24 * 60 * 60 * 1e3;
|
|
23
|
+
function isNameWithOptionalInstance(candidate, baseName) {
|
|
24
|
+
if (candidate === baseName) return true;
|
|
25
|
+
if (!candidate.startsWith(baseName)) return false;
|
|
26
|
+
return /^\d+$/.test(candidate.slice(baseName.length));
|
|
27
|
+
}
|
|
28
|
+
function resolveEmployeeFromSessionPrefix(prefix, employees) {
|
|
29
|
+
const sorted = [...employees].sort((a, b) => b.name.length - a.name.length);
|
|
30
|
+
for (const employee of sorted) {
|
|
31
|
+
if (isNameWithOptionalInstance(prefix, employee.name)) {
|
|
32
|
+
return { agentId: employee.name, agentRole: employee.role };
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
return null;
|
|
36
|
+
}
|
|
37
|
+
function resolveActiveAgentFromTmuxSession(sessionName) {
|
|
38
|
+
const employees = loadEmployeesSync();
|
|
39
|
+
const coordinator = getCoordinatorEmployee(employees);
|
|
40
|
+
const coordinatorName = coordinator?.name ?? DEFAULT_COORDINATOR_TEMPLATE_NAME;
|
|
41
|
+
if (isNameWithOptionalInstance(sessionName, coordinatorName)) {
|
|
42
|
+
return {
|
|
43
|
+
agentId: coordinatorName,
|
|
44
|
+
agentRole: coordinator?.role ?? "COO"
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
if (isNameWithOptionalInstance(sessionName, DEFAULT_COORDINATOR_TEMPLATE_NAME)) {
|
|
48
|
+
return {
|
|
49
|
+
agentId: coordinator?.name ?? DEFAULT_COORDINATOR_TEMPLATE_NAME,
|
|
50
|
+
agentRole: coordinator?.role ?? "COO"
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
if (sessionName.includes("-")) {
|
|
54
|
+
const prefix = sessionName.split("-")[0] ?? "";
|
|
55
|
+
const employee = resolveEmployeeFromSessionPrefix(prefix, employees);
|
|
56
|
+
if (employee) return employee;
|
|
57
|
+
const legacy = prefix.match(/^([a-zA-Z]+)\d*$/);
|
|
58
|
+
if (legacy?.[1] && legacy[1] !== DEFAULT_COORDINATOR_TEMPLATE_NAME) {
|
|
59
|
+
const emp = getEmployee(employees, legacy[1]);
|
|
60
|
+
return { agentId: emp?.name ?? legacy[1], agentRole: emp?.role ?? "employee" };
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
return null;
|
|
64
|
+
}
|
|
65
|
+
function getMarkerPath() {
|
|
66
|
+
return path.join(CACHE_DIR, `active-agent-${getSessionKey()}.json`);
|
|
67
|
+
}
|
|
68
|
+
function writeActiveAgent(agentId, agentRole) {
|
|
69
|
+
try {
|
|
70
|
+
mkdirSync(CACHE_DIR, { recursive: true });
|
|
71
|
+
writeFileSync(
|
|
72
|
+
getMarkerPath(),
|
|
73
|
+
JSON.stringify({ agentId, agentRole, startedAt: (/* @__PURE__ */ new Date()).toISOString() })
|
|
74
|
+
);
|
|
75
|
+
} catch {
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
function clearActiveAgent() {
|
|
79
|
+
try {
|
|
80
|
+
unlinkSync(getMarkerPath());
|
|
81
|
+
} catch {
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
function getActiveAgent() {
|
|
85
|
+
const httpCtx = getAgentContext();
|
|
86
|
+
if (httpCtx) return httpCtx;
|
|
87
|
+
try {
|
|
88
|
+
const markerPath = getMarkerPath();
|
|
89
|
+
const raw = readFileSync(markerPath, "utf8");
|
|
90
|
+
const data = JSON.parse(raw);
|
|
91
|
+
if (data.agentId) {
|
|
92
|
+
if (data.startedAt) {
|
|
93
|
+
const age = Date.now() - new Date(data.startedAt).getTime();
|
|
94
|
+
if (age > STALE_MS) {
|
|
95
|
+
try {
|
|
96
|
+
unlinkSync(markerPath);
|
|
97
|
+
} catch {
|
|
98
|
+
}
|
|
99
|
+
} else {
|
|
100
|
+
return {
|
|
101
|
+
agentId: data.agentId,
|
|
102
|
+
agentRole: data.agentRole || "employee"
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
} else {
|
|
106
|
+
return {
|
|
107
|
+
agentId: data.agentId,
|
|
108
|
+
agentRole: data.agentRole || "employee"
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
} catch {
|
|
113
|
+
}
|
|
114
|
+
try {
|
|
115
|
+
const sessionName = execSync(
|
|
116
|
+
"tmux display-message -p '#{session_name}' 2>/dev/null",
|
|
117
|
+
{ encoding: "utf8", timeout: 2e3 }
|
|
118
|
+
).trim();
|
|
119
|
+
const resolved = resolveActiveAgentFromTmuxSession(sessionName);
|
|
120
|
+
if (resolved) return resolved;
|
|
121
|
+
} catch {
|
|
122
|
+
}
|
|
123
|
+
return {
|
|
124
|
+
agentId: process.env.AGENT_ID || "default",
|
|
125
|
+
agentRole: process.env.AGENT_ROLE || "employee"
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
function getAllActiveAgents() {
|
|
129
|
+
try {
|
|
130
|
+
const files = readdirSync(CACHE_DIR);
|
|
131
|
+
const sessions = [];
|
|
132
|
+
for (const file of files) {
|
|
133
|
+
if (!file.startsWith("active-agent-") || !file.endsWith(".json")) continue;
|
|
134
|
+
const key = file.slice("active-agent-".length, -".json".length);
|
|
135
|
+
if (key === "undefined") continue;
|
|
136
|
+
try {
|
|
137
|
+
const raw = readFileSync(path.join(CACHE_DIR, file), "utf8");
|
|
138
|
+
const data = JSON.parse(raw);
|
|
139
|
+
if (!data.agentId) continue;
|
|
140
|
+
if (data.startedAt) {
|
|
141
|
+
const age = Date.now() - new Date(data.startedAt).getTime();
|
|
142
|
+
if (age > STALE_MS) {
|
|
143
|
+
try {
|
|
144
|
+
unlinkSync(path.join(CACHE_DIR, file));
|
|
145
|
+
} catch {
|
|
146
|
+
}
|
|
147
|
+
continue;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
sessions.push({
|
|
151
|
+
agentId: data.agentId,
|
|
152
|
+
agentRole: data.agentRole || "employee",
|
|
153
|
+
startedAt: data.startedAt || (/* @__PURE__ */ new Date()).toISOString(),
|
|
154
|
+
sessionKey: key
|
|
155
|
+
});
|
|
156
|
+
} catch {
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
return sessions;
|
|
160
|
+
} catch {
|
|
161
|
+
return [];
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
function cleanupSessionMarkers() {
|
|
165
|
+
const key = getSessionKey();
|
|
166
|
+
try {
|
|
167
|
+
unlinkSync(path.join(CACHE_DIR, `active-agent-${key}.json`));
|
|
168
|
+
} catch {
|
|
169
|
+
}
|
|
170
|
+
try {
|
|
171
|
+
unlinkSync(path.join(CACHE_DIR, "active-agent-undefined.json"));
|
|
172
|
+
} catch {
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export {
|
|
177
|
+
resolveActiveAgentFromTmuxSession,
|
|
178
|
+
writeActiveAgent,
|
|
179
|
+
clearActiveAgent,
|
|
180
|
+
getActiveAgent,
|
|
181
|
+
getAllActiveAgents,
|
|
182
|
+
cleanupSessionMarkers
|
|
183
|
+
};
|