@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,575 @@
|
|
|
1
|
+
import {
|
|
2
|
+
chunkSourceFile,
|
|
3
|
+
isChunkable,
|
|
4
|
+
languageForFile,
|
|
5
|
+
summarizeChunk
|
|
6
|
+
} from "./chunk-I7AW4237.js";
|
|
7
|
+
import {
|
|
8
|
+
connectEmbedDaemon,
|
|
9
|
+
embedBatchViaClient
|
|
10
|
+
} from "./chunk-L24HYX62.js";
|
|
11
|
+
import {
|
|
12
|
+
EXE_AI_DIR
|
|
13
|
+
} from "./chunk-TNTFEWU5.js";
|
|
14
|
+
|
|
15
|
+
// src/lib/code-context-index.ts
|
|
16
|
+
import crypto from "crypto";
|
|
17
|
+
import path from "path";
|
|
18
|
+
import { existsSync, mkdirSync, readFileSync, readdirSync, statSync, writeFileSync } from "fs";
|
|
19
|
+
import { spawnSync } from "child_process";
|
|
20
|
+
var VECTOR_STORE_VERSION = 1;
|
|
21
|
+
var EMBED_BATCH_SIZE = 64;
|
|
22
|
+
function vectorStorePath(projectRoot) {
|
|
23
|
+
const rootHash = hashText(projectRoot).slice(0, 16);
|
|
24
|
+
return path.join(indexDir(), `${rootHash}.vectors.json`);
|
|
25
|
+
}
|
|
26
|
+
function loadVectorStore(projectRoot) {
|
|
27
|
+
const file = vectorStorePath(projectRoot);
|
|
28
|
+
if (!existsSync(file)) return null;
|
|
29
|
+
try {
|
|
30
|
+
const parsed = JSON.parse(readFileSync(file, "utf8"));
|
|
31
|
+
if (parsed.version !== VECTOR_STORE_VERSION) return null;
|
|
32
|
+
return parsed;
|
|
33
|
+
} catch {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
function saveVectorStore(projectRoot, store) {
|
|
38
|
+
writeFileSync(vectorStorePath(projectRoot), JSON.stringify(store));
|
|
39
|
+
}
|
|
40
|
+
function cosineSimilarity(a, b) {
|
|
41
|
+
let dot = 0, normA = 0, normB = 0;
|
|
42
|
+
for (let i = 0; i < a.length; i++) {
|
|
43
|
+
dot += a[i] * b[i];
|
|
44
|
+
normA += a[i] * a[i];
|
|
45
|
+
normB += b[i] * b[i];
|
|
46
|
+
}
|
|
47
|
+
const denom = Math.sqrt(normA) * Math.sqrt(normB);
|
|
48
|
+
return denom === 0 ? 0 : dot / denom;
|
|
49
|
+
}
|
|
50
|
+
async function embedSymbols(index) {
|
|
51
|
+
const rootHash = hashText(index.projectRoot).slice(0, 16);
|
|
52
|
+
const existing = loadVectorStore(index.projectRoot);
|
|
53
|
+
const store = {
|
|
54
|
+
version: VECTOR_STORE_VERSION,
|
|
55
|
+
projectRootHash: rootHash,
|
|
56
|
+
vectors: {}
|
|
57
|
+
};
|
|
58
|
+
const allSymbols = [];
|
|
59
|
+
for (const file of Object.values(index.files)) {
|
|
60
|
+
for (const symbol of file.symbols) {
|
|
61
|
+
if (existing?.vectors[symbol.id]) {
|
|
62
|
+
store.vectors[symbol.id] = existing.vectors[symbol.id];
|
|
63
|
+
} else {
|
|
64
|
+
allSymbols.push({ id: symbol.id, text: symbol.summary || `${symbol.kind} ${symbol.name} in ${symbol.filePath}` });
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
if (allSymbols.length === 0) {
|
|
69
|
+
saveVectorStore(index.projectRoot, store);
|
|
70
|
+
return store;
|
|
71
|
+
}
|
|
72
|
+
const connected = await connectEmbedDaemon().catch(() => false);
|
|
73
|
+
if (!connected) {
|
|
74
|
+
saveVectorStore(index.projectRoot, store);
|
|
75
|
+
return store;
|
|
76
|
+
}
|
|
77
|
+
for (let i = 0; i < allSymbols.length; i += EMBED_BATCH_SIZE) {
|
|
78
|
+
const batch = allSymbols.slice(i, i + EMBED_BATCH_SIZE);
|
|
79
|
+
const texts = batch.map((s) => s.text);
|
|
80
|
+
try {
|
|
81
|
+
const vectors = await embedBatchViaClient(texts, "low");
|
|
82
|
+
if (vectors && vectors.length === batch.length) {
|
|
83
|
+
for (let j = 0; j < batch.length; j++) {
|
|
84
|
+
store.vectors[batch[j].id] = vectors[j];
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
} catch {
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
saveVectorStore(index.projectRoot, store);
|
|
91
|
+
return store;
|
|
92
|
+
}
|
|
93
|
+
var INDEX_VERSION = 2;
|
|
94
|
+
var DEFAULT_MAX_FILES = 5e3;
|
|
95
|
+
var IGNORE_SEGMENTS = /* @__PURE__ */ new Set(["node_modules", "dist", ".git", "coverage", ".worktrees", ".next", "build", "target", "vendor"]);
|
|
96
|
+
function normalizeProjectRoot(projectRoot) {
|
|
97
|
+
return path.resolve(projectRoot || process.cwd());
|
|
98
|
+
}
|
|
99
|
+
function hashText(text) {
|
|
100
|
+
return crypto.createHash("sha256").update(text).digest("hex");
|
|
101
|
+
}
|
|
102
|
+
function indexDir() {
|
|
103
|
+
const dir = path.join(EXE_AI_DIR, "code-context");
|
|
104
|
+
mkdirSync(dir, { recursive: true });
|
|
105
|
+
return dir;
|
|
106
|
+
}
|
|
107
|
+
function getCodeContextIndexPath(projectRoot) {
|
|
108
|
+
const root = normalizeProjectRoot(projectRoot);
|
|
109
|
+
const rootHash = hashText(root).slice(0, 16);
|
|
110
|
+
return path.join(indexDir(), `${rootHash}.json`);
|
|
111
|
+
}
|
|
112
|
+
function currentBranch(projectRoot) {
|
|
113
|
+
const result = spawnSync("git", ["branch", "--show-current"], { cwd: projectRoot, encoding: "utf8", timeout: 2e3 });
|
|
114
|
+
const branch = result.status === 0 ? result.stdout.trim() : "";
|
|
115
|
+
return branch || "detached-or-unknown";
|
|
116
|
+
}
|
|
117
|
+
function shouldIgnore(relPath) {
|
|
118
|
+
const parts = relPath.split(/[\\/]/);
|
|
119
|
+
return parts.some((part) => IGNORE_SEGMENTS.has(part));
|
|
120
|
+
}
|
|
121
|
+
function listRecursive(projectRoot, dir = projectRoot, out = []) {
|
|
122
|
+
for (const entry of readdirSync(dir, { withFileTypes: true })) {
|
|
123
|
+
const abs = path.join(dir, entry.name);
|
|
124
|
+
const rel = path.relative(projectRoot, abs).replaceAll(path.sep, "/");
|
|
125
|
+
if (shouldIgnore(rel)) continue;
|
|
126
|
+
if (entry.isDirectory()) listRecursive(projectRoot, abs, out);
|
|
127
|
+
else if (entry.isFile()) out.push(rel);
|
|
128
|
+
}
|
|
129
|
+
return out;
|
|
130
|
+
}
|
|
131
|
+
function listCodeFiles(projectRoot, maxFiles) {
|
|
132
|
+
const git = spawnSync("git", ["ls-files"], { cwd: projectRoot, encoding: "utf8", timeout: 5e3, maxBuffer: 1024 * 1024 * 16 });
|
|
133
|
+
let files = [];
|
|
134
|
+
if (git.status === 0 && git.stdout.trim()) {
|
|
135
|
+
files = git.stdout.split("\n").map((s) => s.trim()).filter(Boolean);
|
|
136
|
+
} else {
|
|
137
|
+
const rg = spawnSync("rg", ["--files"], { cwd: projectRoot, encoding: "utf8", timeout: 5e3, maxBuffer: 1024 * 1024 * 16 });
|
|
138
|
+
files = rg.status === 0 && rg.stdout.trim() ? rg.stdout.split("\n").map((s) => s.trim()).filter(Boolean) : listRecursive(projectRoot);
|
|
139
|
+
}
|
|
140
|
+
return files.map((file) => file.replaceAll(path.sep, "/")).filter((file) => isChunkable(file) && !shouldIgnore(file)).slice(0, maxFiles).sort();
|
|
141
|
+
}
|
|
142
|
+
function parseImportPaths(importText) {
|
|
143
|
+
const paths = [];
|
|
144
|
+
const patterns = [/from\s+["']([^"']+)["']/g, /^import\s+["']([^"']+)["']/gm, /require\(["']([^"']+)["']\)/g, /use\s+([A-Za-z0-9_:]+)::/g, /#include\s+[<"]([^>"]+)[>"]/g];
|
|
145
|
+
for (const regex of patterns) {
|
|
146
|
+
let match;
|
|
147
|
+
while ((match = regex.exec(importText)) !== null) if (!paths.includes(match[1])) paths.push(match[1]);
|
|
148
|
+
}
|
|
149
|
+
return paths;
|
|
150
|
+
}
|
|
151
|
+
function resolveImport(fromFile, importPath, allFiles) {
|
|
152
|
+
if (!importPath.startsWith(".")) return null;
|
|
153
|
+
const base = path.posix.normalize(path.posix.join(path.posix.dirname(fromFile.replaceAll(path.sep, "/")), importPath));
|
|
154
|
+
const withoutKnownExt = base.replace(/\.(?:[a-z0-9]+)$/i, "");
|
|
155
|
+
const candidates = [base];
|
|
156
|
+
for (const ext of ["ts", "tsx", "js", "jsx", "py", "rs", "go", "java", "cs", "cpp", "c", "rb", "php", "swift", "kt", "scala", "sql", "md", "json", "yaml", "yml"]) {
|
|
157
|
+
candidates.push(`${withoutKnownExt}.${ext}`, `${base}.${ext}`);
|
|
158
|
+
}
|
|
159
|
+
for (const indexName of ["index.ts", "index.tsx", "index.js", "mod.rs", "__init__.py"]) candidates.push(path.posix.join(base, indexName));
|
|
160
|
+
return candidates.find((candidate) => allFiles.has(candidate)) ?? null;
|
|
161
|
+
}
|
|
162
|
+
function symbolId(filePath, chunk) {
|
|
163
|
+
return hashText(`${filePath}:${chunk.kind}:${chunk.name}:${chunk.startLine}:${chunk.endLine}`).slice(0, 24);
|
|
164
|
+
}
|
|
165
|
+
function loadIndex(projectRoot) {
|
|
166
|
+
const file = getCodeContextIndexPath(projectRoot);
|
|
167
|
+
if (!existsSync(file)) return null;
|
|
168
|
+
try {
|
|
169
|
+
const parsed = JSON.parse(readFileSync(file, "utf8"));
|
|
170
|
+
if (parsed.version !== INDEX_VERSION || parsed.projectRoot !== projectRoot) return null;
|
|
171
|
+
return parsed;
|
|
172
|
+
} catch {
|
|
173
|
+
return null;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
function saveIndex(index) {
|
|
177
|
+
writeFileSync(getCodeContextIndexPath(index.projectRoot), JSON.stringify(index, null, 2));
|
|
178
|
+
}
|
|
179
|
+
function buildFileRecord(projectRoot, relPath, allFiles, previous) {
|
|
180
|
+
const absPath = path.join(projectRoot, relPath);
|
|
181
|
+
let stat;
|
|
182
|
+
try {
|
|
183
|
+
stat = statSync(absPath);
|
|
184
|
+
} catch {
|
|
185
|
+
return { record: null, reused: false };
|
|
186
|
+
}
|
|
187
|
+
if (!stat.isFile()) return { record: null, reused: false };
|
|
188
|
+
const language = languageForFile(relPath);
|
|
189
|
+
if (!language || !isChunkable(relPath)) return { record: null, reused: false };
|
|
190
|
+
const source = readFileSync(absPath, "utf8");
|
|
191
|
+
const hash = hashText(source);
|
|
192
|
+
if (previous && previous.hash === hash && previous.mtimeMs === stat.mtimeMs && previous.size === stat.size && previous.language === language) {
|
|
193
|
+
return { record: previous, reused: true };
|
|
194
|
+
}
|
|
195
|
+
const chunks = chunkSourceFile(source, relPath);
|
|
196
|
+
const imports = chunks.filter((chunk) => chunk.kind === "import").flatMap((chunk) => parseImportPaths(chunk.text));
|
|
197
|
+
const resolvedImports = imports.map((importPath) => resolveImport(relPath, importPath, allFiles)).filter((file) => Boolean(file));
|
|
198
|
+
const symbols = chunks.filter((chunk) => chunk.name !== "(unknown)").map((chunk) => ({
|
|
199
|
+
id: symbolId(relPath, chunk),
|
|
200
|
+
name: chunk.name,
|
|
201
|
+
kind: chunk.kind,
|
|
202
|
+
filePath: relPath,
|
|
203
|
+
language,
|
|
204
|
+
startLine: chunk.startLine,
|
|
205
|
+
endLine: chunk.endLine,
|
|
206
|
+
summary: summarizeChunk(chunk, relPath),
|
|
207
|
+
text: chunk.text.slice(0, 8e3),
|
|
208
|
+
comment: chunk.comment
|
|
209
|
+
}));
|
|
210
|
+
return { record: { path: relPath, absPath, language, hash, mtimeMs: stat.mtimeMs, size: stat.size, imports, resolvedImports, symbols }, reused: false };
|
|
211
|
+
}
|
|
212
|
+
function buildCodeContextIndex(options = {}) {
|
|
213
|
+
const projectRoot = normalizeProjectRoot(options.projectRoot);
|
|
214
|
+
const maxFiles = options.maxFiles ?? DEFAULT_MAX_FILES;
|
|
215
|
+
const branch = currentBranch(projectRoot);
|
|
216
|
+
const previous = options.force ? null : loadIndex(projectRoot);
|
|
217
|
+
const files = listCodeFiles(projectRoot, maxFiles);
|
|
218
|
+
const allFiles = new Set(files.map((file) => file.replaceAll(path.sep, "/")));
|
|
219
|
+
const fileRecords = {};
|
|
220
|
+
let rebuiltFiles = 0;
|
|
221
|
+
let reusedFiles = 0;
|
|
222
|
+
let skippedFiles = 0;
|
|
223
|
+
for (const rel of files) {
|
|
224
|
+
const normalized = rel.replaceAll(path.sep, "/");
|
|
225
|
+
const { record, reused } = buildFileRecord(projectRoot, normalized, allFiles, previous?.files[normalized]);
|
|
226
|
+
if (record) {
|
|
227
|
+
fileRecords[normalized] = record;
|
|
228
|
+
if (reused) reusedFiles++;
|
|
229
|
+
else rebuiltFiles++;
|
|
230
|
+
} else skippedFiles++;
|
|
231
|
+
}
|
|
232
|
+
const languageBreakdown = {};
|
|
233
|
+
for (const file of Object.values(fileRecords)) languageBreakdown[file.language] = (languageBreakdown[file.language] ?? 0) + 1;
|
|
234
|
+
const index = {
|
|
235
|
+
version: INDEX_VERSION,
|
|
236
|
+
projectRoot,
|
|
237
|
+
rootHash: hashText(projectRoot).slice(0, 16),
|
|
238
|
+
branch,
|
|
239
|
+
indexedAt: (/* @__PURE__ */ new Date()).toISOString(),
|
|
240
|
+
stats: { filesSeen: files.length, filesIndexed: Object.keys(fileRecords).length, rebuiltFiles, reusedFiles, skippedFiles, languageBreakdown },
|
|
241
|
+
files: fileRecords
|
|
242
|
+
};
|
|
243
|
+
saveIndex(index);
|
|
244
|
+
return index;
|
|
245
|
+
}
|
|
246
|
+
function loadOrBuildCodeContextIndex(options = {}) {
|
|
247
|
+
const projectRoot = normalizeProjectRoot(options.projectRoot);
|
|
248
|
+
if (!options.force) {
|
|
249
|
+
const loaded = loadIndex(projectRoot);
|
|
250
|
+
if (loaded) {
|
|
251
|
+
const currentFiles = listCodeFiles(projectRoot, options.maxFiles ?? DEFAULT_MAX_FILES);
|
|
252
|
+
const unchanged = currentFiles.every((rel) => {
|
|
253
|
+
const normalized = rel.replaceAll(path.sep, "/");
|
|
254
|
+
const existing = loaded.files[normalized];
|
|
255
|
+
if (!existing) return false;
|
|
256
|
+
try {
|
|
257
|
+
const stat = statSync(path.join(projectRoot, normalized));
|
|
258
|
+
return stat.mtimeMs === existing.mtimeMs && stat.size === existing.size;
|
|
259
|
+
} catch {
|
|
260
|
+
return false;
|
|
261
|
+
}
|
|
262
|
+
});
|
|
263
|
+
if (unchanged && Object.keys(loaded.files).length === currentFiles.length) return loaded;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
return buildCodeContextIndex(options);
|
|
267
|
+
}
|
|
268
|
+
function normalizeLanguage(language) {
|
|
269
|
+
return language.toLowerCase().replace(/^c\+\+$/, "cpp").replace(/^c#$/, "csharp").replace(/^js$/, "javascript").replace(/^ts$/, "typescript");
|
|
270
|
+
}
|
|
271
|
+
function tokenize(query) {
|
|
272
|
+
const raw = query.toLowerCase().replace(/([a-z])([A-Z])/g, "$1 $2").split(/[^a-z0-9_.$/-]+/).map((s) => s.trim()).filter((s) => s.length >= 2);
|
|
273
|
+
const expanded = /* @__PURE__ */ new Set();
|
|
274
|
+
for (const term of raw) {
|
|
275
|
+
expanded.add(term);
|
|
276
|
+
for (const part of term.split(/[_.$/-]+/)) if (part.length >= 2) expanded.add(part);
|
|
277
|
+
const dashed = term.replace(/[_.$/]+/g, "-");
|
|
278
|
+
if (dashed.length >= 2) expanded.add(dashed);
|
|
279
|
+
if (!term.includes("-")) expanded.add(`${term}s`);
|
|
280
|
+
if (term.endsWith("s") && term.length > 3) expanded.add(term.slice(0, -1));
|
|
281
|
+
}
|
|
282
|
+
return [...expanded];
|
|
283
|
+
}
|
|
284
|
+
function ngrams(terms) {
|
|
285
|
+
const grams = [...terms];
|
|
286
|
+
for (let i = 0; i < terms.length - 1; i++) grams.push(`${terms[i]} ${terms[i + 1]}`);
|
|
287
|
+
return grams;
|
|
288
|
+
}
|
|
289
|
+
function globToRegex(pattern) {
|
|
290
|
+
let out = "";
|
|
291
|
+
for (let i = 0; i < pattern.length; i++) {
|
|
292
|
+
const ch = pattern[i];
|
|
293
|
+
const next = pattern[i + 1];
|
|
294
|
+
if (ch === "*" && next === "*") {
|
|
295
|
+
out += ".*";
|
|
296
|
+
i++;
|
|
297
|
+
continue;
|
|
298
|
+
}
|
|
299
|
+
if (ch === "*") {
|
|
300
|
+
out += "[^/]*";
|
|
301
|
+
continue;
|
|
302
|
+
}
|
|
303
|
+
if (".+^${}()|[]\\".includes(ch)) out += `\\${ch}`;
|
|
304
|
+
else out += ch;
|
|
305
|
+
}
|
|
306
|
+
return new RegExp(`^${out}$`);
|
|
307
|
+
}
|
|
308
|
+
function matchesPath(filePath, patterns) {
|
|
309
|
+
if (!patterns || patterns.length === 0) return true;
|
|
310
|
+
const normalized = filePath.replaceAll(path.sep, "/");
|
|
311
|
+
return patterns.some((pattern) => {
|
|
312
|
+
const p = pattern.replaceAll(path.sep, "/").replace(/^\.\//, "");
|
|
313
|
+
return normalized === p || normalized.startsWith(`${p}/`) || normalized.endsWith(p) || globToRegex(p).test(normalized);
|
|
314
|
+
});
|
|
315
|
+
}
|
|
316
|
+
function scoreSymbol(symbol, terms) {
|
|
317
|
+
const grams = ngrams(terms);
|
|
318
|
+
const haystacks = {
|
|
319
|
+
name: symbol.name.toLowerCase(),
|
|
320
|
+
path: symbol.filePath.toLowerCase(),
|
|
321
|
+
language: symbol.language.toLowerCase(),
|
|
322
|
+
summary: symbol.summary.toLowerCase(),
|
|
323
|
+
text: symbol.text.toLowerCase()
|
|
324
|
+
};
|
|
325
|
+
let score = 0;
|
|
326
|
+
const matches = [];
|
|
327
|
+
for (const term of terms) {
|
|
328
|
+
if (haystacks.name === term) {
|
|
329
|
+
score += 100;
|
|
330
|
+
matches.push(`name=${term}`);
|
|
331
|
+
continue;
|
|
332
|
+
}
|
|
333
|
+
if (haystacks.name.includes(term)) {
|
|
334
|
+
score += 45;
|
|
335
|
+
matches.push(`name~${term}`);
|
|
336
|
+
}
|
|
337
|
+
if (haystacks.path.includes(term)) {
|
|
338
|
+
score += 18;
|
|
339
|
+
matches.push(`path~${term}`);
|
|
340
|
+
}
|
|
341
|
+
if (haystacks.language === term) {
|
|
342
|
+
score += 18;
|
|
343
|
+
matches.push(`language=${term}`);
|
|
344
|
+
}
|
|
345
|
+
if (haystacks.summary.includes(term)) {
|
|
346
|
+
score += 16;
|
|
347
|
+
matches.push(`summary~${term}`);
|
|
348
|
+
}
|
|
349
|
+
if (haystacks.text.includes(term)) {
|
|
350
|
+
score += 5;
|
|
351
|
+
matches.push(`text~${term}`);
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
for (const gram of grams.filter((g) => g.includes(" "))) {
|
|
355
|
+
if (haystacks.text.includes(gram) || haystacks.summary.includes(gram)) {
|
|
356
|
+
score += 20;
|
|
357
|
+
matches.push(`phrase~${gram}`);
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
const uniqueMatches = new Set(matches.map((m) => m.replace(/^[^=~]+[=~]/, ""))).size;
|
|
361
|
+
score += uniqueMatches * 3;
|
|
362
|
+
return { score, matches };
|
|
363
|
+
}
|
|
364
|
+
function filteredFiles(index, options = {}) {
|
|
365
|
+
const languages = options.languages?.map(normalizeLanguage).filter(Boolean);
|
|
366
|
+
return Object.values(index.files).filter((file) => {
|
|
367
|
+
if (languages && languages.length > 0 && !languages.includes(normalizeLanguage(file.language))) return false;
|
|
368
|
+
return matchesPath(file.path, options.paths);
|
|
369
|
+
});
|
|
370
|
+
}
|
|
371
|
+
function lexicalSearch(query, options = {}) {
|
|
372
|
+
const terms = tokenize(query);
|
|
373
|
+
if (terms.length === 0) return [];
|
|
374
|
+
const index = loadOrBuildCodeContextIndex({ projectRoot: options.projectRoot, force: options.force || options.refreshIndex, maxFiles: options.maxFiles });
|
|
375
|
+
const results = [];
|
|
376
|
+
for (const file of filteredFiles(index, options)) {
|
|
377
|
+
for (const symbol of file.symbols) {
|
|
378
|
+
const scored = scoreSymbol(symbol, terms);
|
|
379
|
+
if (scored.score > 0) {
|
|
380
|
+
results.push({
|
|
381
|
+
symbol,
|
|
382
|
+
score: scored.score,
|
|
383
|
+
matches: scored.matches,
|
|
384
|
+
filePath: symbol.filePath,
|
|
385
|
+
language: symbol.language,
|
|
386
|
+
content: symbol.text,
|
|
387
|
+
startLine: symbol.startLine,
|
|
388
|
+
endLine: symbol.endLine
|
|
389
|
+
});
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
const offset = Math.max(0, options.offset ?? 0);
|
|
394
|
+
const limit = options.limit ?? 20;
|
|
395
|
+
return results.sort((a, b) => b.score - a.score || a.filePath.localeCompare(b.filePath)).slice(offset, offset + limit);
|
|
396
|
+
}
|
|
397
|
+
function searchCodeContext(query, options = {}) {
|
|
398
|
+
return lexicalSearch(query, options);
|
|
399
|
+
}
|
|
400
|
+
var RRF_K = 60;
|
|
401
|
+
async function searchCodeContextSemantic(query, options = {}) {
|
|
402
|
+
const terms = tokenize(query);
|
|
403
|
+
if (terms.length === 0) return [];
|
|
404
|
+
const index = loadOrBuildCodeContextIndex({ projectRoot: options.projectRoot, force: options.force || options.refreshIndex, maxFiles: options.maxFiles });
|
|
405
|
+
const projectRoot = normalizeProjectRoot(options.projectRoot);
|
|
406
|
+
const vectorStore = loadVectorStore(projectRoot);
|
|
407
|
+
if (!vectorStore || Object.keys(vectorStore.vectors).length === 0) {
|
|
408
|
+
return lexicalSearch(query, options);
|
|
409
|
+
}
|
|
410
|
+
let queryVector = null;
|
|
411
|
+
try {
|
|
412
|
+
const connected = await connectEmbedDaemon().catch(() => false);
|
|
413
|
+
if (connected) {
|
|
414
|
+
const result = await embedBatchViaClient([query], "high");
|
|
415
|
+
if (result && result.length === 1) queryVector = result[0];
|
|
416
|
+
}
|
|
417
|
+
} catch {
|
|
418
|
+
}
|
|
419
|
+
if (!queryVector) return lexicalSearch(query, options);
|
|
420
|
+
const files = filteredFiles(index, options);
|
|
421
|
+
const candidates = [];
|
|
422
|
+
for (const file of files) {
|
|
423
|
+
for (const symbol of file.symbols) {
|
|
424
|
+
const lexical = scoreSymbol(symbol, terms);
|
|
425
|
+
const vec = vectorStore.vectors[symbol.id];
|
|
426
|
+
const vectorScore = vec ? cosineSimilarity(queryVector, vec) : 0;
|
|
427
|
+
if (lexical.score > 0 || vectorScore > 0.3) {
|
|
428
|
+
candidates.push({
|
|
429
|
+
symbol,
|
|
430
|
+
lexicalScore: lexical.score,
|
|
431
|
+
vectorScore,
|
|
432
|
+
matches: lexical.matches
|
|
433
|
+
});
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
const byLexical = [...candidates].sort((a, b) => b.lexicalScore - a.lexicalScore);
|
|
438
|
+
const byVector = [...candidates].sort((a, b) => b.vectorScore - a.vectorScore);
|
|
439
|
+
const lexicalRank = /* @__PURE__ */ new Map();
|
|
440
|
+
const vectorRank = /* @__PURE__ */ new Map();
|
|
441
|
+
byLexical.forEach((c, i) => lexicalRank.set(c.symbol.id, i + 1));
|
|
442
|
+
byVector.forEach((c, i) => vectorRank.set(c.symbol.id, i + 1));
|
|
443
|
+
const VECTOR_WEIGHT = 0.6;
|
|
444
|
+
const LEXICAL_WEIGHT = 0.4;
|
|
445
|
+
const fused = candidates.map((c) => {
|
|
446
|
+
const lRank = lexicalRank.get(c.symbol.id) ?? candidates.length + 1;
|
|
447
|
+
const vRank = vectorRank.get(c.symbol.id) ?? candidates.length + 1;
|
|
448
|
+
const rrfScore = VECTOR_WEIGHT * (1 / (RRF_K + vRank)) + LEXICAL_WEIGHT * (1 / (RRF_K + lRank));
|
|
449
|
+
return {
|
|
450
|
+
symbol: c.symbol,
|
|
451
|
+
score: rrfScore,
|
|
452
|
+
matches: c.vectorScore > 0.3 ? [...c.matches, `semantic=${c.vectorScore.toFixed(3)}`] : c.matches,
|
|
453
|
+
filePath: c.symbol.filePath,
|
|
454
|
+
language: c.symbol.language,
|
|
455
|
+
content: c.symbol.text,
|
|
456
|
+
startLine: c.symbol.startLine,
|
|
457
|
+
endLine: c.symbol.endLine
|
|
458
|
+
};
|
|
459
|
+
});
|
|
460
|
+
const offset = Math.max(0, options.offset ?? 0);
|
|
461
|
+
const limit = options.limit ?? 20;
|
|
462
|
+
return fused.sort((a, b) => b.score - a.score || a.filePath.localeCompare(b.filePath)).slice(offset, offset + limit);
|
|
463
|
+
}
|
|
464
|
+
async function buildCodeContextIndexWithEmbeddings(options = {}) {
|
|
465
|
+
const index = buildCodeContextIndex(options);
|
|
466
|
+
const existingStore = loadVectorStore(index.projectRoot);
|
|
467
|
+
const existingCount = existingStore ? Object.keys(existingStore.vectors).length : 0;
|
|
468
|
+
const store = await embedSymbols(index);
|
|
469
|
+
const vectorCount = Object.keys(store.vectors).length;
|
|
470
|
+
const newEmbeddings = vectorCount - Math.min(existingCount, vectorCount);
|
|
471
|
+
return { index, vectorCount, newEmbeddings };
|
|
472
|
+
}
|
|
473
|
+
function dependentsMap(index) {
|
|
474
|
+
const map = /* @__PURE__ */ new Map();
|
|
475
|
+
for (const file of Object.values(index.files)) {
|
|
476
|
+
for (const dep of file.resolvedImports) {
|
|
477
|
+
if (!map.has(dep)) map.set(dep, /* @__PURE__ */ new Set());
|
|
478
|
+
map.get(dep).add(file.path);
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
return map;
|
|
482
|
+
}
|
|
483
|
+
function findSymbols(index, symbolName, limit = 20) {
|
|
484
|
+
const q = symbolName.toLowerCase();
|
|
485
|
+
const exact = [];
|
|
486
|
+
const fuzzy = [];
|
|
487
|
+
for (const file of Object.values(index.files)) {
|
|
488
|
+
for (const symbol of file.symbols) {
|
|
489
|
+
if (symbol.name.toLowerCase() === q) exact.push(symbol);
|
|
490
|
+
else if (symbol.name.toLowerCase().includes(q) || symbol.summary.toLowerCase().includes(q)) fuzzy.push(symbol);
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
return [...exact, ...fuzzy].slice(0, limit);
|
|
494
|
+
}
|
|
495
|
+
function traceCodeSymbol(symbolName, options = {}) {
|
|
496
|
+
const index = loadOrBuildCodeContextIndex(options);
|
|
497
|
+
const matches = findSymbols(index, symbolName, options.limit ?? 20);
|
|
498
|
+
const dependents = dependentsMap(index);
|
|
499
|
+
return { query: symbolName, matches, definitions: matches.map((symbol) => {
|
|
500
|
+
const file = index.files[symbol.filePath];
|
|
501
|
+
return { symbol, imports: file.resolvedImports, dependents: [...dependents.get(symbol.filePath) ?? /* @__PURE__ */ new Set()].sort(), relatedSymbols: file.symbols.filter((s) => s.id !== symbol.id).slice(0, 20) };
|
|
502
|
+
}) };
|
|
503
|
+
}
|
|
504
|
+
function resolveTargetFile(index, input) {
|
|
505
|
+
if (input.filePath) {
|
|
506
|
+
const normalized = input.filePath.replaceAll(path.sep, "/").replace(/^\.\//, "");
|
|
507
|
+
if (index.files[normalized]) return { filePath: normalized, target: normalized };
|
|
508
|
+
const suffix = Object.keys(index.files).find((file) => file.endsWith(normalized));
|
|
509
|
+
if (suffix) return { filePath: suffix, target: input.filePath };
|
|
510
|
+
}
|
|
511
|
+
if (input.symbol) {
|
|
512
|
+
const match = findSymbols(index, input.symbol, 1)[0];
|
|
513
|
+
if (match) return { filePath: match.filePath, target: input.symbol };
|
|
514
|
+
}
|
|
515
|
+
return null;
|
|
516
|
+
}
|
|
517
|
+
function analyzeBlastRadius(input) {
|
|
518
|
+
const index = loadOrBuildCodeContextIndex({ projectRoot: input.projectRoot, force: input.force });
|
|
519
|
+
const target = resolveTargetFile(index, { filePath: input.filePath, symbol: input.symbol });
|
|
520
|
+
if (!target) return null;
|
|
521
|
+
const dependents = dependentsMap(index);
|
|
522
|
+
const maxDepth = input.depth ?? 2;
|
|
523
|
+
const impacted = /* @__PURE__ */ new Map();
|
|
524
|
+
const queue = [{ filePath: target.filePath, distance: 0 }];
|
|
525
|
+
impacted.set(target.filePath, { distance: 0, reason: "target" });
|
|
526
|
+
while (queue.length > 0) {
|
|
527
|
+
const item = queue.shift();
|
|
528
|
+
if (item.distance >= maxDepth) continue;
|
|
529
|
+
for (const dep of dependents.get(item.filePath) ?? []) {
|
|
530
|
+
if (!impacted.has(dep)) {
|
|
531
|
+
impacted.set(dep, { distance: item.distance + 1, reason: `imports ${item.filePath}` });
|
|
532
|
+
queue.push({ filePath: dep, distance: item.distance + 1 });
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
const targetBase = path.basename(target.filePath).replace(/\.[^.]+$/, "").toLowerCase();
|
|
537
|
+
const symbolLower = input.symbol?.toLowerCase();
|
|
538
|
+
const tests = Object.keys(index.files).filter((file) => {
|
|
539
|
+
const lower = file.toLowerCase();
|
|
540
|
+
return (lower.includes("test") || lower.includes("spec")) && (lower.includes(targetBase) || (symbolLower ? index.files[file].symbols.some((s) => s.text.toLowerCase().includes(symbolLower)) : false));
|
|
541
|
+
});
|
|
542
|
+
for (const test of tests) if (!impacted.has(test)) impacted.set(test, { distance: 1, reason: "related test/spec" });
|
|
543
|
+
const impactedFiles = [...impacted.entries()].map(([filePath, value]) => ({ filePath, distance: value.distance, reason: value.reason })).sort((a, b) => a.distance - b.distance || a.filePath.localeCompare(b.filePath));
|
|
544
|
+
const nonTestImpacted = impactedFiles.filter((f) => !f.filePath.match(/(test|spec)\./i)).length;
|
|
545
|
+
return { target: target.target, targetFile: target.filePath, impactedFiles, tests, symbolsInTarget: index.files[target.filePath]?.symbols ?? [], riskLevel: nonTestImpacted >= 8 ? "high" : nonTestImpacted >= 4 ? "medium" : "low" };
|
|
546
|
+
}
|
|
547
|
+
function getCodeContextStats(options = {}) {
|
|
548
|
+
const index = loadOrBuildCodeContextIndex(options);
|
|
549
|
+
return {
|
|
550
|
+
projectRoot: index.projectRoot,
|
|
551
|
+
branch: index.branch,
|
|
552
|
+
indexedAt: index.indexedAt,
|
|
553
|
+
indexAgeMs: Math.max(0, Date.now() - Date.parse(index.indexedAt)),
|
|
554
|
+
files: Object.keys(index.files).length,
|
|
555
|
+
symbols: Object.values(index.files).reduce((sum, file) => sum + file.symbols.length, 0),
|
|
556
|
+
imports: Object.values(index.files).reduce((sum, file) => sum + file.resolvedImports.length, 0),
|
|
557
|
+
languageBreakdown: index.stats.languageBreakdown,
|
|
558
|
+
rebuiltFiles: index.stats.rebuiltFiles,
|
|
559
|
+
reusedFiles: index.stats.reusedFiles,
|
|
560
|
+
skippedFiles: index.stats.skippedFiles,
|
|
561
|
+
indexPath: getCodeContextIndexPath(index.projectRoot)
|
|
562
|
+
};
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
export {
|
|
566
|
+
getCodeContextIndexPath,
|
|
567
|
+
buildCodeContextIndex,
|
|
568
|
+
loadOrBuildCodeContextIndex,
|
|
569
|
+
searchCodeContext,
|
|
570
|
+
searchCodeContextSemantic,
|
|
571
|
+
buildCodeContextIndexWithEmbeddings,
|
|
572
|
+
traceCodeSymbol,
|
|
573
|
+
analyzeBlastRadius,
|
|
574
|
+
getCodeContextStats
|
|
575
|
+
};
|