@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,330 @@
|
|
|
1
|
+
import {
|
|
2
|
+
employeeSessionName,
|
|
3
|
+
isEmployeeAlive,
|
|
4
|
+
resolveExeSession,
|
|
5
|
+
sendIntercom,
|
|
6
|
+
strictSessionScopeFilter
|
|
7
|
+
} from "./chunk-UBMGUX6T.js";
|
|
8
|
+
import {
|
|
9
|
+
parseMessage,
|
|
10
|
+
serializeMessage
|
|
11
|
+
} from "./chunk-4JERP7NT.js";
|
|
12
|
+
import {
|
|
13
|
+
recordOrchestrationEventBestEffort
|
|
14
|
+
} from "./chunk-CTFKTUYN.js";
|
|
15
|
+
import {
|
|
16
|
+
getClient
|
|
17
|
+
} from "./chunk-UJOSFVWG.js";
|
|
18
|
+
|
|
19
|
+
// src/lib/messaging.ts
|
|
20
|
+
import crypto from "crypto";
|
|
21
|
+
function generateUlid() {
|
|
22
|
+
const timestamp = Date.now().toString(36).padStart(10, "0");
|
|
23
|
+
const random = crypto.randomBytes(10).toString("hex").slice(0, 16);
|
|
24
|
+
return (timestamp + random).toUpperCase();
|
|
25
|
+
}
|
|
26
|
+
function rowToMessage(row) {
|
|
27
|
+
return {
|
|
28
|
+
id: row.id,
|
|
29
|
+
fromAgent: row.from_agent,
|
|
30
|
+
fromDevice: row.from_device,
|
|
31
|
+
targetAgent: row.target_agent,
|
|
32
|
+
targetProject: row.target_project ?? null,
|
|
33
|
+
targetDevice: row.target_device,
|
|
34
|
+
sessionScope: row.session_scope ?? null,
|
|
35
|
+
content: row.content,
|
|
36
|
+
priority: row.priority ?? "normal",
|
|
37
|
+
status: row.status ?? "pending",
|
|
38
|
+
serverSeq: row.server_seq != null ? Number(row.server_seq) : null,
|
|
39
|
+
retryCount: Number(row.retry_count ?? 0),
|
|
40
|
+
createdAt: row.created_at,
|
|
41
|
+
deliveredAt: row.delivered_at ?? null,
|
|
42
|
+
processedAt: row.processed_at ?? null,
|
|
43
|
+
failedAt: row.failed_at ?? null,
|
|
44
|
+
failureReason: row.failure_reason ?? null
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
var MAX_RETRIES = 10;
|
|
48
|
+
async function sendMessage(input) {
|
|
49
|
+
const client = getClient();
|
|
50
|
+
const id = generateUlid();
|
|
51
|
+
const now = (/* @__PURE__ */ new Date()).toISOString();
|
|
52
|
+
const targetDevice = input.targetDevice ?? "local";
|
|
53
|
+
const sessionScope = input.sessionScope === void 0 ? resolveExeSession() : input.sessionScope;
|
|
54
|
+
await client.execute({
|
|
55
|
+
sql: `INSERT INTO messages (id, from_agent, from_device, target_agent, target_project, target_device, session_scope, content, priority, status, founder_id, created_at)
|
|
56
|
+
VALUES (?, ?, 'local', ?, ?, ?, ?, ?, ?, 'pending', ?, ?)`,
|
|
57
|
+
args: [
|
|
58
|
+
id,
|
|
59
|
+
input.fromAgent,
|
|
60
|
+
input.targetAgent,
|
|
61
|
+
input.targetProject ?? null,
|
|
62
|
+
targetDevice,
|
|
63
|
+
sessionScope,
|
|
64
|
+
input.content,
|
|
65
|
+
input.priority ?? "normal",
|
|
66
|
+
input.founderId ?? null,
|
|
67
|
+
now
|
|
68
|
+
]
|
|
69
|
+
});
|
|
70
|
+
recordOrchestrationEventBestEffort({
|
|
71
|
+
eventType: "message.sent",
|
|
72
|
+
source: "messaging.sendMessage",
|
|
73
|
+
agentId: input.fromAgent,
|
|
74
|
+
payload: { targetAgent: input.targetAgent, priority: input.priority ?? "normal", targetDevice },
|
|
75
|
+
sessionScope: sessionScope ?? null
|
|
76
|
+
});
|
|
77
|
+
try {
|
|
78
|
+
if (targetDevice !== "local") {
|
|
79
|
+
await deliverCrossMachineMessage(id, targetDevice);
|
|
80
|
+
} else {
|
|
81
|
+
await deliverLocalMessage(id);
|
|
82
|
+
}
|
|
83
|
+
} catch {
|
|
84
|
+
}
|
|
85
|
+
const sentScope = strictSessionScopeFilter(sessionScope);
|
|
86
|
+
const result = await client.execute({
|
|
87
|
+
sql: `SELECT * FROM messages WHERE id = ?${sentScope.sql}`,
|
|
88
|
+
args: [id, ...sentScope.args]
|
|
89
|
+
});
|
|
90
|
+
return rowToMessage(result.rows[0]);
|
|
91
|
+
}
|
|
92
|
+
var _wsClientSend = null;
|
|
93
|
+
function setWsClientSend(fn) {
|
|
94
|
+
_wsClientSend = fn;
|
|
95
|
+
}
|
|
96
|
+
async function deliverCrossMachineMessage(messageId, targetDevice) {
|
|
97
|
+
const client = getClient();
|
|
98
|
+
const result = await client.execute({
|
|
99
|
+
sql: "SELECT * FROM messages WHERE id = ?",
|
|
100
|
+
args: [messageId]
|
|
101
|
+
});
|
|
102
|
+
if (result.rows.length === 0) return false;
|
|
103
|
+
const msg = rowToMessage(result.rows[0]);
|
|
104
|
+
if (msg.status !== "pending") return false;
|
|
105
|
+
if (!_wsClientSend) {
|
|
106
|
+
return false;
|
|
107
|
+
}
|
|
108
|
+
const payload = JSON.stringify({
|
|
109
|
+
id: msg.id,
|
|
110
|
+
fromAgent: msg.fromAgent,
|
|
111
|
+
targetAgent: msg.targetAgent,
|
|
112
|
+
targetProject: msg.targetProject,
|
|
113
|
+
sessionScope: msg.sessionScope,
|
|
114
|
+
content: msg.content,
|
|
115
|
+
priority: msg.priority,
|
|
116
|
+
createdAt: msg.createdAt
|
|
117
|
+
});
|
|
118
|
+
const sent = _wsClientSend(targetDevice, payload);
|
|
119
|
+
if (sent) {
|
|
120
|
+
await client.execute({
|
|
121
|
+
sql: "UPDATE messages SET status = 'synced' WHERE id = ?",
|
|
122
|
+
args: [messageId]
|
|
123
|
+
});
|
|
124
|
+
return true;
|
|
125
|
+
}
|
|
126
|
+
return false;
|
|
127
|
+
}
|
|
128
|
+
async function deliverLocalMessage(messageId) {
|
|
129
|
+
const client = getClient();
|
|
130
|
+
const result = await client.execute({
|
|
131
|
+
sql: "SELECT * FROM messages WHERE id = ?",
|
|
132
|
+
args: [messageId]
|
|
133
|
+
});
|
|
134
|
+
if (result.rows.length === 0) return false;
|
|
135
|
+
const msg = rowToMessage(result.rows[0]);
|
|
136
|
+
if (msg.status !== "pending") return false;
|
|
137
|
+
const targetAgent = msg.targetAgent;
|
|
138
|
+
const now = (/* @__PURE__ */ new Date()).toISOString();
|
|
139
|
+
try {
|
|
140
|
+
const exeSession = resolveExeSession();
|
|
141
|
+
if (!exeSession) {
|
|
142
|
+
throw new Error("No coordinator session found");
|
|
143
|
+
}
|
|
144
|
+
process.stderr.write(`[messaging] ENTER deliverLocal: target=${targetAgent} exeSession=${exeSession}
|
|
145
|
+
`);
|
|
146
|
+
const { isCoordinatorName: isCoord } = await import("./lib/employees.js");
|
|
147
|
+
const isCOO = isCoord(targetAgent);
|
|
148
|
+
process.stderr.write(`[messaging] COO check: targetAgent="${targetAgent}" isCOO=${isCOO}
|
|
149
|
+
`);
|
|
150
|
+
const sessionName = isCOO ? exeSession : employeeSessionName(targetAgent, exeSession);
|
|
151
|
+
process.stderr.write(`[messaging] delivery attempt: target=${targetAgent} session=${sessionName} isCOO=${isCOO}
|
|
152
|
+
`);
|
|
153
|
+
if (!isCOO && !isEmployeeAlive(sessionName)) {
|
|
154
|
+
throw new Error("Session not running \u2014 message stays queued");
|
|
155
|
+
}
|
|
156
|
+
const intercomResult = sendIntercom(sessionName, { force: true });
|
|
157
|
+
process.stderr.write(`[messaging] intercom result for ${sessionName}: ${intercomResult}
|
|
158
|
+
`);
|
|
159
|
+
await client.execute({
|
|
160
|
+
sql: "UPDATE messages SET status = 'delivered', delivered_at = ? WHERE id = ?",
|
|
161
|
+
args: [now, messageId]
|
|
162
|
+
});
|
|
163
|
+
recordOrchestrationEventBestEffort({
|
|
164
|
+
eventType: "message.delivered",
|
|
165
|
+
source: "messaging.deliverLocalMessage",
|
|
166
|
+
agentId: msg.targetAgent,
|
|
167
|
+
payload: { fromAgent: msg.fromAgent, priority: msg.priority }
|
|
168
|
+
});
|
|
169
|
+
return true;
|
|
170
|
+
} catch (err) {
|
|
171
|
+
process.stderr.write(
|
|
172
|
+
`[messaging] delivery failed for message ${messageId}: ${err instanceof Error ? err.message : String(err)}
|
|
173
|
+
`
|
|
174
|
+
);
|
|
175
|
+
const newRetryCount = msg.retryCount + 1;
|
|
176
|
+
if (newRetryCount >= MAX_RETRIES) {
|
|
177
|
+
await markFailed(messageId, "session unavailable after 10 retries", msg.sessionScope);
|
|
178
|
+
} else {
|
|
179
|
+
await client.execute({
|
|
180
|
+
sql: "UPDATE messages SET retry_count = ? WHERE id = ?",
|
|
181
|
+
args: [newRetryCount, messageId]
|
|
182
|
+
});
|
|
183
|
+
}
|
|
184
|
+
return false;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
async function getPendingMessages(targetAgent, sessionScope) {
|
|
188
|
+
const client = getClient();
|
|
189
|
+
const scope = strictSessionScopeFilter(sessionScope);
|
|
190
|
+
const result = await client.execute({
|
|
191
|
+
sql: `SELECT * FROM messages
|
|
192
|
+
WHERE target_agent = ? AND status IN ('pending', 'delivered')${scope.sql}
|
|
193
|
+
ORDER BY id`,
|
|
194
|
+
args: [targetAgent, ...scope.args]
|
|
195
|
+
});
|
|
196
|
+
return result.rows.map((row) => rowToMessage(row));
|
|
197
|
+
}
|
|
198
|
+
async function markRead(messageId, sessionScope) {
|
|
199
|
+
const client = getClient();
|
|
200
|
+
const scope = strictSessionScopeFilter(sessionScope);
|
|
201
|
+
await client.execute({
|
|
202
|
+
sql: `UPDATE messages SET status = 'read'
|
|
203
|
+
WHERE id = ? AND status IN ('pending', 'delivered')${scope.sql}`,
|
|
204
|
+
args: [messageId, ...scope.args]
|
|
205
|
+
});
|
|
206
|
+
recordOrchestrationEventBestEffort({
|
|
207
|
+
eventType: "message.read",
|
|
208
|
+
source: "messaging.markRead",
|
|
209
|
+
payload: { messageId }
|
|
210
|
+
});
|
|
211
|
+
}
|
|
212
|
+
async function markAcknowledged(messageId, sessionScope) {
|
|
213
|
+
const client = getClient();
|
|
214
|
+
const scope = strictSessionScopeFilter(sessionScope);
|
|
215
|
+
await client.execute({
|
|
216
|
+
sql: `UPDATE messages SET status = 'acknowledged', processed_at = ?
|
|
217
|
+
WHERE id = ? AND status = 'read'${scope.sql}`,
|
|
218
|
+
args: [(/* @__PURE__ */ new Date()).toISOString(), messageId, ...scope.args]
|
|
219
|
+
});
|
|
220
|
+
}
|
|
221
|
+
async function markProcessed(messageId, sessionScope) {
|
|
222
|
+
const client = getClient();
|
|
223
|
+
const scope = strictSessionScopeFilter(sessionScope);
|
|
224
|
+
await client.execute({
|
|
225
|
+
sql: `UPDATE messages SET status = 'processed', processed_at = ?
|
|
226
|
+
WHERE id = ?${scope.sql}`,
|
|
227
|
+
args: [(/* @__PURE__ */ new Date()).toISOString(), messageId, ...scope.args]
|
|
228
|
+
});
|
|
229
|
+
}
|
|
230
|
+
async function getMessageStatus(messageId, sessionScope) {
|
|
231
|
+
const client = getClient();
|
|
232
|
+
const scope = strictSessionScopeFilter(sessionScope);
|
|
233
|
+
const result = await client.execute({
|
|
234
|
+
sql: `SELECT status FROM messages WHERE id = ?${scope.sql}`,
|
|
235
|
+
args: [messageId, ...scope.args]
|
|
236
|
+
});
|
|
237
|
+
return result.rows[0]?.status ?? null;
|
|
238
|
+
}
|
|
239
|
+
async function getUnacknowledgedMessages(targetAgent, sessionScope) {
|
|
240
|
+
const client = getClient();
|
|
241
|
+
const scope = strictSessionScopeFilter(sessionScope);
|
|
242
|
+
const result = await client.execute({
|
|
243
|
+
sql: `SELECT * FROM messages
|
|
244
|
+
WHERE target_agent = ? AND status IN ('pending', 'delivered', 'read')${scope.sql}
|
|
245
|
+
ORDER BY id`,
|
|
246
|
+
args: [targetAgent, ...scope.args]
|
|
247
|
+
});
|
|
248
|
+
return result.rows.map((row) => rowToMessage(row));
|
|
249
|
+
}
|
|
250
|
+
async function getReadMessages(targetAgent, sessionScope) {
|
|
251
|
+
const client = getClient();
|
|
252
|
+
const scope = strictSessionScopeFilter(sessionScope);
|
|
253
|
+
const result = await client.execute({
|
|
254
|
+
sql: `SELECT * FROM messages
|
|
255
|
+
WHERE target_agent = ? AND status = 'read'${scope.sql}
|
|
256
|
+
ORDER BY id`,
|
|
257
|
+
args: [targetAgent, ...scope.args]
|
|
258
|
+
});
|
|
259
|
+
return result.rows.map((row) => rowToMessage(row));
|
|
260
|
+
}
|
|
261
|
+
async function markFailed(messageId, reason, sessionScope) {
|
|
262
|
+
const client = getClient();
|
|
263
|
+
const scope = strictSessionScopeFilter(sessionScope);
|
|
264
|
+
await client.execute({
|
|
265
|
+
sql: `UPDATE messages SET status = 'failed', failed_at = ?, failure_reason = ?
|
|
266
|
+
WHERE id = ?${scope.sql}`,
|
|
267
|
+
args: [(/* @__PURE__ */ new Date()).toISOString(), reason, messageId, ...scope.args]
|
|
268
|
+
});
|
|
269
|
+
}
|
|
270
|
+
async function getFailedMessages(sessionScope) {
|
|
271
|
+
const client = getClient();
|
|
272
|
+
const scope = strictSessionScopeFilter(sessionScope);
|
|
273
|
+
const result = await client.execute({
|
|
274
|
+
sql: `SELECT * FROM messages WHERE status = 'failed'${scope.sql} ORDER BY created_at DESC`,
|
|
275
|
+
args: [...scope.args]
|
|
276
|
+
});
|
|
277
|
+
return result.rows.map((row) => rowToMessage(row));
|
|
278
|
+
}
|
|
279
|
+
async function retryPendingMessages(sessionScope) {
|
|
280
|
+
const client = getClient();
|
|
281
|
+
const scope = strictSessionScopeFilter(sessionScope);
|
|
282
|
+
const result = await client.execute({
|
|
283
|
+
sql: `SELECT * FROM messages
|
|
284
|
+
WHERE status = 'pending' AND retry_count < ?${scope.sql}
|
|
285
|
+
ORDER BY id`,
|
|
286
|
+
args: [MAX_RETRIES, ...scope.args]
|
|
287
|
+
});
|
|
288
|
+
let delivered = 0;
|
|
289
|
+
for (const row of result.rows) {
|
|
290
|
+
const msg = rowToMessage(row);
|
|
291
|
+
try {
|
|
292
|
+
const success = await deliverLocalMessage(msg.id);
|
|
293
|
+
if (success) delivered++;
|
|
294
|
+
} catch {
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
return delivered;
|
|
298
|
+
}
|
|
299
|
+
async function sendTypedMessage(envelope, targetAgent, opts) {
|
|
300
|
+
return sendMessage({
|
|
301
|
+
fromAgent: envelope.from,
|
|
302
|
+
targetAgent,
|
|
303
|
+
targetProject: opts?.targetProject,
|
|
304
|
+
targetDevice: opts?.targetDevice,
|
|
305
|
+
content: serializeMessage(envelope),
|
|
306
|
+
priority: opts?.priority,
|
|
307
|
+
sessionScope: opts?.sessionScope
|
|
308
|
+
});
|
|
309
|
+
}
|
|
310
|
+
function parseIncomingMessage(content) {
|
|
311
|
+
return parseMessage(content);
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export {
|
|
315
|
+
sendMessage,
|
|
316
|
+
setWsClientSend,
|
|
317
|
+
deliverLocalMessage,
|
|
318
|
+
getPendingMessages,
|
|
319
|
+
markRead,
|
|
320
|
+
markAcknowledged,
|
|
321
|
+
markProcessed,
|
|
322
|
+
getMessageStatus,
|
|
323
|
+
getUnacknowledgedMessages,
|
|
324
|
+
getReadMessages,
|
|
325
|
+
markFailed,
|
|
326
|
+
getFailedMessages,
|
|
327
|
+
retryPendingMessages,
|
|
328
|
+
sendTypedMessage,
|
|
329
|
+
parseIncomingMessage
|
|
330
|
+
};
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
import {
|
|
2
|
+
sessionScopeFilter
|
|
3
|
+
} from "./chunk-UBMGUX6T.js";
|
|
4
|
+
|
|
5
|
+
// src/lib/git-task-sweep.ts
|
|
6
|
+
import { execSync } from "child_process";
|
|
7
|
+
var DEFAULT_COMMIT_LIMIT = 50;
|
|
8
|
+
var DEFAULT_STALE_MINUTES = 10;
|
|
9
|
+
var AUTO_ESCALATE_THRESHOLD = 0.6;
|
|
10
|
+
var EXACT_UUID_SCORE = 1;
|
|
11
|
+
var TITLE_KEYWORD_SCORE = 0.5;
|
|
12
|
+
var FILE_PATH_SCORE = 0.3;
|
|
13
|
+
var MIN_KEYWORD_OVERLAP = 3;
|
|
14
|
+
var STOP_WORDS = /* @__PURE__ */ new Set([
|
|
15
|
+
"a",
|
|
16
|
+
"an",
|
|
17
|
+
"the",
|
|
18
|
+
"and",
|
|
19
|
+
"or",
|
|
20
|
+
"but",
|
|
21
|
+
"in",
|
|
22
|
+
"on",
|
|
23
|
+
"at",
|
|
24
|
+
"to",
|
|
25
|
+
"for",
|
|
26
|
+
"of",
|
|
27
|
+
"with",
|
|
28
|
+
"by",
|
|
29
|
+
"from",
|
|
30
|
+
"is",
|
|
31
|
+
"it",
|
|
32
|
+
"as",
|
|
33
|
+
"be",
|
|
34
|
+
"was",
|
|
35
|
+
"are",
|
|
36
|
+
"this",
|
|
37
|
+
"that",
|
|
38
|
+
"not",
|
|
39
|
+
"no",
|
|
40
|
+
"if",
|
|
41
|
+
"so",
|
|
42
|
+
"do",
|
|
43
|
+
"up"
|
|
44
|
+
]);
|
|
45
|
+
function extractKeywords(text) {
|
|
46
|
+
return text.toLowerCase().replace(/[^a-z0-9\s-]/g, " ").split(/\s+/).filter((w) => w.length >= 3 && !STOP_WORDS.has(w));
|
|
47
|
+
}
|
|
48
|
+
function matchScore(task, commitMessage, changedFiles) {
|
|
49
|
+
if (task.id.length >= 8 && commitMessage.includes(task.id)) {
|
|
50
|
+
return EXACT_UUID_SCORE;
|
|
51
|
+
}
|
|
52
|
+
let score = 0;
|
|
53
|
+
const titleWords = extractKeywords(task.title);
|
|
54
|
+
const commitWords = new Set(extractKeywords(commitMessage));
|
|
55
|
+
const overlap = titleWords.filter((w) => commitWords.has(w));
|
|
56
|
+
if (overlap.length >= MIN_KEYWORD_OVERLAP) {
|
|
57
|
+
score += TITLE_KEYWORD_SCORE;
|
|
58
|
+
}
|
|
59
|
+
if (task.context && changedFiles.length > 0) {
|
|
60
|
+
const contextLower = task.context.toLowerCase();
|
|
61
|
+
const hasFileMatch = changedFiles.some(
|
|
62
|
+
(f) => contextLower.includes(f.toLowerCase())
|
|
63
|
+
);
|
|
64
|
+
if (hasFileMatch) {
|
|
65
|
+
score += FILE_PATH_SCORE;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
return score;
|
|
69
|
+
}
|
|
70
|
+
function getRecentCommits(limit = DEFAULT_COMMIT_LIMIT) {
|
|
71
|
+
try {
|
|
72
|
+
const SEPARATOR = "<<SEP>>";
|
|
73
|
+
const output = execSync(
|
|
74
|
+
`git log --format="%h${SEPARATOR}%s${SEPARATOR}%aI" --name-only -n ${limit} -z`,
|
|
75
|
+
{ encoding: "utf8", timeout: 1e4 }
|
|
76
|
+
);
|
|
77
|
+
const entries = output.split("\0").filter(Boolean);
|
|
78
|
+
const commits = [];
|
|
79
|
+
let current = null;
|
|
80
|
+
for (const entry of entries) {
|
|
81
|
+
if (entry.includes(SEPARATOR)) {
|
|
82
|
+
const lines = entry.split("\n");
|
|
83
|
+
const headerLine = lines[0];
|
|
84
|
+
const parts = headerLine.split(SEPARATOR);
|
|
85
|
+
if (parts.length >= 3) {
|
|
86
|
+
if (current) commits.push(current);
|
|
87
|
+
current = {
|
|
88
|
+
hash: parts[0],
|
|
89
|
+
message: parts[1],
|
|
90
|
+
files: lines.slice(1).filter(Boolean),
|
|
91
|
+
date: new Date(parts[2])
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
} else if (current) {
|
|
95
|
+
const files = entry.split("\n").filter(Boolean);
|
|
96
|
+
current.files.push(...files);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
if (current) commits.push(current);
|
|
100
|
+
return commits;
|
|
101
|
+
} catch {
|
|
102
|
+
return [];
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
function isStale(updatedAt, staleMinutes) {
|
|
106
|
+
const updated = new Date(updatedAt).getTime();
|
|
107
|
+
const threshold = Date.now() - staleMinutes * 6e4;
|
|
108
|
+
return updated < threshold;
|
|
109
|
+
}
|
|
110
|
+
function findBestMatch(task, commits) {
|
|
111
|
+
let best = null;
|
|
112
|
+
for (const commit of commits) {
|
|
113
|
+
const score = matchScore(task, commit.message, commit.files);
|
|
114
|
+
if (score >= AUTO_ESCALATE_THRESHOLD && (!best || score > best.score)) {
|
|
115
|
+
best = { commit, score };
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
return best;
|
|
119
|
+
}
|
|
120
|
+
async function sweepTasks(projectName, options = {}) {
|
|
121
|
+
const commitLimit = options.commitLimit ?? DEFAULT_COMMIT_LIMIT;
|
|
122
|
+
const staleMinutes = options.staleMinutes ?? DEFAULT_STALE_MINUTES;
|
|
123
|
+
const dryRun = options.dryRun ?? false;
|
|
124
|
+
const result = { escalated: [], unchanged: 0, errors: [] };
|
|
125
|
+
const commits = getRecentCommits(commitLimit);
|
|
126
|
+
if (commits.length === 0) {
|
|
127
|
+
result.errors.push("No git commits found (not a git repo or empty history)");
|
|
128
|
+
return result;
|
|
129
|
+
}
|
|
130
|
+
let tasks;
|
|
131
|
+
try {
|
|
132
|
+
const { initStore } = await import("./lib/store.js");
|
|
133
|
+
await initStore();
|
|
134
|
+
const { getClient } = await import("./lib/database.js");
|
|
135
|
+
const client = getClient();
|
|
136
|
+
const conditions = ["status = 'in_progress'"];
|
|
137
|
+
const args = [];
|
|
138
|
+
if (projectName) {
|
|
139
|
+
conditions.push("project_name = ?");
|
|
140
|
+
args.push(projectName);
|
|
141
|
+
}
|
|
142
|
+
const swScope = sessionScopeFilter();
|
|
143
|
+
if (swScope.sql) {
|
|
144
|
+
conditions.push("(session_scope IS NULL OR session_scope = ?)");
|
|
145
|
+
args.push(...swScope.args);
|
|
146
|
+
}
|
|
147
|
+
const queryResult = await client.execute({
|
|
148
|
+
sql: `SELECT id, title, assigned_to, project_name, status, updated_at, context
|
|
149
|
+
FROM tasks WHERE ${conditions.join(" AND ")}
|
|
150
|
+
ORDER BY updated_at ASC`,
|
|
151
|
+
args
|
|
152
|
+
});
|
|
153
|
+
tasks = queryResult.rows.map((r) => ({
|
|
154
|
+
id: String(r.id),
|
|
155
|
+
title: String(r.title),
|
|
156
|
+
assignedTo: String(r.assigned_to),
|
|
157
|
+
projectName: String(r.project_name),
|
|
158
|
+
status: String(r.status),
|
|
159
|
+
updatedAt: String(r.updated_at),
|
|
160
|
+
context: r.context ? String(r.context) : void 0
|
|
161
|
+
}));
|
|
162
|
+
} catch (err) {
|
|
163
|
+
result.errors.push(`DB query failed: ${err instanceof Error ? err.message : String(err)}`);
|
|
164
|
+
return result;
|
|
165
|
+
}
|
|
166
|
+
if (tasks.length === 0) {
|
|
167
|
+
return result;
|
|
168
|
+
}
|
|
169
|
+
for (const task of tasks) {
|
|
170
|
+
if (!isStale(task.updatedAt, staleMinutes)) {
|
|
171
|
+
result.unchanged++;
|
|
172
|
+
continue;
|
|
173
|
+
}
|
|
174
|
+
const match = findBestMatch(task, commits);
|
|
175
|
+
if (!match) {
|
|
176
|
+
result.unchanged++;
|
|
177
|
+
continue;
|
|
178
|
+
}
|
|
179
|
+
if (!dryRun) {
|
|
180
|
+
try {
|
|
181
|
+
const { updateTaskStatus } = await import("./tasks-crud-CLAYZZ4O.js");
|
|
182
|
+
await updateTaskStatus({
|
|
183
|
+
taskId: task.id,
|
|
184
|
+
status: "needs_review",
|
|
185
|
+
result: `Auto-escalated by git-sweep: matching commit ${match.commit.hash} found (score: ${match.score.toFixed(2)})`
|
|
186
|
+
});
|
|
187
|
+
} catch (err) {
|
|
188
|
+
result.errors.push(
|
|
189
|
+
`Failed to escalate task ${task.id}: ${err instanceof Error ? err.message : String(err)}`
|
|
190
|
+
);
|
|
191
|
+
continue;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
result.escalated.push({
|
|
195
|
+
taskId: task.id,
|
|
196
|
+
title: task.title,
|
|
197
|
+
matchedCommit: match.commit.hash,
|
|
198
|
+
score: match.score
|
|
199
|
+
});
|
|
200
|
+
process.stderr.write(
|
|
201
|
+
`[git-sweep] ${dryRun ? "WOULD escalate" : "Escalated"} task ${task.id} \u2192 commit ${match.commit.hash} (score: ${match.score.toFixed(2)})
|
|
202
|
+
`
|
|
203
|
+
);
|
|
204
|
+
}
|
|
205
|
+
return result;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export {
|
|
209
|
+
extractKeywords,
|
|
210
|
+
matchScore,
|
|
211
|
+
getRecentCommits,
|
|
212
|
+
findBestMatch,
|
|
213
|
+
sweepTasks
|
|
214
|
+
};
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import {
|
|
2
|
+
checkPermission
|
|
3
|
+
} from "./chunk-PRKVT4KN.js";
|
|
4
|
+
|
|
5
|
+
// src/runtime/zod-to-schema.ts
|
|
6
|
+
function zodToJsonSchema(schema) {
|
|
7
|
+
if ("toJSONSchema" in schema && typeof schema.toJSONSchema === "function") {
|
|
8
|
+
return schema.toJSONSchema();
|
|
9
|
+
}
|
|
10
|
+
const def = schema._def;
|
|
11
|
+
if (!def) {
|
|
12
|
+
return { type: "object", properties: {} };
|
|
13
|
+
}
|
|
14
|
+
return extractSchema(def);
|
|
15
|
+
}
|
|
16
|
+
function extractSchema(def) {
|
|
17
|
+
const typeName = def.typeName;
|
|
18
|
+
switch (typeName) {
|
|
19
|
+
case "ZodObject": {
|
|
20
|
+
const shape = def.shape;
|
|
21
|
+
const properties = {};
|
|
22
|
+
const required = [];
|
|
23
|
+
if (shape) {
|
|
24
|
+
const resolved = typeof shape === "function" ? shape() : shape;
|
|
25
|
+
for (const [key, value] of Object.entries(resolved)) {
|
|
26
|
+
const fieldDef = value._def ?? value;
|
|
27
|
+
const isOptional = fieldDef.typeName === "ZodOptional";
|
|
28
|
+
if (isOptional) {
|
|
29
|
+
properties[key] = extractSchema(
|
|
30
|
+
fieldDef.innerType?._def ?? {}
|
|
31
|
+
);
|
|
32
|
+
} else {
|
|
33
|
+
properties[key] = extractSchema(fieldDef);
|
|
34
|
+
required.push(key);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
const result = { type: "object", properties };
|
|
39
|
+
if (required.length > 0) result.required = required;
|
|
40
|
+
return result;
|
|
41
|
+
}
|
|
42
|
+
case "ZodString":
|
|
43
|
+
return { type: "string", ...def.description ? { description: String(def.description) } : {} };
|
|
44
|
+
case "ZodNumber":
|
|
45
|
+
return { type: "number", ...def.description ? { description: String(def.description) } : {} };
|
|
46
|
+
case "ZodBoolean":
|
|
47
|
+
return { type: "boolean", ...def.description ? { description: String(def.description) } : {} };
|
|
48
|
+
case "ZodArray":
|
|
49
|
+
return {
|
|
50
|
+
type: "array",
|
|
51
|
+
items: extractSchema(
|
|
52
|
+
def.type?._def ?? {}
|
|
53
|
+
)
|
|
54
|
+
};
|
|
55
|
+
case "ZodEnum":
|
|
56
|
+
return { type: "string", enum: def.values };
|
|
57
|
+
case "ZodOptional":
|
|
58
|
+
return extractSchema(
|
|
59
|
+
def.innerType?._def ?? {}
|
|
60
|
+
);
|
|
61
|
+
case "ZodDefault":
|
|
62
|
+
return extractSchema(
|
|
63
|
+
def.innerType?._def ?? {}
|
|
64
|
+
);
|
|
65
|
+
default:
|
|
66
|
+
return { type: "string" };
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// src/runtime/tool-registry.ts
|
|
71
|
+
var ToolRegistry = class {
|
|
72
|
+
tools = /* @__PURE__ */ new Map();
|
|
73
|
+
/** Register a tool */
|
|
74
|
+
register(tool) {
|
|
75
|
+
this.tools.set(tool.name, tool);
|
|
76
|
+
}
|
|
77
|
+
/** Look up a tool by name */
|
|
78
|
+
get(name) {
|
|
79
|
+
return this.tools.get(name);
|
|
80
|
+
}
|
|
81
|
+
/** List all registered tools */
|
|
82
|
+
list() {
|
|
83
|
+
return [...this.tools.values()];
|
|
84
|
+
}
|
|
85
|
+
/** List tool names */
|
|
86
|
+
names() {
|
|
87
|
+
return [...this.tools.keys()];
|
|
88
|
+
}
|
|
89
|
+
/** Convert all tools to LLM-ready NormalizedTool format */
|
|
90
|
+
toNormalizedTools() {
|
|
91
|
+
return this.list().map((tool) => ({
|
|
92
|
+
name: tool.name,
|
|
93
|
+
description: tool.description,
|
|
94
|
+
inputSchema: zodToJsonSchema(tool.inputSchema)
|
|
95
|
+
}));
|
|
96
|
+
}
|
|
97
|
+
/** Get only tools allowed by the given permission set */
|
|
98
|
+
listAllowed(permissions) {
|
|
99
|
+
return this.list().filter(
|
|
100
|
+
(tool) => checkPermission(tool.name, permissions).allowed
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
/** Convert allowed tools to NormalizedTool format */
|
|
104
|
+
toAllowedNormalizedTools(permissions) {
|
|
105
|
+
return this.listAllowed(permissions).map((tool) => ({
|
|
106
|
+
name: tool.name,
|
|
107
|
+
description: tool.description,
|
|
108
|
+
inputSchema: zodToJsonSchema(tool.inputSchema)
|
|
109
|
+
}));
|
|
110
|
+
}
|
|
111
|
+
};
|
|
112
|
+
function partitionTools(blocks, registry) {
|
|
113
|
+
const concurrent = [];
|
|
114
|
+
const sequential = [];
|
|
115
|
+
let hitWrite = false;
|
|
116
|
+
for (const block of blocks) {
|
|
117
|
+
if (block.type !== "tool_use") continue;
|
|
118
|
+
const tool = registry.get(block.name);
|
|
119
|
+
if (!hitWrite && tool?.isReadOnly) {
|
|
120
|
+
concurrent.push(block);
|
|
121
|
+
} else {
|
|
122
|
+
hitWrite = true;
|
|
123
|
+
sequential.push(block);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
return { concurrent, sequential };
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export {
|
|
130
|
+
zodToJsonSchema,
|
|
131
|
+
ToolRegistry,
|
|
132
|
+
partitionTools
|
|
133
|
+
};
|