@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,614 @@
|
|
|
1
|
+
import {
|
|
2
|
+
cleanupReviewFile,
|
|
3
|
+
createTaskCore,
|
|
4
|
+
deleteTaskCore,
|
|
5
|
+
employeeSessionName,
|
|
6
|
+
ensureEmployee,
|
|
7
|
+
markAsReadByTaskFile,
|
|
8
|
+
notifyParentExe,
|
|
9
|
+
resolveExeSession,
|
|
10
|
+
sendIntercom,
|
|
11
|
+
sessionScopeFilter,
|
|
12
|
+
updateTaskStatus,
|
|
13
|
+
writeNotification
|
|
14
|
+
} from "./chunk-UBMGUX6T.js";
|
|
15
|
+
import {
|
|
16
|
+
getTransport
|
|
17
|
+
} from "./chunk-MVW62NIZ.js";
|
|
18
|
+
import {
|
|
19
|
+
recordOrchestrationEventBestEffort
|
|
20
|
+
} from "./chunk-CTFKTUYN.js";
|
|
21
|
+
import {
|
|
22
|
+
getAgentRuntime
|
|
23
|
+
} from "./chunk-GVP5U4WL.js";
|
|
24
|
+
import {
|
|
25
|
+
getSessionKey
|
|
26
|
+
} from "./chunk-CVYC6DUW.js";
|
|
27
|
+
import {
|
|
28
|
+
orgBus
|
|
29
|
+
} from "./chunk-MP2AFCGL.js";
|
|
30
|
+
import {
|
|
31
|
+
getClient,
|
|
32
|
+
getCoordinatorName,
|
|
33
|
+
isCoordinatorName,
|
|
34
|
+
isMultiInstance,
|
|
35
|
+
shouldAutoInstance
|
|
36
|
+
} from "./chunk-UJOSFVWG.js";
|
|
37
|
+
import {
|
|
38
|
+
EXE_AI_DIR
|
|
39
|
+
} from "./chunk-TNTFEWU5.js";
|
|
40
|
+
|
|
41
|
+
// src/lib/tasks.ts
|
|
42
|
+
import path2 from "path";
|
|
43
|
+
import { writeFileSync, mkdirSync, unlinkSync } from "fs";
|
|
44
|
+
|
|
45
|
+
// src/lib/tasks-chain.ts
|
|
46
|
+
import path from "path";
|
|
47
|
+
import { readFile, writeFile } from "fs/promises";
|
|
48
|
+
async function cascadeUnblock(taskId, baseDir, now) {
|
|
49
|
+
const client = getClient();
|
|
50
|
+
const ubScope = sessionScopeFilter();
|
|
51
|
+
const blockedRows = await client.execute({
|
|
52
|
+
sql: `SELECT id, title, assigned_to, priority, task_file FROM tasks WHERE blocked_by = ? AND status = 'blocked'${ubScope.sql}`,
|
|
53
|
+
args: [taskId, ...ubScope.args]
|
|
54
|
+
});
|
|
55
|
+
if (blockedRows.rows.length === 0) return;
|
|
56
|
+
const ids = blockedRows.rows.map((r) => String(r.id));
|
|
57
|
+
const ph = ids.map(() => "?").join(",");
|
|
58
|
+
await client.execute({
|
|
59
|
+
sql: `UPDATE tasks SET status = 'open', blocked_by = NULL, updated_at = ?
|
|
60
|
+
WHERE id IN (${ph})`,
|
|
61
|
+
args: [now, ...ids]
|
|
62
|
+
});
|
|
63
|
+
const unblockedRows = blockedRows;
|
|
64
|
+
if (baseDir) {
|
|
65
|
+
for (const ur of unblockedRows.rows) {
|
|
66
|
+
try {
|
|
67
|
+
const ubFile = path.join(baseDir, String(ur.task_file));
|
|
68
|
+
let ubContent = await readFile(ubFile, "utf-8");
|
|
69
|
+
ubContent = ubContent.replace(/\*\*Status:\*\* blocked/, "**Status:** open");
|
|
70
|
+
ubContent = ubContent.replace(/\n\*\*Blocked by:\*\*.*\n/, "\n");
|
|
71
|
+
await writeFile(ubFile, ubContent, "utf-8");
|
|
72
|
+
} catch {
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
if (unblockedRows.rows.length > 0 && !process.env.VITEST) {
|
|
77
|
+
try {
|
|
78
|
+
const { queueIntercom } = await import("./intercom-queue-USIXVVJQ.js");
|
|
79
|
+
const dispatched = /* @__PURE__ */ new Set();
|
|
80
|
+
for (const ur of unblockedRows.rows) {
|
|
81
|
+
const assignee = String(ur.assigned_to);
|
|
82
|
+
if (dispatched.has(assignee)) continue;
|
|
83
|
+
dispatched.add(assignee);
|
|
84
|
+
queueIntercom(`${assignee}`, `unblocked: "${String(ur.title)}" is now ready`);
|
|
85
|
+
}
|
|
86
|
+
} catch {
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
async function findNextTask(assignedTo) {
|
|
91
|
+
const client = getClient();
|
|
92
|
+
const ntScope = sessionScopeFilter();
|
|
93
|
+
const nextResult = await client.execute({
|
|
94
|
+
sql: `SELECT title, task_file, priority FROM tasks
|
|
95
|
+
WHERE assigned_to = ? AND status = 'open'${ntScope.sql}
|
|
96
|
+
ORDER BY priority ASC, created_at ASC
|
|
97
|
+
LIMIT 1`,
|
|
98
|
+
args: [assignedTo, ...ntScope.args]
|
|
99
|
+
});
|
|
100
|
+
if (nextResult.rows.length === 1) {
|
|
101
|
+
const nr = nextResult.rows[0];
|
|
102
|
+
return {
|
|
103
|
+
title: String(nr.title),
|
|
104
|
+
priority: String(nr.priority),
|
|
105
|
+
taskFile: String(nr.task_file)
|
|
106
|
+
};
|
|
107
|
+
}
|
|
108
|
+
return void 0;
|
|
109
|
+
}
|
|
110
|
+
async function checkSubtaskCompletion(parentTaskId, projectName) {
|
|
111
|
+
const client = getClient();
|
|
112
|
+
const scScope = sessionScopeFilter();
|
|
113
|
+
const remaining = await client.execute({
|
|
114
|
+
sql: `SELECT COUNT(*) as cnt FROM tasks
|
|
115
|
+
WHERE parent_task_id = ? AND status NOT IN ('done', 'cancelled', 'closed')${scScope.sql}`,
|
|
116
|
+
args: [parentTaskId, ...scScope.args]
|
|
117
|
+
});
|
|
118
|
+
const cnt = Number(remaining.rows[0]?.cnt ?? 1);
|
|
119
|
+
if (cnt === 0) {
|
|
120
|
+
const parentRow = await client.execute({
|
|
121
|
+
sql: `SELECT assigned_to, title, task_file, project_name FROM tasks WHERE id = ?`,
|
|
122
|
+
args: [parentTaskId]
|
|
123
|
+
});
|
|
124
|
+
if (parentRow.rows.length === 1) {
|
|
125
|
+
const pr = parentRow.rows[0];
|
|
126
|
+
const parentProject = pr.project_name == null ? projectName : String(pr.project_name);
|
|
127
|
+
await writeNotification({
|
|
128
|
+
agentId: String(pr.assigned_to),
|
|
129
|
+
agentRole: "system",
|
|
130
|
+
event: "subtasks_complete",
|
|
131
|
+
project: parentProject,
|
|
132
|
+
summary: `All subtasks complete for "${String(pr.title)}" \u2014 ready for rollup review`,
|
|
133
|
+
taskFile: String(pr.task_file)
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// src/lib/tasks-notify.ts
|
|
140
|
+
function resolveDispatchRuntime(agentId, override) {
|
|
141
|
+
if (override) return override;
|
|
142
|
+
try {
|
|
143
|
+
return getAgentRuntime(agentId).runtime ?? null;
|
|
144
|
+
} catch {
|
|
145
|
+
return null;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
async function dispatchTaskToEmployee(input) {
|
|
149
|
+
if (isCoordinatorName(input.assignedTo)) return { dispatched: "skipped" };
|
|
150
|
+
const dispatchRuntime = resolveDispatchRuntime(input.assignedTo, input.spawnRuntime);
|
|
151
|
+
recordOrchestrationEventBestEffort({
|
|
152
|
+
eventType: "dispatch.attempted",
|
|
153
|
+
source: "tasks-notify.dispatchTaskToEmployee",
|
|
154
|
+
taskId: input.taskId ?? null,
|
|
155
|
+
agentId: input.assignedTo,
|
|
156
|
+
runtime: dispatchRuntime,
|
|
157
|
+
payload: { priority: input.priority, projectName: input.projectName }
|
|
158
|
+
});
|
|
159
|
+
let crossProject = false;
|
|
160
|
+
if (input.projectName) {
|
|
161
|
+
try {
|
|
162
|
+
const { assertSessionScope } = await import("./session-scope-SMT225X3.js");
|
|
163
|
+
const check = assertSessionScope("dispatch_task", input.projectName);
|
|
164
|
+
if (check.reason === "cross_session_denied") {
|
|
165
|
+
crossProject = true;
|
|
166
|
+
recordOrchestrationEventBestEffort({
|
|
167
|
+
eventType: "dispatch.failed",
|
|
168
|
+
source: "tasks-notify.dispatchTaskToEmployee",
|
|
169
|
+
taskId: input.taskId ?? null,
|
|
170
|
+
agentId: input.assignedTo,
|
|
171
|
+
runtime: dispatchRuntime,
|
|
172
|
+
errorCode: "cross_session_denied",
|
|
173
|
+
payload: { projectName: input.projectName }
|
|
174
|
+
});
|
|
175
|
+
return { dispatched: "skipped", crossProject: true };
|
|
176
|
+
}
|
|
177
|
+
} catch {
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
try {
|
|
181
|
+
const transport = getTransport();
|
|
182
|
+
const exeSession = resolveExeSession();
|
|
183
|
+
if (!exeSession) {
|
|
184
|
+
recordOrchestrationEventBestEffort({
|
|
185
|
+
eventType: "dispatch.failed",
|
|
186
|
+
source: "tasks-notify.dispatchTaskToEmployee",
|
|
187
|
+
taskId: input.taskId ?? null,
|
|
188
|
+
agentId: input.assignedTo,
|
|
189
|
+
runtime: dispatchRuntime,
|
|
190
|
+
errorCode: "no_exe_session"
|
|
191
|
+
});
|
|
192
|
+
return { dispatched: "session_missing" };
|
|
193
|
+
}
|
|
194
|
+
const multiInstance = isMultiInstance(input.assignedTo);
|
|
195
|
+
if (multiInstance) {
|
|
196
|
+
const projectDir = input.projectDir ?? process.cwd();
|
|
197
|
+
const autoOpts = shouldAutoInstance(input.assignedTo);
|
|
198
|
+
const result = ensureEmployee(input.assignedTo, exeSession, projectDir, {
|
|
199
|
+
...autoOpts,
|
|
200
|
+
runtimeOverride: input.spawnRuntime,
|
|
201
|
+
modelOverride: input.spawnModel
|
|
202
|
+
});
|
|
203
|
+
if (result.status === "failed") {
|
|
204
|
+
process.stderr.write(
|
|
205
|
+
`[dispatch-audit] SPAWN FAILED \u2192 ${input.assignedTo} | task="${input.title}" [${input.priority}] | error=${result.error}
|
|
206
|
+
`
|
|
207
|
+
);
|
|
208
|
+
recordOrchestrationEventBestEffort({
|
|
209
|
+
eventType: "dispatch.failed",
|
|
210
|
+
source: "tasks-notify.dispatchTaskToEmployee",
|
|
211
|
+
taskId: input.taskId ?? null,
|
|
212
|
+
agentId: input.assignedTo,
|
|
213
|
+
sessionScope: exeSession,
|
|
214
|
+
runtime: dispatchRuntime,
|
|
215
|
+
errorCode: "spawn_failed",
|
|
216
|
+
payload: { path: "multi_instance", error: result.error }
|
|
217
|
+
});
|
|
218
|
+
return { dispatched: "session_missing" };
|
|
219
|
+
}
|
|
220
|
+
const dispatched = result.status === "intercom_sent" || result.status === "intercom_unprocessed" ? "sent_unverified" : "spawned";
|
|
221
|
+
process.stderr.write(
|
|
222
|
+
`[dispatch-audit] ${dispatched === "spawned" ? "SPAWNED" : "INTERCOM"} \u2192 ${result.sessionName} | task="${input.title}" [${input.priority}]
|
|
223
|
+
`
|
|
224
|
+
);
|
|
225
|
+
recordOrchestrationEventBestEffort({
|
|
226
|
+
eventType: "dispatch.completed",
|
|
227
|
+
source: "tasks-notify.dispatchTaskToEmployee",
|
|
228
|
+
taskId: input.taskId ?? null,
|
|
229
|
+
agentId: input.assignedTo,
|
|
230
|
+
sessionScope: exeSession,
|
|
231
|
+
tmuxSession: result.sessionName,
|
|
232
|
+
runtime: dispatchRuntime,
|
|
233
|
+
result: dispatched,
|
|
234
|
+
payload: { path: "multi_instance", priority: input.priority }
|
|
235
|
+
});
|
|
236
|
+
return { dispatched, session: result.sessionName, crossProject };
|
|
237
|
+
}
|
|
238
|
+
const sessionName = employeeSessionName(input.assignedTo, exeSession);
|
|
239
|
+
if (transport.isAlive(sessionName)) {
|
|
240
|
+
const result = sendIntercom(sessionName, { force: true });
|
|
241
|
+
const dispatched = result === "acknowledged" || result === "debounced" || result === "queued" ? "verified" : result === "delivered" ? "sent_unverified" : "session_dead";
|
|
242
|
+
process.stderr.write(
|
|
243
|
+
`[dispatch-audit] intercom \u2192 ${sessionName} | task="${input.title}" [${input.priority}] | result=${dispatched} (sendIntercom=${result})
|
|
244
|
+
`
|
|
245
|
+
);
|
|
246
|
+
recordOrchestrationEventBestEffort({
|
|
247
|
+
eventType: "dispatch.completed",
|
|
248
|
+
source: "tasks-notify.dispatchTaskToEmployee",
|
|
249
|
+
taskId: input.taskId ?? null,
|
|
250
|
+
agentId: input.assignedTo,
|
|
251
|
+
sessionScope: exeSession,
|
|
252
|
+
tmuxSession: sessionName,
|
|
253
|
+
runtime: dispatchRuntime,
|
|
254
|
+
result: dispatched,
|
|
255
|
+
payload: { path: "single_instance_intercom", priority: input.priority }
|
|
256
|
+
});
|
|
257
|
+
return { dispatched, session: sessionName, crossProject };
|
|
258
|
+
} else {
|
|
259
|
+
const projectDir = input.projectDir ?? process.cwd();
|
|
260
|
+
const result = ensureEmployee(input.assignedTo, exeSession, projectDir, {
|
|
261
|
+
runtimeOverride: input.spawnRuntime,
|
|
262
|
+
modelOverride: input.spawnModel
|
|
263
|
+
});
|
|
264
|
+
if (result.status === "failed") {
|
|
265
|
+
process.stderr.write(
|
|
266
|
+
`[dispatch-audit] SPAWN FAILED \u2192 ${input.assignedTo} | task="${input.title}" [${input.priority}] | error=${result.error}
|
|
267
|
+
`
|
|
268
|
+
);
|
|
269
|
+
recordOrchestrationEventBestEffort({
|
|
270
|
+
eventType: "dispatch.failed",
|
|
271
|
+
source: "tasks-notify.dispatchTaskToEmployee",
|
|
272
|
+
taskId: input.taskId ?? null,
|
|
273
|
+
agentId: input.assignedTo,
|
|
274
|
+
sessionScope: exeSession,
|
|
275
|
+
runtime: dispatchRuntime,
|
|
276
|
+
errorCode: "spawn_failed",
|
|
277
|
+
payload: { path: "single_instance_spawn", error: result.error }
|
|
278
|
+
});
|
|
279
|
+
return { dispatched: "session_missing" };
|
|
280
|
+
}
|
|
281
|
+
process.stderr.write(
|
|
282
|
+
`[dispatch-audit] SPAWNED \u2192 ${result.sessionName} | task="${input.title}" [${input.priority}]
|
|
283
|
+
`
|
|
284
|
+
);
|
|
285
|
+
recordOrchestrationEventBestEffort({
|
|
286
|
+
eventType: "dispatch.completed",
|
|
287
|
+
source: "tasks-notify.dispatchTaskToEmployee",
|
|
288
|
+
taskId: input.taskId ?? null,
|
|
289
|
+
agentId: input.assignedTo,
|
|
290
|
+
sessionScope: exeSession,
|
|
291
|
+
tmuxSession: result.sessionName,
|
|
292
|
+
runtime: dispatchRuntime,
|
|
293
|
+
result: "spawned",
|
|
294
|
+
payload: { path: "single_instance_spawn", priority: input.priority }
|
|
295
|
+
});
|
|
296
|
+
return { dispatched: "spawned", session: result.sessionName, crossProject };
|
|
297
|
+
}
|
|
298
|
+
} catch {
|
|
299
|
+
recordOrchestrationEventBestEffort({
|
|
300
|
+
eventType: "dispatch.failed",
|
|
301
|
+
source: "tasks-notify.dispatchTaskToEmployee",
|
|
302
|
+
taskId: input.taskId ?? null,
|
|
303
|
+
agentId: input.assignedTo,
|
|
304
|
+
runtime: dispatchRuntime,
|
|
305
|
+
errorCode: "exception"
|
|
306
|
+
});
|
|
307
|
+
return { dispatched: "session_missing" };
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
function notifyTaskDone() {
|
|
311
|
+
try {
|
|
312
|
+
const key = getSessionKey();
|
|
313
|
+
if (key && !process.env.VITEST) {
|
|
314
|
+
notifyParentExe(key);
|
|
315
|
+
process.stderr.write(
|
|
316
|
+
`[dispatch-audit] notifyTaskDone \u2192 parent coordinator (session=${key})
|
|
317
|
+
`
|
|
318
|
+
);
|
|
319
|
+
}
|
|
320
|
+
} catch {
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
async function markTaskNotificationsRead(taskFile) {
|
|
324
|
+
try {
|
|
325
|
+
await markAsReadByTaskFile(taskFile);
|
|
326
|
+
} catch {
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
// src/lib/tasks.ts
|
|
331
|
+
async function createTask(input) {
|
|
332
|
+
const result = await createTaskCore(input);
|
|
333
|
+
if (!input.skipDispatch && result.status !== "blocked" && !process.env.VITEST) {
|
|
334
|
+
dispatchTaskToEmployee({
|
|
335
|
+
assignedTo: input.assignedTo,
|
|
336
|
+
taskId: result.id,
|
|
337
|
+
title: input.title,
|
|
338
|
+
priority: input.priority,
|
|
339
|
+
taskFile: result.taskFile,
|
|
340
|
+
initialStatus: result.status,
|
|
341
|
+
projectName: input.projectName,
|
|
342
|
+
spawnRuntime: input.spawnRuntime ?? void 0,
|
|
343
|
+
spawnModel: input.spawnModel ?? void 0
|
|
344
|
+
});
|
|
345
|
+
}
|
|
346
|
+
return result;
|
|
347
|
+
}
|
|
348
|
+
async function updateTask(input) {
|
|
349
|
+
const { row, taskFile, now, taskId } = await updateTaskStatus(input);
|
|
350
|
+
try {
|
|
351
|
+
const agent = String(row.assigned_to);
|
|
352
|
+
const cacheDir = path2.join(EXE_AI_DIR, "session-cache");
|
|
353
|
+
const cachePath = path2.join(cacheDir, `current-task-${agent}.json`);
|
|
354
|
+
if (input.status === "in_progress") {
|
|
355
|
+
mkdirSync(cacheDir, { recursive: true });
|
|
356
|
+
writeFileSync(cachePath, JSON.stringify({ taskId, title: String(row.title) }));
|
|
357
|
+
} else if (input.status === "needs_review" || input.status === "done" || input.status === "blocked" || input.status === "cancelled" || input.status === "closed") {
|
|
358
|
+
try {
|
|
359
|
+
unlinkSync(cachePath);
|
|
360
|
+
} catch {
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
} catch (e) {
|
|
364
|
+
process.stderr.write(`[tasks] trajectory tagging failed: ${e instanceof Error ? e.message : String(e)}
|
|
365
|
+
`);
|
|
366
|
+
}
|
|
367
|
+
if (input.status === "needs_review" || input.status === "done" || input.status === "closed") {
|
|
368
|
+
await cleanupReviewFile(row, taskFile, input.baseDir);
|
|
369
|
+
}
|
|
370
|
+
if (input.status === "needs_review" || input.status === "done" || input.status === "cancelled" || input.status === "closed") {
|
|
371
|
+
try {
|
|
372
|
+
const client = getClient();
|
|
373
|
+
const taskTitle = String(row.title);
|
|
374
|
+
const escaped = taskTitle.replace(/%/g, "\\%").replace(/_/g, "\\_");
|
|
375
|
+
await client.execute({
|
|
376
|
+
sql: `UPDATE tasks SET status = 'cancelled', updated_at = ?
|
|
377
|
+
WHERE title LIKE ? ESCAPE '\\' AND status IN ('open', 'in_progress')`,
|
|
378
|
+
args: [now, `%left '${escaped}' as in\\_progress%`]
|
|
379
|
+
});
|
|
380
|
+
} catch (e) {
|
|
381
|
+
process.stderr.write(`[tasks] shadow task cleanup failed: ${e instanceof Error ? e.message : String(e)}
|
|
382
|
+
`);
|
|
383
|
+
}
|
|
384
|
+
const assignedAgent = String(row.assigned_to);
|
|
385
|
+
if (!isCoordinatorName(assignedAgent)) {
|
|
386
|
+
try {
|
|
387
|
+
const draftClient = getClient();
|
|
388
|
+
if (input.status === "needs_review" || input.status === "done" || input.status === "closed") {
|
|
389
|
+
await draftClient.execute({
|
|
390
|
+
sql: `UPDATE memories SET draft = 0 WHERE agent_id = ? AND draft = 1`,
|
|
391
|
+
args: [assignedAgent]
|
|
392
|
+
});
|
|
393
|
+
} else if (input.status === "cancelled") {
|
|
394
|
+
const now2 = (/* @__PURE__ */ new Date()).toISOString();
|
|
395
|
+
await draftClient.execute({
|
|
396
|
+
sql: `UPDATE memories SET status = 'deleted', deleted_at = ? WHERE agent_id = ? AND draft = 1`,
|
|
397
|
+
args: [now2, assignedAgent]
|
|
398
|
+
});
|
|
399
|
+
}
|
|
400
|
+
} catch (e) {
|
|
401
|
+
process.stderr.write(`[tasks] draft memory promotion/purge failed: ${e instanceof Error ? e.message : String(e)}
|
|
402
|
+
`);
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
try {
|
|
406
|
+
const client = getClient();
|
|
407
|
+
const cascaded = await client.execute({
|
|
408
|
+
sql: `UPDATE tasks SET status = 'closed', updated_at = ?
|
|
409
|
+
WHERE parent_task_id = ? AND status = 'needs_review'`,
|
|
410
|
+
args: [now, taskId]
|
|
411
|
+
});
|
|
412
|
+
if (cascaded.rowsAffected > 0) {
|
|
413
|
+
process.stderr.write(
|
|
414
|
+
`[cascade] Closed ${cascaded.rowsAffected} orphaned review task(s) for parent ${taskId}
|
|
415
|
+
`
|
|
416
|
+
);
|
|
417
|
+
}
|
|
418
|
+
} catch (e) {
|
|
419
|
+
process.stderr.write(`[tasks] review cascade close failed: ${e instanceof Error ? e.message : String(e)}
|
|
420
|
+
`);
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
const isCoordinator = isCoordinatorName(String(row.assigned_to));
|
|
424
|
+
if (input.status === "done" && row.reviewer && !isCoordinator) {
|
|
425
|
+
input.status = "needs_review";
|
|
426
|
+
}
|
|
427
|
+
const isTerminal = input.status === "done" || input.status === "needs_review" || input.status === "closed";
|
|
428
|
+
if (isTerminal) {
|
|
429
|
+
if (!isCoordinator) {
|
|
430
|
+
notifyTaskDone();
|
|
431
|
+
}
|
|
432
|
+
if ((input.status === "done" || input.status === "needs_review") && row.reviewer && !isCoordinator) {
|
|
433
|
+
const reviewer = String(row.reviewer);
|
|
434
|
+
const taskTitle = String(row.title);
|
|
435
|
+
let delivered = false;
|
|
436
|
+
try {
|
|
437
|
+
const { sendIntercom: sendIntercom2, resolveExeSession: resolveExeSession2 } = await import("./lib/tmux-routing.js");
|
|
438
|
+
const exeSession = row.session_scope ? String(row.session_scope) : resolveExeSession2();
|
|
439
|
+
if (exeSession) {
|
|
440
|
+
const reviewerSession = `${reviewer}-${exeSession}`;
|
|
441
|
+
const result = sendIntercom2(reviewerSession, { reason: "completion" });
|
|
442
|
+
if (result !== "failed") {
|
|
443
|
+
delivered = true;
|
|
444
|
+
process.stderr.write(`[tasks] EVENT: notified reviewer "${reviewer}" via tmux for "${taskTitle}"
|
|
445
|
+
`);
|
|
446
|
+
} else if (isCoordinatorName(reviewer)) {
|
|
447
|
+
const cooResult = sendIntercom2(exeSession, { reason: "completion" });
|
|
448
|
+
if (cooResult !== "failed") {
|
|
449
|
+
delivered = true;
|
|
450
|
+
process.stderr.write(`[tasks] EVENT: notified coordinator "${reviewer}" for "${taskTitle}"
|
|
451
|
+
`);
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
} catch (e) {
|
|
456
|
+
process.stderr.write(`[tasks] EVENT: tmux delivery failed: ${e instanceof Error ? e.message : String(e)}
|
|
457
|
+
`);
|
|
458
|
+
}
|
|
459
|
+
if (!delivered) {
|
|
460
|
+
try {
|
|
461
|
+
process.stderr.write(`[tasks] EVENT: tmux delivery failed for reviewer="${reviewer}". Queueing for daemon delivery.
|
|
462
|
+
`);
|
|
463
|
+
const { queueIntercom } = await import("./intercom-queue-USIXVVJQ.js");
|
|
464
|
+
const { resolveExeSession: resolveExeSession2 } = await import("./lib/tmux-routing.js");
|
|
465
|
+
const exeSession = row.session_scope ? String(row.session_scope) : resolveExeSession2();
|
|
466
|
+
if (exeSession) {
|
|
467
|
+
const reviewerSession = isCoordinatorName(reviewer) ? exeSession : `${reviewer}-${exeSession}`;
|
|
468
|
+
queueIntercom(reviewerSession, `Review ready: "${taskTitle}" by ${String(row.assigned_to)}. Run /exe-review.`);
|
|
469
|
+
}
|
|
470
|
+
} catch (e) {
|
|
471
|
+
process.stderr.write(`[tasks] EVENT: intercom queue failed: ${e instanceof Error ? e.message : String(e)}
|
|
472
|
+
`);
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
try {
|
|
476
|
+
const { pushNotifyAsync } = await import("./push-notifications-3GNJ5SZS.js");
|
|
477
|
+
pushNotifyAsync({
|
|
478
|
+
event: "review_ready",
|
|
479
|
+
title: `Review ready: ${taskTitle.slice(0, 50)}`,
|
|
480
|
+
body: `${String(row.assigned_to)} completed "${taskTitle}". Reviewer: ${reviewer}`,
|
|
481
|
+
priority: "normal"
|
|
482
|
+
});
|
|
483
|
+
} catch {
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
if (!isCoordinator) {
|
|
487
|
+
try {
|
|
488
|
+
const { pushNotifyAsync } = await import("./push-notifications-3GNJ5SZS.js");
|
|
489
|
+
const event = input.status === "needs_review" ? "review_ready" : "task_complete";
|
|
490
|
+
pushNotifyAsync({
|
|
491
|
+
event,
|
|
492
|
+
title: `${String(row.assigned_to)} completed: ${String(row.title).slice(0, 80)}`,
|
|
493
|
+
body: input.result ? String(input.result).slice(0, 500) : `Task "${String(row.title)}" is ${input.status}.`,
|
|
494
|
+
agent: String(row.assigned_to),
|
|
495
|
+
project: String(row.project_name)
|
|
496
|
+
});
|
|
497
|
+
} catch {
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
await markTaskNotificationsRead(taskFile);
|
|
501
|
+
if (input.status === "needs_review" && !isCoordinator) {
|
|
502
|
+
try {
|
|
503
|
+
const { writeNotification: writeNotification2 } = await import("./notifications-H4F77BYT.js");
|
|
504
|
+
await writeNotification2({
|
|
505
|
+
agentId: String(row.assigned_to),
|
|
506
|
+
agentRole: String(row.assigned_to),
|
|
507
|
+
event: "task_complete",
|
|
508
|
+
project: String(row.project_name),
|
|
509
|
+
summary: `"${String(row.title)}" is ready for review`,
|
|
510
|
+
taskFile
|
|
511
|
+
});
|
|
512
|
+
} catch (e) {
|
|
513
|
+
process.stderr.write(`[tasks] needs_review notification failed: ${e instanceof Error ? e.message : String(e)}
|
|
514
|
+
`);
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
if (input.status === "needs_review" || input.status === "done" || input.status === "closed") {
|
|
518
|
+
try {
|
|
519
|
+
await cascadeUnblock(taskId, input.baseDir, now);
|
|
520
|
+
} catch (e) {
|
|
521
|
+
process.stderr.write(`[tasks] cascade unblock failed: ${e instanceof Error ? e.message : String(e)}
|
|
522
|
+
`);
|
|
523
|
+
}
|
|
524
|
+
orgBus.emit({
|
|
525
|
+
type: "task_completed",
|
|
526
|
+
taskId,
|
|
527
|
+
employee: String(row.assigned_to),
|
|
528
|
+
result: input.result ?? "",
|
|
529
|
+
timestamp: now
|
|
530
|
+
});
|
|
531
|
+
if (row.parent_task_id) {
|
|
532
|
+
try {
|
|
533
|
+
await checkSubtaskCompletion(String(row.parent_task_id), String(row.project_name));
|
|
534
|
+
} catch (e) {
|
|
535
|
+
process.stderr.write(`[tasks] subtask completion check failed: ${e instanceof Error ? e.message : String(e)}
|
|
536
|
+
`);
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
if (input.status === "cancelled") {
|
|
542
|
+
try {
|
|
543
|
+
await cascadeUnblock(taskId, input.baseDir, now);
|
|
544
|
+
} catch (e) {
|
|
545
|
+
process.stderr.write(`[tasks] cancelled cascade unblock failed: ${e instanceof Error ? e.message : String(e)}
|
|
546
|
+
`);
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
if ((input.status === "needs_review" || input.status === "done" || input.status === "closed") && !isCoordinatorName(String(row.assigned_to)) && !process.env.VITEST) {
|
|
550
|
+
import("./lib/skill-learning.js").then(
|
|
551
|
+
({ captureAndLearn }) => captureAndLearn({
|
|
552
|
+
taskId,
|
|
553
|
+
agentId: String(row.assigned_to),
|
|
554
|
+
projectName: String(row.project_name),
|
|
555
|
+
taskTitle: String(row.title)
|
|
556
|
+
})
|
|
557
|
+
).catch((err) => {
|
|
558
|
+
process.stderr.write(
|
|
559
|
+
`[updateTask] skill learning failed: ${err instanceof Error ? err.message : String(err)}
|
|
560
|
+
`
|
|
561
|
+
);
|
|
562
|
+
});
|
|
563
|
+
}
|
|
564
|
+
let nextTask;
|
|
565
|
+
if (isTerminal && !isCoordinatorName(String(row.assigned_to))) {
|
|
566
|
+
try {
|
|
567
|
+
nextTask = await findNextTask(String(row.assigned_to));
|
|
568
|
+
} catch (e) {
|
|
569
|
+
process.stderr.write(`[tasks] task chaining failed: ${e instanceof Error ? e.message : String(e)}
|
|
570
|
+
`);
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
return {
|
|
574
|
+
id: String(row.id),
|
|
575
|
+
title: String(row.title),
|
|
576
|
+
assignedTo: String(row.assigned_to),
|
|
577
|
+
assignedBy: String(row.assigned_by),
|
|
578
|
+
projectName: String(row.project_name),
|
|
579
|
+
priority: String(row.priority),
|
|
580
|
+
status: input.status,
|
|
581
|
+
taskFile,
|
|
582
|
+
createdAt: String(row.created_at),
|
|
583
|
+
updatedAt: now,
|
|
584
|
+
budgetTokens: row.budget_tokens !== void 0 && row.budget_tokens !== null ? Number(row.budget_tokens) : null,
|
|
585
|
+
budgetFallbackModel: row.budget_fallback_model !== void 0 && row.budget_fallback_model !== null ? String(row.budget_fallback_model) : null,
|
|
586
|
+
tokensUsed: Number(row.tokens_used ?? 0),
|
|
587
|
+
tokensWarnedAt: row.tokens_warned_at !== void 0 && row.tokens_warned_at !== null ? Number(row.tokens_warned_at) : null,
|
|
588
|
+
spawnRuntime: row.spawn_runtime !== void 0 && row.spawn_runtime !== null ? String(row.spawn_runtime) : null,
|
|
589
|
+
spawnModel: row.spawn_model !== void 0 && row.spawn_model !== null ? String(row.spawn_model) : null,
|
|
590
|
+
sessionScope: row.session_scope !== void 0 && row.session_scope !== null ? String(row.session_scope) : null,
|
|
591
|
+
nextTask
|
|
592
|
+
};
|
|
593
|
+
}
|
|
594
|
+
async function deleteTask(taskId, baseDir) {
|
|
595
|
+
const client = getClient();
|
|
596
|
+
const { taskFile, assignedTo, assignedBy, taskSlug } = await deleteTaskCore(taskId, baseDir);
|
|
597
|
+
const coordinatorName = getCoordinatorName();
|
|
598
|
+
const reviewer = assignedBy || coordinatorName;
|
|
599
|
+
const reviewSlug = `review-${assignedTo}-${taskSlug}`;
|
|
600
|
+
const reviewFile = `exe/${reviewer}/${reviewSlug}.md`;
|
|
601
|
+
const legacyReviewFile = `exe/${coordinatorName}/${reviewSlug}.md`;
|
|
602
|
+
await client.execute({
|
|
603
|
+
sql: "DELETE FROM tasks WHERE task_file = ? OR task_file = ? OR task_file = ?",
|
|
604
|
+
args: [reviewFile, legacyReviewFile, `exe/exe/${reviewSlug}.md`]
|
|
605
|
+
});
|
|
606
|
+
await markAsReadByTaskFile(taskFile);
|
|
607
|
+
await markAsReadByTaskFile(reviewFile);
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
export {
|
|
611
|
+
createTask,
|
|
612
|
+
updateTask,
|
|
613
|
+
deleteTask
|
|
614
|
+
};
|