@askexenow/exe-os 0.9.72 → 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.
- package/dist/bin/age-ontology-load.js +3 -0
- package/dist/bin/agentic-ontology-backfill.js +4 -1
- package/dist/bin/agentic-reflection-backfill.js +4 -1
- package/dist/bin/agentic-semantic-label.js +4 -1
- package/dist/bin/backfill-conversations.js +4 -1
- package/dist/bin/backfill-responses.js +4 -1
- package/dist/bin/backfill-vectors.js +4 -1
- package/dist/bin/bulk-sync-postgres.js +4 -1
- package/dist/bin/cc-doctor.js +3 -0
- package/dist/bin/cleanup-stale-review-tasks.js +4 -1
- package/dist/bin/cli.js +4 -1
- package/dist/bin/exe-agent-config.js +3 -0
- package/dist/bin/exe-agent.js +4 -1
- package/dist/bin/exe-assign.js +4 -1
- package/dist/bin/exe-boot.js +4 -1
- package/dist/bin/exe-call.js +4 -1
- package/dist/bin/exe-cloud.js +4 -1
- package/dist/bin/exe-dispatch.js +4 -1
- package/dist/bin/exe-doctor.js +4 -1
- package/dist/bin/exe-export-behaviors.js +4 -1
- package/dist/bin/exe-forget.js +4 -1
- package/dist/bin/exe-gateway.js +4 -1
- package/dist/bin/exe-healthcheck.js +3 -0
- package/dist/bin/exe-heartbeat.js +4 -1
- package/dist/bin/exe-kill.js +4 -1
- package/dist/bin/exe-launch-agent.js +4 -1
- package/dist/bin/exe-new-employee.js +4 -1
- package/dist/bin/exe-pending-messages.js +4 -1
- package/dist/bin/exe-pending-notifications.js +4 -1
- package/dist/bin/exe-pending-reviews.js +4 -1
- package/dist/bin/exe-rename.js +4 -1
- package/dist/bin/exe-review.js +4 -1
- package/dist/bin/exe-search.js +4 -1
- package/dist/bin/exe-session-cleanup.js +4 -1
- package/dist/bin/exe-settings.js +3 -0
- package/dist/bin/exe-start-codex.js +4 -1
- package/dist/bin/exe-start-opencode.js +4 -1
- package/dist/bin/exe-status.js +4 -1
- package/dist/bin/exe-team.js +4 -1
- package/dist/bin/git-sweep.js +4 -1
- package/dist/bin/graph-backfill.js +4 -1
- package/dist/bin/graph-export.js +4 -1
- package/dist/bin/install.js +3 -0
- package/dist/bin/intercom-check.js +4 -1
- package/dist/bin/postgres-agentic-reflection-backfill.js +3 -0
- package/dist/bin/postgres-agentic-semantic-backfill.js +3 -0
- package/dist/bin/scan-tasks.js +4 -1
- package/dist/bin/setup.js +4 -1
- package/dist/bin/shard-migrate.js +4 -1
- package/dist/bin/update.js +3 -0
- package/dist/gateway/index.js +4 -1
- package/dist/hooks/bug-report-worker.js +4 -1
- package/dist/hooks/codex-stop-task-finalizer.js +4 -1
- package/dist/hooks/commit-complete.js +4 -1
- package/dist/hooks/error-recall.js +4 -1
- package/dist/hooks/exe-heartbeat-hook.js +3 -0
- package/dist/hooks/ingest-worker.js +3 -0
- package/dist/hooks/ingest.js +4 -1
- package/dist/hooks/instructions-loaded.js +4 -1
- package/dist/hooks/notification.js +4 -1
- package/dist/hooks/post-compact.js +4 -1
- package/dist/hooks/post-tool-combined.js +4 -1
- package/dist/hooks/pre-compact.js +4 -1
- package/dist/hooks/pre-tool-use.js +4 -1
- package/dist/hooks/prompt-submit.js +4 -1
- package/dist/hooks/session-end.js +4 -1
- package/dist/hooks/session-start.js +4 -1
- package/dist/hooks/stop.js +4 -1
- package/dist/hooks/subagent-stop.js +4 -1
- package/dist/hooks/summary-worker.js +4 -1
- package/dist/index.js +4 -1
- package/dist/lib/agent-config.js +3 -0
- package/dist/lib/cloud-sync.js +3 -0
- package/dist/lib/config.js +3 -0
- package/dist/lib/consolidation.js +3 -0
- package/dist/lib/database.js +3 -0
- package/dist/lib/db-daemon-client.js +3 -0
- package/dist/lib/db.js +3 -0
- package/dist/lib/device-registry.js +3 -0
- package/dist/lib/embedder.js +3 -0
- package/dist/lib/employee-templates.js +4 -1
- package/dist/lib/employees.js +3 -0
- package/dist/lib/exe-daemon-client.js +3 -0
- package/dist/lib/exe-daemon.js +4 -1
- package/dist/lib/hybrid-search.js +4 -1
- package/dist/lib/identity.js +3 -0
- package/dist/lib/license.js +3 -0
- package/dist/lib/messaging.js +3 -0
- package/dist/lib/reminders.js +3 -0
- package/dist/lib/schedules.js +4 -1
- package/dist/lib/skill-learning.js +3 -0
- package/dist/lib/store.js +4 -1
- package/dist/lib/task-router.js +3 -0
- package/dist/lib/tasks.js +3 -0
- package/dist/lib/tmux-routing.js +3 -0
- package/dist/lib/token-spend.js +3 -0
- package/dist/mcp/server.js +4 -1
- package/dist/mcp/tools/complete-reminder.js +3 -0
- package/dist/mcp/tools/create-reminder.js +3 -0
- package/dist/mcp/tools/create-task.js +3 -0
- package/dist/mcp/tools/deactivate-behavior.js +3 -0
- package/dist/mcp/tools/list-reminders.js +3 -0
- package/dist/mcp/tools/list-tasks.js +3 -0
- package/dist/mcp/tools/send-message.js +3 -0
- package/dist/mcp/tools/update-task.js +3 -0
- package/dist/runtime/index.js +4 -1
- package/dist/tui/App.js +4 -1
- package/package.json +1 -1
|
@@ -300,6 +300,9 @@ var init_config = __esm({
|
|
|
300
300
|
autoInstall: false,
|
|
301
301
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
302
302
|
},
|
|
303
|
+
support: {
|
|
304
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
305
|
+
},
|
|
303
306
|
orchestration: {
|
|
304
307
|
phase: "phase_1_coo",
|
|
305
308
|
phaseSetBy: "default"
|
|
@@ -4634,7 +4637,7 @@ var init_platform_procedures = __esm({
|
|
|
4634
4637
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4635
4638
|
domain: "support",
|
|
4636
4639
|
priority: "p0",
|
|
4637
|
-
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."
|
|
4640
|
+
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."
|
|
4638
4641
|
},
|
|
4639
4642
|
// --- Operations ---
|
|
4640
4643
|
{
|
|
@@ -300,6 +300,9 @@ var init_config = __esm({
|
|
|
300
300
|
autoInstall: false,
|
|
301
301
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
302
302
|
},
|
|
303
|
+
support: {
|
|
304
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
305
|
+
},
|
|
303
306
|
orchestration: {
|
|
304
307
|
phase: "phase_1_coo",
|
|
305
308
|
phaseSetBy: "default"
|
|
@@ -4673,7 +4676,7 @@ var init_platform_procedures = __esm({
|
|
|
4673
4676
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4674
4677
|
domain: "support",
|
|
4675
4678
|
priority: "p0",
|
|
4676
|
-
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."
|
|
4679
|
+
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."
|
|
4677
4680
|
},
|
|
4678
4681
|
// --- Operations ---
|
|
4679
4682
|
{
|
package/dist/bin/exe-rename.js
CHANGED
|
@@ -234,6 +234,9 @@ var init_config = __esm({
|
|
|
234
234
|
autoInstall: false,
|
|
235
235
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
236
236
|
},
|
|
237
|
+
support: {
|
|
238
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
239
|
+
},
|
|
237
240
|
orchestration: {
|
|
238
241
|
phase: "phase_1_coo",
|
|
239
242
|
phaseSetBy: "default"
|
|
@@ -3014,7 +3017,7 @@ var init_platform_procedures = __esm({
|
|
|
3014
3017
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3015
3018
|
domain: "support",
|
|
3016
3019
|
priority: "p0",
|
|
3017
|
-
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."
|
|
3020
|
+
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."
|
|
3018
3021
|
},
|
|
3019
3022
|
// --- Operations ---
|
|
3020
3023
|
{
|
package/dist/bin/exe-review.js
CHANGED
|
@@ -234,6 +234,9 @@ var init_config = __esm({
|
|
|
234
234
|
autoInstall: false,
|
|
235
235
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
236
236
|
},
|
|
237
|
+
support: {
|
|
238
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
239
|
+
},
|
|
237
240
|
orchestration: {
|
|
238
241
|
phase: "phase_1_coo",
|
|
239
242
|
phaseSetBy: "default"
|
|
@@ -4145,7 +4148,7 @@ var init_platform_procedures = __esm({
|
|
|
4145
4148
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4146
4149
|
domain: "support",
|
|
4147
4150
|
priority: "p0",
|
|
4148
|
-
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."
|
|
4151
|
+
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."
|
|
4149
4152
|
},
|
|
4150
4153
|
// --- Operations ---
|
|
4151
4154
|
{
|
package/dist/bin/exe-search.js
CHANGED
|
@@ -363,6 +363,9 @@ var init_config = __esm({
|
|
|
363
363
|
autoInstall: false,
|
|
364
364
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
365
365
|
},
|
|
366
|
+
support: {
|
|
367
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
368
|
+
},
|
|
366
369
|
orchestration: {
|
|
367
370
|
phase: "phase_1_coo",
|
|
368
371
|
phaseSetBy: "default"
|
|
@@ -4130,7 +4133,7 @@ var init_platform_procedures = __esm({
|
|
|
4130
4133
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4131
4134
|
domain: "support",
|
|
4132
4135
|
priority: "p0",
|
|
4133
|
-
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."
|
|
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. 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."
|
|
4134
4137
|
},
|
|
4135
4138
|
// --- Operations ---
|
|
4136
4139
|
{
|
|
@@ -374,6 +374,9 @@ var init_config = __esm({
|
|
|
374
374
|
autoInstall: false,
|
|
375
375
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
376
376
|
},
|
|
377
|
+
support: {
|
|
378
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
379
|
+
},
|
|
377
380
|
orchestration: {
|
|
378
381
|
phase: "phase_1_coo",
|
|
379
382
|
phaseSetBy: "default"
|
|
@@ -4174,7 +4177,7 @@ var init_platform_procedures = __esm({
|
|
|
4174
4177
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4175
4178
|
domain: "support",
|
|
4176
4179
|
priority: "p0",
|
|
4177
|
-
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."
|
|
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. 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."
|
|
4178
4181
|
},
|
|
4179
4182
|
// --- Operations ---
|
|
4180
4183
|
{
|
package/dist/bin/exe-settings.js
CHANGED
|
@@ -229,6 +229,9 @@ var init_config = __esm({
|
|
|
229
229
|
autoInstall: false,
|
|
230
230
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
231
231
|
},
|
|
232
|
+
support: {
|
|
233
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
234
|
+
},
|
|
232
235
|
orchestration: {
|
|
233
236
|
phase: "phase_1_coo",
|
|
234
237
|
phaseSetBy: "default"
|
|
@@ -374,6 +374,9 @@ var init_config = __esm({
|
|
|
374
374
|
autoInstall: false,
|
|
375
375
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
376
376
|
},
|
|
377
|
+
support: {
|
|
378
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
379
|
+
},
|
|
377
380
|
orchestration: {
|
|
378
381
|
phase: "phase_1_coo",
|
|
379
382
|
phaseSetBy: "default"
|
|
@@ -3446,7 +3449,7 @@ var init_platform_procedures = __esm({
|
|
|
3446
3449
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3447
3450
|
domain: "support",
|
|
3448
3451
|
priority: "p0",
|
|
3449
|
-
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."
|
|
3452
|
+
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."
|
|
3450
3453
|
},
|
|
3451
3454
|
// --- Operations ---
|
|
3452
3455
|
{
|
|
@@ -374,6 +374,9 @@ var init_config = __esm({
|
|
|
374
374
|
autoInstall: false,
|
|
375
375
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
376
376
|
},
|
|
377
|
+
support: {
|
|
378
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
379
|
+
},
|
|
377
380
|
orchestration: {
|
|
378
381
|
phase: "phase_1_coo",
|
|
379
382
|
phaseSetBy: "default"
|
|
@@ -3446,7 +3449,7 @@ var init_platform_procedures = __esm({
|
|
|
3446
3449
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3447
3450
|
domain: "support",
|
|
3448
3451
|
priority: "p0",
|
|
3449
|
-
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."
|
|
3452
|
+
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."
|
|
3450
3453
|
},
|
|
3451
3454
|
// --- Operations ---
|
|
3452
3455
|
{
|
package/dist/bin/exe-status.js
CHANGED
|
@@ -245,6 +245,9 @@ var init_config = __esm({
|
|
|
245
245
|
autoInstall: false,
|
|
246
246
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
247
247
|
},
|
|
248
|
+
support: {
|
|
249
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
250
|
+
},
|
|
248
251
|
orchestration: {
|
|
249
252
|
phase: "phase_1_coo",
|
|
250
253
|
phaseSetBy: "default"
|
|
@@ -4153,7 +4156,7 @@ var init_platform_procedures = __esm({
|
|
|
4153
4156
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4154
4157
|
domain: "support",
|
|
4155
4158
|
priority: "p0",
|
|
4156
|
-
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."
|
|
4159
|
+
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."
|
|
4157
4160
|
},
|
|
4158
4161
|
// --- Operations ---
|
|
4159
4162
|
{
|
package/dist/bin/exe-team.js
CHANGED
|
@@ -234,6 +234,9 @@ var init_config = __esm({
|
|
|
234
234
|
autoInstall: false,
|
|
235
235
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
236
236
|
},
|
|
237
|
+
support: {
|
|
238
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
239
|
+
},
|
|
237
240
|
orchestration: {
|
|
238
241
|
phase: "phase_1_coo",
|
|
239
242
|
phaseSetBy: "default"
|
|
@@ -4142,7 +4145,7 @@ var init_platform_procedures = __esm({
|
|
|
4142
4145
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4143
4146
|
domain: "support",
|
|
4144
4147
|
priority: "p0",
|
|
4145
|
-
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."
|
|
4148
|
+
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."
|
|
4146
4149
|
},
|
|
4147
4150
|
// --- Operations ---
|
|
4148
4151
|
{
|
package/dist/bin/git-sweep.js
CHANGED
|
@@ -602,6 +602,9 @@ var init_config = __esm({
|
|
|
602
602
|
autoInstall: false,
|
|
603
603
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
604
604
|
},
|
|
605
|
+
support: {
|
|
606
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
607
|
+
},
|
|
605
608
|
orchestration: {
|
|
606
609
|
phase: "phase_1_coo",
|
|
607
610
|
phaseSetBy: "default"
|
|
@@ -7847,7 +7850,7 @@ var init_platform_procedures = __esm({
|
|
|
7847
7850
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
7848
7851
|
domain: "support",
|
|
7849
7852
|
priority: "p0",
|
|
7850
|
-
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."
|
|
7853
|
+
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."
|
|
7851
7854
|
},
|
|
7852
7855
|
// --- Operations ---
|
|
7853
7856
|
{
|
|
@@ -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"
|
|
@@ -3359,7 +3362,7 @@ var init_platform_procedures = __esm({
|
|
|
3359
3362
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3360
3363
|
domain: "support",
|
|
3361
3364
|
priority: "p0",
|
|
3362
|
-
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."
|
|
3365
|
+
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."
|
|
3363
3366
|
},
|
|
3364
3367
|
// --- Operations ---
|
|
3365
3368
|
{
|
package/dist/bin/graph-export.js
CHANGED
|
@@ -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"
|
|
@@ -4131,7 +4134,7 @@ var init_platform_procedures = __esm({
|
|
|
4131
4134
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4132
4135
|
domain: "support",
|
|
4133
4136
|
priority: "p0",
|
|
4134
|
-
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."
|
|
4137
|
+
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."
|
|
4135
4138
|
},
|
|
4136
4139
|
// --- Operations ---
|
|
4137
4140
|
{
|
package/dist/bin/install.js
CHANGED
|
@@ -122,6 +122,9 @@ var init_config = __esm({
|
|
|
122
122
|
autoInstall: false,
|
|
123
123
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
124
124
|
},
|
|
125
|
+
support: {
|
|
126
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
127
|
+
},
|
|
125
128
|
orchestration: {
|
|
126
129
|
phase: "phase_1_coo",
|
|
127
130
|
phaseSetBy: "default"
|
|
@@ -365,6 +365,9 @@ var init_config = __esm({
|
|
|
365
365
|
autoInstall: false,
|
|
366
366
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
367
367
|
},
|
|
368
|
+
support: {
|
|
369
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
370
|
+
},
|
|
368
371
|
orchestration: {
|
|
369
372
|
phase: "phase_1_coo",
|
|
370
373
|
phaseSetBy: "default"
|
|
@@ -4240,7 +4243,7 @@ var init_platform_procedures = __esm({
|
|
|
4240
4243
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4241
4244
|
domain: "support",
|
|
4242
4245
|
priority: "p0",
|
|
4243
|
-
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."
|
|
4246
|
+
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."
|
|
4244
4247
|
},
|
|
4245
4248
|
// --- Operations ---
|
|
4246
4249
|
{
|
|
@@ -101,6 +101,9 @@ var init_config = __esm({
|
|
|
101
101
|
autoInstall: false,
|
|
102
102
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
103
103
|
},
|
|
104
|
+
support: {
|
|
105
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
106
|
+
},
|
|
104
107
|
orchestration: {
|
|
105
108
|
phase: "phase_1_coo",
|
|
106
109
|
phaseSetBy: "default"
|
|
@@ -101,6 +101,9 @@ var init_config = __esm({
|
|
|
101
101
|
autoInstall: false,
|
|
102
102
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
103
103
|
},
|
|
104
|
+
support: {
|
|
105
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
106
|
+
},
|
|
104
107
|
orchestration: {
|
|
105
108
|
phase: "phase_1_coo",
|
|
106
109
|
phaseSetBy: "default"
|
package/dist/bin/scan-tasks.js
CHANGED
|
@@ -614,6 +614,9 @@ var init_config = __esm({
|
|
|
614
614
|
autoInstall: false,
|
|
615
615
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
616
616
|
},
|
|
617
|
+
support: {
|
|
618
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
619
|
+
},
|
|
617
620
|
orchestration: {
|
|
618
621
|
phase: "phase_1_coo",
|
|
619
622
|
phaseSetBy: "default"
|
|
@@ -7918,7 +7921,7 @@ var init_platform_procedures = __esm({
|
|
|
7918
7921
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
7919
7922
|
domain: "support",
|
|
7920
7923
|
priority: "p0",
|
|
7921
|
-
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."
|
|
7924
|
+
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."
|
|
7922
7925
|
},
|
|
7923
7926
|
// --- Operations ---
|
|
7924
7927
|
{
|
package/dist/bin/setup.js
CHANGED
|
@@ -299,6 +299,9 @@ var init_config = __esm({
|
|
|
299
299
|
autoInstall: false,
|
|
300
300
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
301
301
|
},
|
|
302
|
+
support: {
|
|
303
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
304
|
+
},
|
|
302
305
|
orchestration: {
|
|
303
306
|
phase: "phase_1_coo",
|
|
304
307
|
phaseSetBy: "default"
|
|
@@ -6417,7 +6420,7 @@ var init_platform_procedures = __esm({
|
|
|
6417
6420
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
6418
6421
|
domain: "support",
|
|
6419
6422
|
priority: "p0",
|
|
6420
|
-
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."
|
|
6423
|
+
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."
|
|
6421
6424
|
},
|
|
6422
6425
|
// --- Operations ---
|
|
6423
6426
|
{
|
|
@@ -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"
|
|
@@ -3359,7 +3362,7 @@ var init_platform_procedures = __esm({
|
|
|
3359
3362
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3360
3363
|
domain: "support",
|
|
3361
3364
|
priority: "p0",
|
|
3362
|
-
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."
|
|
3365
|
+
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."
|
|
3363
3366
|
},
|
|
3364
3367
|
// --- Operations ---
|
|
3365
3368
|
{
|
package/dist/bin/update.js
CHANGED
|
@@ -112,6 +112,9 @@ var init_config = __esm({
|
|
|
112
112
|
autoInstall: false,
|
|
113
113
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
114
114
|
},
|
|
115
|
+
support: {
|
|
116
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
117
|
+
},
|
|
115
118
|
orchestration: {
|
|
116
119
|
phase: "phase_1_coo",
|
|
117
120
|
phaseSetBy: "default"
|
package/dist/gateway/index.js
CHANGED
|
@@ -675,6 +675,9 @@ var init_config = __esm({
|
|
|
675
675
|
autoInstall: false,
|
|
676
676
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
677
677
|
},
|
|
678
|
+
support: {
|
|
679
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
680
|
+
},
|
|
678
681
|
orchestration: {
|
|
679
682
|
phase: "phase_1_coo",
|
|
680
683
|
phaseSetBy: "default"
|
|
@@ -4799,7 +4802,7 @@ var init_platform_procedures = __esm({
|
|
|
4799
4802
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4800
4803
|
domain: "support",
|
|
4801
4804
|
priority: "p0",
|
|
4802
|
-
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."
|
|
4805
|
+
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."
|
|
4803
4806
|
},
|
|
4804
4807
|
// --- Operations ---
|
|
4805
4808
|
{
|
|
@@ -364,6 +364,9 @@ var init_config = __esm({
|
|
|
364
364
|
autoInstall: false,
|
|
365
365
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
366
366
|
},
|
|
367
|
+
support: {
|
|
368
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
369
|
+
},
|
|
367
370
|
orchestration: {
|
|
368
371
|
phase: "phase_1_coo",
|
|
369
372
|
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"
|
|
@@ -4224,7 +4227,7 @@ var init_platform_procedures = __esm({
|
|
|
4224
4227
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4225
4228
|
domain: "support",
|
|
4226
4229
|
priority: "p0",
|
|
4227
|
-
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."
|
|
4230
|
+
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."
|
|
4228
4231
|
},
|
|
4229
4232
|
// --- Operations ---
|
|
4230
4233
|
{
|
|
@@ -601,6 +601,9 @@ var init_config = __esm({
|
|
|
601
601
|
autoInstall: false,
|
|
602
602
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
603
603
|
},
|
|
604
|
+
support: {
|
|
605
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
606
|
+
},
|
|
604
607
|
orchestration: {
|
|
605
608
|
phase: "phase_1_coo",
|
|
606
609
|
phaseSetBy: "default"
|
|
@@ -7912,7 +7915,7 @@ var init_platform_procedures = __esm({
|
|
|
7912
7915
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
7913
7916
|
domain: "support",
|
|
7914
7917
|
priority: "p0",
|
|
7915
|
-
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."
|
|
7918
|
+
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."
|
|
7916
7919
|
},
|
|
7917
7920
|
// --- Operations ---
|
|
7918
7921
|
{
|
|
@@ -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"
|
|
@@ -4132,7 +4135,7 @@ var init_platform_procedures = __esm({
|
|
|
4132
4135
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4133
4136
|
domain: "support",
|
|
4134
4137
|
priority: "p0",
|
|
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. 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."
|
|
4138
|
+
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."
|
|
4136
4139
|
},
|
|
4137
4140
|
// --- Operations ---
|
|
4138
4141
|
{
|
|
@@ -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"
|
package/dist/hooks/ingest.js
CHANGED
|
@@ -261,6 +261,9 @@ var init_config = __esm({
|
|
|
261
261
|
autoInstall: false,
|
|
262
262
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
263
263
|
},
|
|
264
|
+
support: {
|
|
265
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
266
|
+
},
|
|
264
267
|
orchestration: {
|
|
265
268
|
phase: "phase_1_coo",
|
|
266
269
|
phaseSetBy: "default"
|
|
@@ -4308,7 +4311,7 @@ var init_platform_procedures = __esm({
|
|
|
4308
4311
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4309
4312
|
domain: "support",
|
|
4310
4313
|
priority: "p0",
|
|
4311
|
-
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."
|
|
4314
|
+
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."
|
|
4312
4315
|
},
|
|
4313
4316
|
// --- Operations ---
|
|
4314
4317
|
{
|