@askexenow/exe-os 0.9.71 → 0.9.73

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 (108) hide show
  1. package/dist/bin/age-ontology-load.js +3 -0
  2. package/dist/bin/agentic-ontology-backfill.js +4 -1
  3. package/dist/bin/agentic-reflection-backfill.js +4 -1
  4. package/dist/bin/agentic-semantic-label.js +4 -1
  5. package/dist/bin/backfill-conversations.js +4 -1
  6. package/dist/bin/backfill-responses.js +4 -1
  7. package/dist/bin/backfill-vectors.js +4 -1
  8. package/dist/bin/bulk-sync-postgres.js +4 -1
  9. package/dist/bin/cc-doctor.js +3 -0
  10. package/dist/bin/cleanup-stale-review-tasks.js +4 -1
  11. package/dist/bin/cli.js +4 -1
  12. package/dist/bin/exe-agent-config.js +3 -0
  13. package/dist/bin/exe-agent.js +4 -1
  14. package/dist/bin/exe-assign.js +4 -1
  15. package/dist/bin/exe-boot.js +4 -1
  16. package/dist/bin/exe-call.js +4 -1
  17. package/dist/bin/exe-cloud.js +4 -1
  18. package/dist/bin/exe-dispatch.js +4 -1
  19. package/dist/bin/exe-doctor.js +4 -1
  20. package/dist/bin/exe-export-behaviors.js +4 -1
  21. package/dist/bin/exe-forget.js +4 -1
  22. package/dist/bin/exe-gateway.js +4 -1
  23. package/dist/bin/exe-healthcheck.js +3 -0
  24. package/dist/bin/exe-heartbeat.js +4 -1
  25. package/dist/bin/exe-kill.js +4 -1
  26. package/dist/bin/exe-launch-agent.js +4 -1
  27. package/dist/bin/exe-new-employee.js +4 -1
  28. package/dist/bin/exe-pending-messages.js +4 -1
  29. package/dist/bin/exe-pending-notifications.js +4 -1
  30. package/dist/bin/exe-pending-reviews.js +4 -1
  31. package/dist/bin/exe-rename.js +4 -1
  32. package/dist/bin/exe-review.js +4 -1
  33. package/dist/bin/exe-search.js +4 -1
  34. package/dist/bin/exe-session-cleanup.js +4 -1
  35. package/dist/bin/exe-settings.js +3 -0
  36. package/dist/bin/exe-start-codex.js +4 -1
  37. package/dist/bin/exe-start-opencode.js +4 -1
  38. package/dist/bin/exe-status.js +4 -1
  39. package/dist/bin/exe-team.js +4 -1
  40. package/dist/bin/git-sweep.js +4 -1
  41. package/dist/bin/graph-backfill.js +4 -1
  42. package/dist/bin/graph-export.js +4 -1
  43. package/dist/bin/install.js +3 -0
  44. package/dist/bin/intercom-check.js +4 -1
  45. package/dist/bin/postgres-agentic-reflection-backfill.js +3 -0
  46. package/dist/bin/postgres-agentic-semantic-backfill.js +3 -0
  47. package/dist/bin/scan-tasks.js +4 -1
  48. package/dist/bin/setup.js +4 -1
  49. package/dist/bin/shard-migrate.js +4 -1
  50. package/dist/bin/update.js +3 -0
  51. package/dist/gateway/index.js +4 -1
  52. package/dist/hooks/bug-report-worker.js +4 -1
  53. package/dist/hooks/codex-stop-task-finalizer.js +4 -1
  54. package/dist/hooks/commit-complete.js +4 -1
  55. package/dist/hooks/error-recall.js +4 -1
  56. package/dist/hooks/exe-heartbeat-hook.js +3 -0
  57. package/dist/hooks/ingest-worker.js +3 -0
  58. package/dist/hooks/ingest.js +4 -1
  59. package/dist/hooks/instructions-loaded.js +4 -1
  60. package/dist/hooks/notification.js +4 -1
  61. package/dist/hooks/post-compact.js +4 -1
  62. package/dist/hooks/post-tool-combined.js +4 -1
  63. package/dist/hooks/pre-compact.js +4 -1
  64. package/dist/hooks/pre-tool-use.js +4 -1
  65. package/dist/hooks/prompt-submit.js +4 -1
  66. package/dist/hooks/session-end.js +4 -1
  67. package/dist/hooks/session-start.js +4 -1
  68. package/dist/hooks/stop.js +4 -1
  69. package/dist/hooks/subagent-stop.js +4 -1
  70. package/dist/hooks/summary-worker.js +4 -1
  71. package/dist/index.js +4 -1
  72. package/dist/lib/agent-config.js +3 -0
  73. package/dist/lib/cloud-sync.js +3 -0
  74. package/dist/lib/config.js +3 -0
  75. package/dist/lib/consolidation.js +3 -0
  76. package/dist/lib/database.js +3 -0
  77. package/dist/lib/db-daemon-client.js +3 -0
  78. package/dist/lib/db.js +3 -0
  79. package/dist/lib/device-registry.js +3 -0
  80. package/dist/lib/embedder.js +3 -0
  81. package/dist/lib/employee-templates.js +4 -1
  82. package/dist/lib/employees.js +3 -0
  83. package/dist/lib/exe-daemon-client.js +3 -0
  84. package/dist/lib/exe-daemon.js +4 -1
  85. package/dist/lib/hybrid-search.js +4 -1
  86. package/dist/lib/identity.js +3 -0
  87. package/dist/lib/license.js +3 -0
  88. package/dist/lib/messaging.js +3 -0
  89. package/dist/lib/reminders.js +3 -0
  90. package/dist/lib/schedules.js +4 -1
  91. package/dist/lib/skill-learning.js +3 -0
  92. package/dist/lib/store.js +4 -1
  93. package/dist/lib/task-router.js +3 -0
  94. package/dist/lib/tasks.js +3 -0
  95. package/dist/lib/tmux-routing.js +3 -0
  96. package/dist/lib/token-spend.js +3 -0
  97. package/dist/mcp/server.js +4 -1
  98. package/dist/mcp/tools/complete-reminder.js +3 -0
  99. package/dist/mcp/tools/create-reminder.js +3 -0
  100. package/dist/mcp/tools/create-task.js +3 -0
  101. package/dist/mcp/tools/deactivate-behavior.js +3 -0
  102. package/dist/mcp/tools/list-reminders.js +3 -0
  103. package/dist/mcp/tools/list-tasks.js +3 -0
  104. package/dist/mcp/tools/send-message.js +3 -0
  105. package/dist/mcp/tools/update-task.js +3 -0
  106. package/dist/runtime/index.js +4 -1
  107. package/dist/tui/App.js +4 -1
  108. package/package.json +5 -5
@@ -233,6 +233,9 @@ var init_config = __esm({
233
233
  autoInstall: false,
234
234
  checkIntervalMs: 24 * 60 * 60 * 1e3
235
235
  },
236
+ support: {
237
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
238
+ },
236
239
  orchestration: {
237
240
  phase: "phase_1_coo",
238
241
  phaseSetBy: "default"
@@ -4133,7 +4136,7 @@ var init_platform_procedures = __esm({
4133
4136
  title: "Customer patch triage \u2014 upstream bug vs customization",
4134
4137
  domain: "support",
4135
4138
  priority: "p0",
4136
- 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. 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."
4139
+ 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. 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."
4137
4140
  },
4138
4141
  // --- Operations ---
4139
4142
  {
@@ -233,6 +233,9 @@ var init_config = __esm({
233
233
  autoInstall: false,
234
234
  checkIntervalMs: 24 * 60 * 60 * 1e3
235
235
  },
236
+ support: {
237
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
238
+ },
236
239
  orchestration: {
237
240
  phase: "phase_1_coo",
238
241
  phaseSetBy: "default"
@@ -4133,7 +4136,7 @@ var init_platform_procedures = __esm({
4133
4136
  title: "Customer patch triage \u2014 upstream bug vs customization",
4134
4137
  domain: "support",
4135
4138
  priority: "p0",
4136
- 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. 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."
4139
+ 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. 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."
4137
4140
  },
4138
4141
  // --- Operations ---
4139
4142
  {
@@ -244,6 +244,9 @@ var init_config = __esm({
244
244
  autoInstall: false,
245
245
  checkIntervalMs: 24 * 60 * 60 * 1e3
246
246
  },
247
+ support: {
248
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
249
+ },
247
250
  orchestration: {
248
251
  phase: "phase_1_coo",
249
252
  phaseSetBy: "default"
@@ -4571,7 +4574,7 @@ var init_platform_procedures = __esm({
4571
4574
  title: "Customer patch triage \u2014 upstream bug vs customization",
4572
4575
  domain: "support",
4573
4576
  priority: "p0",
4574
- 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. 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."
4577
+ 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. 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."
4575
4578
  },
4576
4579
  // --- Operations ---
4577
4580
  {
@@ -309,6 +309,9 @@ var init_config = __esm({
309
309
  autoInstall: false,
310
310
  checkIntervalMs: 24 * 60 * 60 * 1e3
311
311
  },
312
+ support: {
313
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
314
+ },
312
315
  orchestration: {
313
316
  phase: "phase_1_coo",
314
317
  phaseSetBy: "default"
@@ -4384,7 +4387,7 @@ var init_platform_procedures = __esm({
4384
4387
  title: "Customer patch triage \u2014 upstream bug vs customization",
4385
4388
  domain: "support",
4386
4389
  priority: "p0",
4387
- 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. 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."
4390
+ 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. 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."
4388
4391
  },
4389
4392
  // --- Operations ---
4390
4393
  {
@@ -309,6 +309,9 @@ var init_config = __esm({
309
309
  autoInstall: false,
310
310
  checkIntervalMs: 24 * 60 * 60 * 1e3
311
311
  },
312
+ support: {
313
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
314
+ },
312
315
  orchestration: {
313
316
  phase: "phase_1_coo",
314
317
  phaseSetBy: "default"
@@ -7896,7 +7899,7 @@ var init_platform_procedures = __esm({
7896
7899
  title: "Customer patch triage \u2014 upstream bug vs customization",
7897
7900
  domain: "support",
7898
7901
  priority: "p0",
7899
- 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. 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."
7902
+ 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. 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."
7900
7903
  },
7901
7904
  // --- Operations ---
7902
7905
  {
@@ -244,6 +244,9 @@ var init_config = __esm({
244
244
  autoInstall: false,
245
245
  checkIntervalMs: 24 * 60 * 60 * 1e3
246
246
  },
247
+ support: {
248
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
249
+ },
247
250
  orchestration: {
248
251
  phase: "phase_1_coo",
249
252
  phaseSetBy: "default"
@@ -5042,7 +5045,7 @@ var init_platform_procedures = __esm({
5042
5045
  title: "Customer patch triage \u2014 upstream bug vs customization",
5043
5046
  domain: "support",
5044
5047
  priority: "p0",
5045
- 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. 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."
5048
+ 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. 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."
5046
5049
  },
5047
5050
  // --- Operations ---
5048
5051
  {
@@ -309,6 +309,9 @@ var init_config = __esm({
309
309
  autoInstall: false,
310
310
  checkIntervalMs: 24 * 60 * 60 * 1e3
311
311
  },
312
+ support: {
313
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
314
+ },
312
315
  orchestration: {
313
316
  phase: "phase_1_coo",
314
317
  phaseSetBy: "default"
@@ -4541,7 +4544,7 @@ var init_platform_procedures = __esm({
4541
4544
  title: "Customer patch triage \u2014 upstream bug vs customization",
4542
4545
  domain: "support",
4543
4546
  priority: "p0",
4544
- 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. 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."
4547
+ 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. 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."
4545
4548
  },
4546
4549
  // --- Operations ---
4547
4550
  {
@@ -309,6 +309,9 @@ var init_config = __esm({
309
309
  autoInstall: false,
310
310
  checkIntervalMs: 24 * 60 * 60 * 1e3
311
311
  },
312
+ support: {
313
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
314
+ },
312
315
  orchestration: {
313
316
  phase: "phase_1_coo",
314
317
  phaseSetBy: "default"
@@ -8105,7 +8108,7 @@ var init_platform_procedures = __esm({
8105
8108
  title: "Customer patch triage \u2014 upstream bug vs customization",
8106
8109
  domain: "support",
8107
8110
  priority: "p0",
8108
- 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. 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."
8111
+ 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. 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."
8109
8112
  },
8110
8113
  // --- Operations ---
8111
8114
  {
@@ -309,6 +309,9 @@ var init_config = __esm({
309
309
  autoInstall: false,
310
310
  checkIntervalMs: 24 * 60 * 60 * 1e3
311
311
  },
312
+ support: {
313
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
314
+ },
312
315
  orchestration: {
313
316
  phase: "phase_1_coo",
314
317
  phaseSetBy: "default"
@@ -4541,7 +4544,7 @@ var init_platform_procedures = __esm({
4541
4544
  title: "Customer patch triage \u2014 upstream bug vs customization",
4542
4545
  domain: "support",
4543
4546
  priority: "p0",
4544
- 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. 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."
4547
+ 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. 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."
4545
4548
  },
4546
4549
  // --- Operations ---
4547
4550
  {
@@ -272,6 +272,9 @@ var init_config = __esm({
272
272
  autoInstall: false,
273
273
  checkIntervalMs: 24 * 60 * 60 * 1e3
274
274
  },
275
+ support: {
276
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
277
+ },
275
278
  orchestration: {
276
279
  phase: "phase_1_coo",
277
280
  phaseSetBy: "default"
@@ -4615,7 +4618,7 @@ var init_platform_procedures = __esm({
4615
4618
  title: "Customer patch triage \u2014 upstream bug vs customization",
4616
4619
  domain: "support",
4617
4620
  priority: "p0",
4618
- 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. 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."
4621
+ 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. 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."
4619
4622
  },
4620
4623
  // --- Operations ---
4621
4624
  {
@@ -244,6 +244,9 @@ var init_config = __esm({
244
244
  autoInstall: false,
245
245
  checkIntervalMs: 24 * 60 * 60 * 1e3
246
246
  },
247
+ support: {
248
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
249
+ },
247
250
  orchestration: {
248
251
  phase: "phase_1_coo",
249
252
  phaseSetBy: "default"
@@ -4578,7 +4581,7 @@ var init_platform_procedures = __esm({
4578
4581
  title: "Customer patch triage \u2014 upstream bug vs customization",
4579
4582
  domain: "support",
4580
4583
  priority: "p0",
4581
- 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. 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."
4584
+ 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. 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."
4582
4585
  },
4583
4586
  // --- Operations ---
4584
4587
  {
@@ -373,6 +373,9 @@ var init_config = __esm({
373
373
  autoInstall: false,
374
374
  checkIntervalMs: 24 * 60 * 60 * 1e3
375
375
  },
376
+ support: {
377
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
378
+ },
376
379
  orchestration: {
377
380
  phase: "phase_1_coo",
378
381
  phaseSetBy: "default"
@@ -4177,7 +4180,7 @@ var init_platform_procedures = __esm({
4177
4180
  title: "Customer patch triage \u2014 upstream bug vs customization",
4178
4181
  domain: "support",
4179
4182
  priority: "p0",
4180
- 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. 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."
4183
+ 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. 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."
4181
4184
  },
4182
4185
  // --- Operations ---
4183
4186
  {
package/dist/index.js CHANGED
@@ -309,6 +309,9 @@ var init_config = __esm({
309
309
  autoInstall: false,
310
310
  checkIntervalMs: 24 * 60 * 60 * 1e3
311
311
  },
312
+ support: {
313
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
314
+ },
312
315
  orchestration: {
313
316
  phase: "phase_1_coo",
314
317
  phaseSetBy: "default"
@@ -8194,7 +8197,7 @@ var init_platform_procedures = __esm({
8194
8197
  title: "Customer patch triage \u2014 upstream bug vs customization",
8195
8198
  domain: "support",
8196
8199
  priority: "p0",
8197
- 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. 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."
8200
+ 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. 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."
8198
8201
  },
8199
8202
  // --- Operations ---
8200
8203
  {
@@ -106,6 +106,9 @@ var DEFAULT_CONFIG = {
106
106
  autoInstall: false,
107
107
  checkIntervalMs: 24 * 60 * 60 * 1e3
108
108
  },
109
+ support: {
110
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
111
+ },
109
112
  orchestration: {
110
113
  phase: "phase_1_coo",
111
114
  phaseSetBy: "default"
@@ -182,6 +182,9 @@ var init_config = __esm({
182
182
  autoInstall: false,
183
183
  checkIntervalMs: 24 * 60 * 60 * 1e3
184
184
  },
185
+ support: {
186
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
187
+ },
185
188
  orchestration: {
186
189
  phase: "phase_1_coo",
187
190
  phaseSetBy: "default"
@@ -102,6 +102,9 @@ var DEFAULT_CONFIG = {
102
102
  autoInstall: false,
103
103
  checkIntervalMs: 24 * 60 * 60 * 1e3
104
104
  },
105
+ support: {
106
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
107
+ },
105
108
  orchestration: {
106
109
  phase: "phase_1_coo",
107
110
  phaseSetBy: "default"
@@ -135,6 +135,9 @@ var init_config = __esm({
135
135
  autoInstall: false,
136
136
  checkIntervalMs: 24 * 60 * 60 * 1e3
137
137
  },
138
+ support: {
139
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
140
+ },
138
141
  orchestration: {
139
142
  phase: "phase_1_coo",
140
143
  phaseSetBy: "default"
@@ -127,6 +127,9 @@ var init_config = __esm({
127
127
  autoInstall: false,
128
128
  checkIntervalMs: 24 * 60 * 60 * 1e3
129
129
  },
130
+ support: {
131
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
132
+ },
130
133
  orchestration: {
131
134
  phase: "phase_1_coo",
132
135
  phaseSetBy: "default"
@@ -118,6 +118,9 @@ var DEFAULT_CONFIG = {
118
118
  autoInstall: false,
119
119
  checkIntervalMs: 24 * 60 * 60 * 1e3
120
120
  },
121
+ support: {
122
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
123
+ },
121
124
  orchestration: {
122
125
  phase: "phase_1_coo",
123
126
  phaseSetBy: "default"
package/dist/lib/db.js CHANGED
@@ -127,6 +127,9 @@ var init_config = __esm({
127
127
  autoInstall: false,
128
128
  checkIntervalMs: 24 * 60 * 60 * 1e3
129
129
  },
130
+ support: {
131
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
132
+ },
130
133
  orchestration: {
131
134
  phase: "phase_1_coo",
132
135
  phaseSetBy: "default"
@@ -127,6 +127,9 @@ var init_config = __esm({
127
127
  autoInstall: false,
128
128
  checkIntervalMs: 24 * 60 * 60 * 1e3
129
129
  },
130
+ support: {
131
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
132
+ },
130
133
  orchestration: {
131
134
  phase: "phase_1_coo",
132
135
  phaseSetBy: "default"
@@ -298,6 +298,9 @@ var init_config = __esm({
298
298
  autoInstall: false,
299
299
  checkIntervalMs: 24 * 60 * 60 * 1e3
300
300
  },
301
+ support: {
302
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
303
+ },
301
304
  orchestration: {
302
305
  phase: "phase_1_coo",
303
306
  phaseSetBy: "default"
@@ -100,6 +100,9 @@ var init_config = __esm({
100
100
  autoInstall: false,
101
101
  checkIntervalMs: 24 * 60 * 60 * 1e3
102
102
  },
103
+ support: {
104
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
105
+ },
103
106
  orchestration: {
104
107
  phase: "phase_1_coo",
105
108
  phaseSetBy: "default"
@@ -216,7 +219,7 @@ var PLATFORM_PROCEDURES = [
216
219
  title: "Customer patch triage \u2014 upstream bug vs customization",
217
220
  domain: "support",
218
221
  priority: "p0",
219
- 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. 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."
222
+ 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. 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."
220
223
  },
221
224
  // --- Operations ---
222
225
  {
@@ -121,6 +121,9 @@ var init_config = __esm({
121
121
  autoInstall: false,
122
122
  checkIntervalMs: 24 * 60 * 60 * 1e3
123
123
  },
124
+ support: {
125
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
126
+ },
124
127
  orchestration: {
125
128
  phase: "phase_1_coo",
126
129
  phaseSetBy: "default"
@@ -118,6 +118,9 @@ var DEFAULT_CONFIG = {
118
118
  autoInstall: false,
119
119
  checkIntervalMs: 24 * 60 * 60 * 1e3
120
120
  },
121
+ support: {
122
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
123
+ },
121
124
  orchestration: {
122
125
  phase: "phase_1_coo",
123
126
  phaseSetBy: "default"
@@ -309,6 +309,9 @@ var init_config = __esm({
309
309
  autoInstall: false,
310
310
  checkIntervalMs: 24 * 60 * 60 * 1e3
311
311
  },
312
+ support: {
313
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
314
+ },
312
315
  orchestration: {
313
316
  phase: "phase_1_coo",
314
317
  phaseSetBy: "default"
@@ -5796,7 +5799,7 @@ var init_platform_procedures = __esm({
5796
5799
  title: "Customer patch triage \u2014 upstream bug vs customization",
5797
5800
  domain: "support",
5798
5801
  priority: "p0",
5799
- 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. 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."
5802
+ 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. 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."
5800
5803
  },
5801
5804
  // --- Operations ---
5802
5805
  {
@@ -362,6 +362,9 @@ var init_config = __esm({
362
362
  autoInstall: false,
363
363
  checkIntervalMs: 24 * 60 * 60 * 1e3
364
364
  },
365
+ support: {
366
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
367
+ },
365
368
  orchestration: {
366
369
  phase: "phase_1_coo",
367
370
  phaseSetBy: "default"
@@ -4129,7 +4132,7 @@ var init_platform_procedures = __esm({
4129
4132
  title: "Customer patch triage \u2014 upstream bug vs customization",
4130
4133
  domain: "support",
4131
4134
  priority: "p0",
4132
- 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. 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."
4135
+ 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. 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."
4133
4136
  },
4134
4137
  // --- Operations ---
4135
4138
  {
@@ -100,6 +100,9 @@ var init_config = __esm({
100
100
  autoInstall: false,
101
101
  checkIntervalMs: 24 * 60 * 60 * 1e3
102
102
  },
103
+ support: {
104
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
105
+ },
103
106
  orchestration: {
104
107
  phase: "phase_1_coo",
105
108
  phaseSetBy: "default"
@@ -103,6 +103,9 @@ var DEFAULT_CONFIG = {
103
103
  autoInstall: false,
104
104
  checkIntervalMs: 24 * 60 * 60 * 1e3
105
105
  },
106
+ support: {
107
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
108
+ },
106
109
  orchestration: {
107
110
  phase: "phase_1_coo",
108
111
  phaseSetBy: "default"
@@ -123,6 +123,9 @@ var init_config = __esm({
123
123
  autoInstall: false,
124
124
  checkIntervalMs: 24 * 60 * 60 * 1e3
125
125
  },
126
+ support: {
127
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
128
+ },
126
129
  orchestration: {
127
130
  phase: "phase_1_coo",
128
131
  phaseSetBy: "default"
@@ -100,6 +100,9 @@ var init_config = __esm({
100
100
  autoInstall: false,
101
101
  checkIntervalMs: 24 * 60 * 60 * 1e3
102
102
  },
103
+ support: {
104
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
105
+ },
103
106
  orchestration: {
104
107
  phase: "phase_1_coo",
105
108
  phaseSetBy: "default"
@@ -288,6 +288,9 @@ var init_config = __esm({
288
288
  autoInstall: false,
289
289
  checkIntervalMs: 24 * 60 * 60 * 1e3
290
290
  },
291
+ support: {
292
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
293
+ },
291
294
  orchestration: {
292
295
  phase: "phase_1_coo",
293
296
  phaseSetBy: "default"
@@ -3358,7 +3361,7 @@ var init_platform_procedures = __esm({
3358
3361
  title: "Customer patch triage \u2014 upstream bug vs customization",
3359
3362
  domain: "support",
3360
3363
  priority: "p0",
3361
- 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. 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."
3364
+ 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. 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."
3362
3365
  },
3363
3366
  // --- Operations ---
3364
3367
  {
@@ -298,6 +298,9 @@ var init_config = __esm({
298
298
  autoInstall: false,
299
299
  checkIntervalMs: 24 * 60 * 60 * 1e3
300
300
  },
301
+ support: {
302
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
303
+ },
301
304
  orchestration: {
302
305
  phase: "phase_1_coo",
303
306
  phaseSetBy: "default"
package/dist/lib/store.js CHANGED
@@ -297,6 +297,9 @@ var init_config = __esm({
297
297
  autoInstall: false,
298
298
  checkIntervalMs: 24 * 60 * 60 * 1e3
299
299
  },
300
+ support: {
301
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
302
+ },
300
303
  orchestration: {
301
304
  phase: "phase_1_coo",
302
305
  phaseSetBy: "default"
@@ -3358,7 +3361,7 @@ var init_platform_procedures = __esm({
3358
3361
  title: "Customer patch triage \u2014 upstream bug vs customization",
3359
3362
  domain: "support",
3360
3363
  priority: "p0",
3361
- 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. 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."
3364
+ 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. 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."
3362
3365
  },
3363
3366
  // --- Operations ---
3364
3367
  {
@@ -100,6 +100,9 @@ var init_config = __esm({
100
100
  autoInstall: false,
101
101
  checkIntervalMs: 24 * 60 * 60 * 1e3
102
102
  },
103
+ support: {
104
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
105
+ },
103
106
  orchestration: {
104
107
  phase: "phase_1_coo",
105
108
  phaseSetBy: "default"
package/dist/lib/tasks.js CHANGED
@@ -316,6 +316,9 @@ var init_config = __esm({
316
316
  autoInstall: false,
317
317
  checkIntervalMs: 24 * 60 * 60 * 1e3
318
318
  },
319
+ support: {
320
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
321
+ },
319
322
  orchestration: {
320
323
  phase: "phase_1_coo",
321
324
  phaseSetBy: "default"