@askexenow/exe-os 0.9.86 → 0.9.87

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.
Files changed (72) hide show
  1. package/dist/bin/agentic-ontology-backfill.js +18 -0
  2. package/dist/bin/agentic-reflection-backfill.js +18 -0
  3. package/dist/bin/agentic-semantic-label.js +18 -0
  4. package/dist/bin/backfill-conversations.js +18 -0
  5. package/dist/bin/backfill-responses.js +18 -0
  6. package/dist/bin/backfill-vectors.js +18 -0
  7. package/dist/bin/bulk-sync-postgres.js +18 -0
  8. package/dist/bin/cleanup-stale-review-tasks.js +18 -0
  9. package/dist/bin/cli.js +187 -4
  10. package/dist/bin/exe-agent.js +18 -0
  11. package/dist/bin/exe-assign.js +18 -0
  12. package/dist/bin/exe-boot.js +18 -0
  13. package/dist/bin/exe-call.js +18 -0
  14. package/dist/bin/exe-cloud.js +18 -0
  15. package/dist/bin/exe-dispatch.js +18 -0
  16. package/dist/bin/exe-doctor.js +18 -0
  17. package/dist/bin/exe-export-behaviors.js +18 -0
  18. package/dist/bin/exe-forget.js +18 -0
  19. package/dist/bin/exe-gateway.js +18 -0
  20. package/dist/bin/exe-heartbeat.js +18 -0
  21. package/dist/bin/exe-kill.js +18 -0
  22. package/dist/bin/exe-launch-agent.js +18 -0
  23. package/dist/bin/exe-new-employee.js +33 -2
  24. package/dist/bin/exe-pending-messages.js +18 -0
  25. package/dist/bin/exe-pending-notifications.js +18 -0
  26. package/dist/bin/exe-pending-reviews.js +18 -0
  27. package/dist/bin/exe-rename.js +18 -0
  28. package/dist/bin/exe-review.js +18 -0
  29. package/dist/bin/exe-search.js +18 -0
  30. package/dist/bin/exe-session-cleanup.js +18 -0
  31. package/dist/bin/exe-start-codex.js +18 -0
  32. package/dist/bin/exe-start-opencode.js +18 -0
  33. package/dist/bin/exe-status.js +18 -0
  34. package/dist/bin/exe-team.js +18 -0
  35. package/dist/bin/git-sweep.js +18 -0
  36. package/dist/bin/graph-backfill.js +18 -0
  37. package/dist/bin/graph-export.js +18 -0
  38. package/dist/bin/install.js +9 -0
  39. package/dist/bin/intercom-check.js +18 -0
  40. package/dist/bin/scan-tasks.js +18 -0
  41. package/dist/bin/setup.js +24 -2
  42. package/dist/bin/shard-migrate.js +18 -0
  43. package/dist/gateway/index.js +18 -0
  44. package/dist/hooks/bug-report-worker.js +18 -0
  45. package/dist/hooks/codex-stop-task-finalizer.js +18 -0
  46. package/dist/hooks/commit-complete.js +18 -0
  47. package/dist/hooks/error-recall.js +18 -0
  48. package/dist/hooks/ingest.js +18 -0
  49. package/dist/hooks/instructions-loaded.js +18 -0
  50. package/dist/hooks/notification.js +18 -0
  51. package/dist/hooks/post-compact.js +18 -0
  52. package/dist/hooks/post-tool-combined.js +18 -0
  53. package/dist/hooks/pre-compact.js +18 -0
  54. package/dist/hooks/pre-tool-use.js +18 -0
  55. package/dist/hooks/prompt-submit.js +18 -0
  56. package/dist/hooks/session-end.js +18 -0
  57. package/dist/hooks/session-start.js +18 -0
  58. package/dist/hooks/stop.js +18 -0
  59. package/dist/hooks/subagent-stop.js +18 -0
  60. package/dist/hooks/summary-worker.js +18 -0
  61. package/dist/index.js +18 -0
  62. package/dist/lib/employee-templates.js +18 -0
  63. package/dist/lib/exe-daemon.js +712 -169
  64. package/dist/lib/hybrid-search.js +18 -0
  65. package/dist/lib/identity-templates.js +6 -2
  66. package/dist/lib/schedules.js +18 -0
  67. package/dist/lib/store.js +18 -0
  68. package/dist/mcp/server.js +670 -143
  69. package/dist/mcp/tools/create-task.js +6 -2
  70. package/dist/runtime/index.js +18 -0
  71. package/dist/tui/App.js +18 -0
  72. package/package.json +1 -1
@@ -4152,6 +4152,24 @@ var init_platform_procedures = __esm({
4152
4152
  priority: "p0",
4153
4153
  content: "When an agent encounters a suspected Exe OS bug, update breakage, MCP/tool failure, installer issue, memory/orchestration defect, or customer-local patch need, it MUST use create_bug_report. Do this before or alongside any local workaround so the report reaches AskExe support directly via the customer's license. Do NOT ask the founder for permission to file a required bug report. If create_bug_report is deferred/lazy-loaded, load it and call it. If it is unavailable in the live MCP surface, report 'create_bug_report unavailable in this session' and save a local report in exe/output \u2014 never claim the tool does not exist unless the live MCP surface was checked. If upstream delivery fails, call support_test (MCP) and include its result in the local report so AskExe can distinguish customer setup, license provisioning, and server intake issues; only ask the founder to run `exe-os support test` if MCP is disconnected/unavailable. Classify first: upstream_bug = reproducible exe-os/platform defect; customer_customization = identity, behavior, procedure, config, branding, workflow preference that belongs in customer-owned layers; emergency_hotfix = temporary local patch. For upstream bugs/emergency hotfixes include version, repro steps, expected/actual, files changed, workaround, and local diff summary. Avoid permanent platform-code patches unless founder approves; if a hotfix is unavoidable, document it in the bug report and re-check after npm update."
4154
4154
  },
4155
+ {
4156
+ title: "Bug report status check \u2014 surface available fixes on boot",
4157
+ domain: "support",
4158
+ priority: "p1",
4159
+ content: "Once per session (COO boot only, never repeat), call list_my_bug_reports to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'fixed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. This is a one-time check at boot, not a recurring poll. If no reports exist or none are fixed, skip silently. If the MCP tool is unavailable or the network call fails, skip silently \u2014 this is informational, not blocking."
4160
+ },
4161
+ {
4162
+ title: "Feature request triage \u2014 upstream feature vs local customization",
4163
+ domain: "support",
4164
+ priority: "p0",
4165
+ content: "When an agent or founder identifies a desired capability that exe-os does not yet provide, the COO (or equivalent coordinator) must decide: is this a local customization (identity, behavior, procedure, config, branding, workflow preference that can be configured in customer-owned layers) or an upstream feature request (a platform capability that requires changes to exe-os code, shipped via npm update)? Local customizations: implement immediately using store_behavior, update_identity, company_procedure, or config changes. Upstream features: use create_feature_request to submit to AskExe. Include use case, business impact, and current workaround. Do NOT ask the founder for permission to file a feature request \u2014 file it proactively when the need is clear."
4166
+ },
4167
+ {
4168
+ title: "Feature request status check \u2014 surface shipped features on boot",
4169
+ domain: "support",
4170
+ priority: "p1",
4171
+ content: "Once per session (COO boot only, never repeat), call list_my_feature_requests to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. This is a one-time check at boot, not a recurring poll. If no requests exist or none are shipped, skip silently. If the MCP tool is unavailable or the network call fails, skip silently \u2014 this is informational, not blocking."
4172
+ },
4155
4173
  // --- Operations ---
4156
4174
  {
4157
4175
  title: "Managers must supervise deployed workers",
@@ -72,12 +72,14 @@ On EVERY new conversation, before doing anything else:
72
72
  1. **Memory scan**: Run recall_my_memory with broad queries \u2014 "project", "client", "pipeline", "campaign", "deal", "decision", "blocker". Summarize what you find.
73
73
  2. **Task scan**: Run list_tasks to see what's open, in progress, blocked, or needs review across all employees.
74
74
  3. **Team check**: Run ask_team_memory for recent activity from CTO/CMO/engineers.
75
- 4. **Present the brief**: Give the founder a concise status report:
75
+ 4. **Bug fix check** (one-time, never repeat): Call list_my_bug_reports to see if AskExe has fixed any previously filed bugs. If any have status "fixed" with a fixed_version, tell the founder: "\u{1F527} N bug fix(es) available \u2014 run \`exe-os update\` to get version X.Y.Z." Skip silently if none or if the call fails.
76
+ 5. **Present the brief**: Give the founder a concise status report:
76
77
  - What's active and progressing
77
78
  - What's blocked and needs attention
78
79
  - What decisions are pending
80
+ - Available bug fixes (from step 4, if any)
79
81
  - What you recommend doing next
80
- 5. Then ask: "What's the priority?"
82
+ 6. Then ask: "What's the priority?"
81
83
 
82
84
  If this is your FIRST ever conversation (few or no prior memories):
83
85
  - Search more broadly: "product", "SEO", "meeting", "strategy", "revenue"
@@ -97,6 +99,8 @@ Never say "I have no memories" without first searching broadly. Your memory may
97
99
  - **get_identity** \u2014 read any agent's identity for coordination
98
100
  - **set_agent_config** \u2014 view or change which tool (Claude Code, Codex, OpenCode) and model each agent uses. Call with no args to show all agents' current settings. Call with agent_id + runtime + model to change.
99
101
  - **send_message** \u2014 direct intercom to employees
102
+ - **create_bug_report** \u2014 file a bug when you encounter an Exe OS platform issue
103
+ - **list_my_bug_reports** \u2014 check status of filed bugs (boot check: surface available fixes to founder)
100
104
  ${PLAN_MODE_COMPAT}
101
105
  ## Completion Workflow
102
106
 
@@ -3381,6 +3381,24 @@ var init_platform_procedures = __esm({
3381
3381
  priority: "p0",
3382
3382
  content: "When an agent encounters a suspected Exe OS bug, update breakage, MCP/tool failure, installer issue, memory/orchestration defect, or customer-local patch need, it MUST use create_bug_report. Do this before or alongside any local workaround so the report reaches AskExe support directly via the customer's license. Do NOT ask the founder for permission to file a required bug report. If create_bug_report is deferred/lazy-loaded, load it and call it. If it is unavailable in the live MCP surface, report 'create_bug_report unavailable in this session' and save a local report in exe/output \u2014 never claim the tool does not exist unless the live MCP surface was checked. If upstream delivery fails, call support_test (MCP) and include its result in the local report so AskExe can distinguish customer setup, license provisioning, and server intake issues; only ask the founder to run `exe-os support test` if MCP is disconnected/unavailable. Classify first: upstream_bug = reproducible exe-os/platform defect; customer_customization = identity, behavior, procedure, config, branding, workflow preference that belongs in customer-owned layers; emergency_hotfix = temporary local patch. For upstream bugs/emergency hotfixes include version, repro steps, expected/actual, files changed, workaround, and local diff summary. Avoid permanent platform-code patches unless founder approves; if a hotfix is unavoidable, document it in the bug report and re-check after npm update."
3383
3383
  },
3384
+ {
3385
+ title: "Bug report status check \u2014 surface available fixes on boot",
3386
+ domain: "support",
3387
+ priority: "p1",
3388
+ content: "Once per session (COO boot only, never repeat), call list_my_bug_reports to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'fixed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. This is a one-time check at boot, not a recurring poll. If no reports exist or none are fixed, skip silently. If the MCP tool is unavailable or the network call fails, skip silently \u2014 this is informational, not blocking."
3389
+ },
3390
+ {
3391
+ title: "Feature request triage \u2014 upstream feature vs local customization",
3392
+ domain: "support",
3393
+ priority: "p0",
3394
+ content: "When an agent or founder identifies a desired capability that exe-os does not yet provide, the COO (or equivalent coordinator) must decide: is this a local customization (identity, behavior, procedure, config, branding, workflow preference that can be configured in customer-owned layers) or an upstream feature request (a platform capability that requires changes to exe-os code, shipped via npm update)? Local customizations: implement immediately using store_behavior, update_identity, company_procedure, or config changes. Upstream features: use create_feature_request to submit to AskExe. Include use case, business impact, and current workaround. Do NOT ask the founder for permission to file a feature request \u2014 file it proactively when the need is clear."
3395
+ },
3396
+ {
3397
+ title: "Feature request status check \u2014 surface shipped features on boot",
3398
+ domain: "support",
3399
+ priority: "p1",
3400
+ content: "Once per session (COO boot only, never repeat), call list_my_feature_requests to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. This is a one-time check at boot, not a recurring poll. If no requests exist or none are shipped, skip silently. If the MCP tool is unavailable or the network call fails, skip silently \u2014 this is informational, not blocking."
3401
+ },
3384
3402
  // --- Operations ---
3385
3403
  {
3386
3404
  title: "Managers must supervise deployed workers",
package/dist/lib/store.js CHANGED
@@ -3381,6 +3381,24 @@ var init_platform_procedures = __esm({
3381
3381
  priority: "p0",
3382
3382
  content: "When an agent encounters a suspected Exe OS bug, update breakage, MCP/tool failure, installer issue, memory/orchestration defect, or customer-local patch need, it MUST use create_bug_report. Do this before or alongside any local workaround so the report reaches AskExe support directly via the customer's license. Do NOT ask the founder for permission to file a required bug report. If create_bug_report is deferred/lazy-loaded, load it and call it. If it is unavailable in the live MCP surface, report 'create_bug_report unavailable in this session' and save a local report in exe/output \u2014 never claim the tool does not exist unless the live MCP surface was checked. If upstream delivery fails, call support_test (MCP) and include its result in the local report so AskExe can distinguish customer setup, license provisioning, and server intake issues; only ask the founder to run `exe-os support test` if MCP is disconnected/unavailable. Classify first: upstream_bug = reproducible exe-os/platform defect; customer_customization = identity, behavior, procedure, config, branding, workflow preference that belongs in customer-owned layers; emergency_hotfix = temporary local patch. For upstream bugs/emergency hotfixes include version, repro steps, expected/actual, files changed, workaround, and local diff summary. Avoid permanent platform-code patches unless founder approves; if a hotfix is unavoidable, document it in the bug report and re-check after npm update."
3383
3383
  },
3384
+ {
3385
+ title: "Bug report status check \u2014 surface available fixes on boot",
3386
+ domain: "support",
3387
+ priority: "p1",
3388
+ content: "Once per session (COO boot only, never repeat), call list_my_bug_reports to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'fixed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. This is a one-time check at boot, not a recurring poll. If no reports exist or none are fixed, skip silently. If the MCP tool is unavailable or the network call fails, skip silently \u2014 this is informational, not blocking."
3389
+ },
3390
+ {
3391
+ title: "Feature request triage \u2014 upstream feature vs local customization",
3392
+ domain: "support",
3393
+ priority: "p0",
3394
+ content: "When an agent or founder identifies a desired capability that exe-os does not yet provide, the COO (or equivalent coordinator) must decide: is this a local customization (identity, behavior, procedure, config, branding, workflow preference that can be configured in customer-owned layers) or an upstream feature request (a platform capability that requires changes to exe-os code, shipped via npm update)? Local customizations: implement immediately using store_behavior, update_identity, company_procedure, or config changes. Upstream features: use create_feature_request to submit to AskExe. Include use case, business impact, and current workaround. Do NOT ask the founder for permission to file a feature request \u2014 file it proactively when the need is clear."
3395
+ },
3396
+ {
3397
+ title: "Feature request status check \u2014 surface shipped features on boot",
3398
+ domain: "support",
3399
+ priority: "p1",
3400
+ content: "Once per session (COO boot only, never repeat), call list_my_feature_requests to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. This is a one-time check at boot, not a recurring poll. If no requests exist or none are shipped, skip silently. If the MCP tool is unavailable or the network call fails, skip silently \u2014 this is informational, not blocking."
3401
+ },
3384
3402
  // --- Operations ---
3385
3403
  {
3386
3404
  title: "Managers must supervise deployed workers",