@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,348 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getIdentity,
|
|
3
|
+
loadEmployeesSync
|
|
4
|
+
} from "./chunk-UJOSFVWG.js";
|
|
5
|
+
|
|
6
|
+
// src/lib/drift-probes.ts
|
|
7
|
+
var DRIFT_THRESHOLD = 80;
|
|
8
|
+
async function getRecentMemories(agentId, limit) {
|
|
9
|
+
try {
|
|
10
|
+
const { getClient, isInitialized } = await import("./lib/database.js");
|
|
11
|
+
if (!isInitialized()) return { count: 0, texts: [] };
|
|
12
|
+
const client = getClient();
|
|
13
|
+
const result = await client.execute({
|
|
14
|
+
sql: `SELECT text FROM memories WHERE agent_id = ? ORDER BY created_at DESC LIMIT ?`,
|
|
15
|
+
args: [agentId, limit]
|
|
16
|
+
});
|
|
17
|
+
const texts = result.rows.map((r) => String(r.text ?? ""));
|
|
18
|
+
return { count: texts.length, texts };
|
|
19
|
+
} catch {
|
|
20
|
+
return { count: 0, texts: [] };
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
async function getDecisionCount(agentId) {
|
|
24
|
+
try {
|
|
25
|
+
const { getClient, isInitialized } = await import("./lib/database.js");
|
|
26
|
+
if (!isInitialized()) return 0;
|
|
27
|
+
const client = getClient();
|
|
28
|
+
const result = await client.execute({
|
|
29
|
+
sql: `SELECT COUNT(*) as cnt FROM memories WHERE agent_id = ? AND memory_type = 'decision'`,
|
|
30
|
+
args: [agentId]
|
|
31
|
+
});
|
|
32
|
+
return Number(result.rows[0]?.cnt ?? 0);
|
|
33
|
+
} catch {
|
|
34
|
+
return 0;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
function probeContinuity(ctx) {
|
|
38
|
+
const memCount = ctx.recentMemoryCount;
|
|
39
|
+
let score;
|
|
40
|
+
let detail;
|
|
41
|
+
if (memCount >= 20) {
|
|
42
|
+
score = 95;
|
|
43
|
+
detail = `${memCount} recent memories \u2014 strong continuity`;
|
|
44
|
+
} else if (memCount >= 10) {
|
|
45
|
+
score = 85;
|
|
46
|
+
detail = `${memCount} recent memories \u2014 adequate continuity`;
|
|
47
|
+
} else if (memCount >= 3) {
|
|
48
|
+
score = 70;
|
|
49
|
+
detail = `${memCount} recent memories \u2014 limited continuity`;
|
|
50
|
+
} else if (memCount >= 1) {
|
|
51
|
+
score = 50;
|
|
52
|
+
detail = `${memCount} recent memories \u2014 weak continuity`;
|
|
53
|
+
} else {
|
|
54
|
+
score = 30;
|
|
55
|
+
detail = "No recent memories \u2014 agent may lack session context";
|
|
56
|
+
}
|
|
57
|
+
if (ctx.storedDecisionCount > 0) {
|
|
58
|
+
score = Math.min(100, score + 5);
|
|
59
|
+
detail += ` (+${ctx.storedDecisionCount} decisions)`;
|
|
60
|
+
}
|
|
61
|
+
return { axis: "continuity", score, detail };
|
|
62
|
+
}
|
|
63
|
+
function probeConsistency(ctx) {
|
|
64
|
+
if (!ctx.identityBody || ctx.recentMemoryTexts.length === 0) {
|
|
65
|
+
return {
|
|
66
|
+
axis: "consistency",
|
|
67
|
+
score: ctx.identityBody ? 80 : 50,
|
|
68
|
+
detail: ctx.identityBody ? "No memories to check against identity" : "No identity file \u2014 cannot assess consistency"
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
const identityTerms = extractKeyTerms(ctx.identityBody);
|
|
72
|
+
if (identityTerms.length === 0) {
|
|
73
|
+
return { axis: "consistency", score: 75, detail: "Identity has no extractable key terms" };
|
|
74
|
+
}
|
|
75
|
+
const memoryText = ctx.recentMemoryTexts.join(" ").toLowerCase();
|
|
76
|
+
let matched = 0;
|
|
77
|
+
for (const term of identityTerms) {
|
|
78
|
+
if (memoryText.includes(term.toLowerCase())) matched++;
|
|
79
|
+
}
|
|
80
|
+
const ratio = matched / identityTerms.length;
|
|
81
|
+
const score = Math.round(50 + ratio * 50);
|
|
82
|
+
const detail = `${matched}/${identityTerms.length} identity terms found in recent memories`;
|
|
83
|
+
return { axis: "consistency", score, detail };
|
|
84
|
+
}
|
|
85
|
+
function probeRoleFidelity(ctx) {
|
|
86
|
+
const flags = [];
|
|
87
|
+
if (!ctx.identityBody) {
|
|
88
|
+
return {
|
|
89
|
+
axis: "role-fidelity",
|
|
90
|
+
score: 40,
|
|
91
|
+
detail: `No identity file for ${ctx.agent.name}`
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
let score = 100;
|
|
95
|
+
const identityLower = ctx.identityBody.toLowerCase();
|
|
96
|
+
const rosterRole = ctx.agent.role.toLowerCase();
|
|
97
|
+
if (!identityLower.includes(rosterRole)) {
|
|
98
|
+
score -= 15;
|
|
99
|
+
flags.push(`Identity does not mention role "${ctx.agent.role}"`);
|
|
100
|
+
}
|
|
101
|
+
if (!identityLower.includes(ctx.agent.name.toLowerCase())) {
|
|
102
|
+
score -= 10;
|
|
103
|
+
flags.push(`Identity does not mention agent name "${ctx.agent.name}"`);
|
|
104
|
+
}
|
|
105
|
+
const hasScopeBoundary = identityLower.includes("do not") || identityLower.includes("don't") || identityLower.includes("not your") || identityLower.includes("outside your") || identityLower.includes("you do not");
|
|
106
|
+
if (!hasScopeBoundary) {
|
|
107
|
+
score -= 10;
|
|
108
|
+
flags.push("Identity lacks explicit scope boundaries (what NOT to do)");
|
|
109
|
+
}
|
|
110
|
+
if (ctx.agent.systemPrompt) {
|
|
111
|
+
const promptTerms = extractKeyTerms(ctx.agent.systemPrompt);
|
|
112
|
+
const identityText = ctx.identityBody.toLowerCase();
|
|
113
|
+
let promptMatched = 0;
|
|
114
|
+
for (const term of promptTerms.slice(0, 20)) {
|
|
115
|
+
if (identityText.includes(term.toLowerCase())) promptMatched++;
|
|
116
|
+
}
|
|
117
|
+
const promptRatio = promptTerms.length > 0 ? promptMatched / Math.min(promptTerms.length, 20) : 1;
|
|
118
|
+
if (promptRatio < 0.3) {
|
|
119
|
+
score -= 15;
|
|
120
|
+
flags.push("Identity content diverges significantly from roster systemPrompt");
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
if (ctx.recentMemoryTexts.length > 5) {
|
|
124
|
+
const roleKeywords = extractRoleKeywords(ctx.agent.role);
|
|
125
|
+
const memoryText = ctx.recentMemoryTexts.join(" ").toLowerCase();
|
|
126
|
+
let domainHits = 0;
|
|
127
|
+
for (const kw of roleKeywords) {
|
|
128
|
+
if (memoryText.includes(kw)) domainHits++;
|
|
129
|
+
}
|
|
130
|
+
const domainRatio = roleKeywords.length > 0 ? domainHits / roleKeywords.length : 1;
|
|
131
|
+
if (domainRatio < 0.2) {
|
|
132
|
+
score -= 10;
|
|
133
|
+
flags.push(`Recent work shows little overlap with ${ctx.agent.role} domain keywords`);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
score = Math.max(0, Math.min(100, score));
|
|
137
|
+
const detail = flags.length > 0 ? flags.join("; ") : "Identity aligns with roster definition";
|
|
138
|
+
return { axis: "role-fidelity", score, detail };
|
|
139
|
+
}
|
|
140
|
+
function probeWorldModel(ctx) {
|
|
141
|
+
if (!ctx.identityBody) {
|
|
142
|
+
return {
|
|
143
|
+
axis: "world-model",
|
|
144
|
+
score: 50,
|
|
145
|
+
detail: "No identity file \u2014 cannot assess org awareness"
|
|
146
|
+
};
|
|
147
|
+
}
|
|
148
|
+
const identityLower = ctx.identityBody.toLowerCase();
|
|
149
|
+
const flags = [];
|
|
150
|
+
let score = 100;
|
|
151
|
+
const otherAgents = ctx.allEmployees.filter((e) => e.name !== ctx.agent.name);
|
|
152
|
+
let mentionedAgents = 0;
|
|
153
|
+
for (const other of otherAgents) {
|
|
154
|
+
if (identityLower.includes(other.name.toLowerCase())) mentionedAgents++;
|
|
155
|
+
}
|
|
156
|
+
if (otherAgents.length > 0) {
|
|
157
|
+
const mentionRatio = mentionedAgents / otherAgents.length;
|
|
158
|
+
if (mentionRatio < 0.3) {
|
|
159
|
+
score -= 15;
|
|
160
|
+
flags.push(`Identity mentions ${mentionedAgents}/${otherAgents.length} team members`);
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
const hasReportingChain = identityLower.includes("report") || identityLower.includes("manager") || identityLower.includes("coo") || identityLower.includes("coordinator");
|
|
164
|
+
if (!hasReportingChain) {
|
|
165
|
+
score -= 10;
|
|
166
|
+
flags.push("Identity does not reference reporting chain");
|
|
167
|
+
}
|
|
168
|
+
const orgTerms = ["exe-os", "exe-wiki", "exe-crm", "askexe"];
|
|
169
|
+
let orgMentions = 0;
|
|
170
|
+
for (const term of orgTerms) {
|
|
171
|
+
if (identityLower.includes(term)) orgMentions++;
|
|
172
|
+
}
|
|
173
|
+
if (orgMentions === 0) {
|
|
174
|
+
score -= 5;
|
|
175
|
+
flags.push("Identity does not reference any org products");
|
|
176
|
+
}
|
|
177
|
+
score = Math.max(0, Math.min(100, score));
|
|
178
|
+
const detail = flags.length > 0 ? flags.join("; ") : "Identity reflects org structure";
|
|
179
|
+
return { axis: "world-model", score, detail };
|
|
180
|
+
}
|
|
181
|
+
function extractKeyTerms(text) {
|
|
182
|
+
const stopwords = /* @__PURE__ */ new Set([
|
|
183
|
+
"the",
|
|
184
|
+
"and",
|
|
185
|
+
"for",
|
|
186
|
+
"are",
|
|
187
|
+
"but",
|
|
188
|
+
"not",
|
|
189
|
+
"you",
|
|
190
|
+
"all",
|
|
191
|
+
"any",
|
|
192
|
+
"can",
|
|
193
|
+
"had",
|
|
194
|
+
"her",
|
|
195
|
+
"was",
|
|
196
|
+
"one",
|
|
197
|
+
"our",
|
|
198
|
+
"out",
|
|
199
|
+
"has",
|
|
200
|
+
"his",
|
|
201
|
+
"how",
|
|
202
|
+
"its",
|
|
203
|
+
"may",
|
|
204
|
+
"new",
|
|
205
|
+
"now",
|
|
206
|
+
"old",
|
|
207
|
+
"see",
|
|
208
|
+
"way",
|
|
209
|
+
"who",
|
|
210
|
+
"did",
|
|
211
|
+
"get",
|
|
212
|
+
"got",
|
|
213
|
+
"let",
|
|
214
|
+
"say",
|
|
215
|
+
"she",
|
|
216
|
+
"too",
|
|
217
|
+
"use",
|
|
218
|
+
"with",
|
|
219
|
+
"this",
|
|
220
|
+
"that",
|
|
221
|
+
"from",
|
|
222
|
+
"they",
|
|
223
|
+
"been",
|
|
224
|
+
"have",
|
|
225
|
+
"will",
|
|
226
|
+
"your",
|
|
227
|
+
"what",
|
|
228
|
+
"when",
|
|
229
|
+
"make",
|
|
230
|
+
"like",
|
|
231
|
+
"just",
|
|
232
|
+
"over",
|
|
233
|
+
"such",
|
|
234
|
+
"take",
|
|
235
|
+
"than",
|
|
236
|
+
"them",
|
|
237
|
+
"very",
|
|
238
|
+
"some",
|
|
239
|
+
"could",
|
|
240
|
+
"into",
|
|
241
|
+
"then",
|
|
242
|
+
"more",
|
|
243
|
+
"also",
|
|
244
|
+
"after",
|
|
245
|
+
"should",
|
|
246
|
+
"would",
|
|
247
|
+
"about",
|
|
248
|
+
"their",
|
|
249
|
+
"which",
|
|
250
|
+
"these",
|
|
251
|
+
"other",
|
|
252
|
+
"every",
|
|
253
|
+
"does",
|
|
254
|
+
"being",
|
|
255
|
+
"those",
|
|
256
|
+
"never",
|
|
257
|
+
"before",
|
|
258
|
+
"through"
|
|
259
|
+
]);
|
|
260
|
+
const words = text.replace(/[^\w\s-]/g, " ").split(/\s+/).filter((w) => w.length > 3 && !stopwords.has(w.toLowerCase()));
|
|
261
|
+
return [...new Set(words.map((w) => w.toLowerCase()))].slice(0, 50);
|
|
262
|
+
}
|
|
263
|
+
function extractRoleKeywords(role) {
|
|
264
|
+
const roleKeywordMap = {
|
|
265
|
+
"coo": ["coordinate", "review", "status", "team", "task", "priority", "dispatch"],
|
|
266
|
+
"cto": ["architecture", "code", "technical", "system", "design", "review", "security"],
|
|
267
|
+
"cmo": ["marketing", "brand", "content", "design", "seo", "social", "campaign"],
|
|
268
|
+
"principal engineer": ["code", "implement", "test", "fix", "feature", "refactor", "build"],
|
|
269
|
+
"staff code reviewer": ["review", "code", "quality", "issue", "fix", "pattern"],
|
|
270
|
+
"content production specialist": ["video", "image", "render", "content", "produce", "media"],
|
|
271
|
+
"ai product lead": ["competitive", "analysis", "feature", "product", "research", "repo"]
|
|
272
|
+
};
|
|
273
|
+
const normalized = role.toLowerCase();
|
|
274
|
+
return roleKeywordMap[normalized] ?? normalized.split(/\s+/).filter((w) => w.length > 2);
|
|
275
|
+
}
|
|
276
|
+
async function runDriftProbes(options = {}) {
|
|
277
|
+
const employees = loadEmployeesSync();
|
|
278
|
+
const targetAgents = options.agentId ? employees.filter((e) => e.name === options.agentId) : employees;
|
|
279
|
+
if (targetAgents.length === 0) {
|
|
280
|
+
return [];
|
|
281
|
+
}
|
|
282
|
+
const axes = options.axes ?? ["continuity", "consistency", "role-fidelity", "world-model"];
|
|
283
|
+
const results = [];
|
|
284
|
+
for (const agent of targetAgents) {
|
|
285
|
+
const identity = getIdentity(agent.name);
|
|
286
|
+
const { count: memCount, texts: memTexts } = await getRecentMemories(agent.name, 50);
|
|
287
|
+
const decisionCount = await getDecisionCount(agent.name);
|
|
288
|
+
const ctx = {
|
|
289
|
+
agent,
|
|
290
|
+
identityBody: identity?.body ?? null,
|
|
291
|
+
identityRole: identity?.frontmatter.role ?? null,
|
|
292
|
+
recentMemoryCount: memCount,
|
|
293
|
+
recentMemoryTexts: memTexts,
|
|
294
|
+
storedDecisionCount: decisionCount,
|
|
295
|
+
allEmployees: employees
|
|
296
|
+
};
|
|
297
|
+
const probes = [];
|
|
298
|
+
const probeFns = {
|
|
299
|
+
continuity: probeContinuity,
|
|
300
|
+
consistency: probeConsistency,
|
|
301
|
+
"role-fidelity": probeRoleFidelity,
|
|
302
|
+
"world-model": probeWorldModel
|
|
303
|
+
};
|
|
304
|
+
for (const axis of axes) {
|
|
305
|
+
probes.push(probeFns[axis](ctx));
|
|
306
|
+
}
|
|
307
|
+
const scores = {
|
|
308
|
+
continuity: 0,
|
|
309
|
+
consistency: 0,
|
|
310
|
+
"role-fidelity": 0,
|
|
311
|
+
"world-model": 0
|
|
312
|
+
};
|
|
313
|
+
for (const probe of probes) {
|
|
314
|
+
scores[probe.axis] = probe.score;
|
|
315
|
+
}
|
|
316
|
+
const weights = {
|
|
317
|
+
continuity: 0.2,
|
|
318
|
+
consistency: 0.2,
|
|
319
|
+
"role-fidelity": 0.35,
|
|
320
|
+
"world-model": 0.25
|
|
321
|
+
};
|
|
322
|
+
let weightedSum = 0;
|
|
323
|
+
let weightTotal = 0;
|
|
324
|
+
for (const axis of axes) {
|
|
325
|
+
weightedSum += scores[axis] * weights[axis];
|
|
326
|
+
weightTotal += weights[axis];
|
|
327
|
+
}
|
|
328
|
+
const overall = Math.round(weightTotal > 0 ? weightedSum / weightTotal : 0);
|
|
329
|
+
const flags = [];
|
|
330
|
+
for (const probe of probes) {
|
|
331
|
+
if (probe.score < DRIFT_THRESHOLD) {
|
|
332
|
+
flags.push(`${probe.axis} at ${probe.score}% \u2014 ${probe.detail}`);
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
results.push({
|
|
336
|
+
agent: agent.name,
|
|
337
|
+
scores,
|
|
338
|
+
overall,
|
|
339
|
+
drifting: flags.length > 0,
|
|
340
|
+
flags
|
|
341
|
+
});
|
|
342
|
+
}
|
|
343
|
+
return results;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export {
|
|
347
|
+
runDriftProbes
|
|
348
|
+
};
|