@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
|
@@ -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
|
{
|
|
@@ -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
|
{
|
|
@@ -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
|
{
|
|
@@ -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"
|
|
@@ -3499,7 +3502,7 @@ var init_platform_procedures = __esm({
|
|
|
3499
3502
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3500
3503
|
domain: "support",
|
|
3501
3504
|
priority: "p0",
|
|
3502
|
-
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."
|
|
3505
|
+
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."
|
|
3503
3506
|
},
|
|
3504
3507
|
// --- Operations ---
|
|
3505
3508
|
{
|
|
@@ -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"
|
|
@@ -3499,7 +3502,7 @@ var init_platform_procedures = __esm({
|
|
|
3499
3502
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3500
3503
|
domain: "support",
|
|
3501
3504
|
priority: "p0",
|
|
3502
|
-
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."
|
|
3505
|
+
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."
|
|
3503
3506
|
},
|
|
3504
3507
|
// --- Operations ---
|
|
3505
3508
|
{
|
|
@@ -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"
|
|
@@ -3495,7 +3498,7 @@ var init_platform_procedures = __esm({
|
|
|
3495
3498
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3496
3499
|
domain: "support",
|
|
3497
3500
|
priority: "p0",
|
|
3498
|
-
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."
|
|
3501
|
+
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."
|
|
3499
3502
|
},
|
|
3500
3503
|
// --- Operations ---
|
|
3501
3504
|
{
|
|
@@ -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"
|
|
@@ -3667,7 +3670,7 @@ var init_platform_procedures = __esm({
|
|
|
3667
3670
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3668
3671
|
domain: "support",
|
|
3669
3672
|
priority: "p0",
|
|
3670
|
-
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."
|
|
3673
|
+
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."
|
|
3671
3674
|
},
|
|
3672
3675
|
// --- Operations ---
|
|
3673
3676
|
{
|
package/dist/bin/cc-doctor.js
CHANGED
|
@@ -110,6 +110,9 @@ var DEFAULT_CONFIG = {
|
|
|
110
110
|
autoInstall: false,
|
|
111
111
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
112
112
|
},
|
|
113
|
+
support: {
|
|
114
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
115
|
+
},
|
|
113
116
|
orchestration: {
|
|
114
117
|
phase: "phase_1_coo",
|
|
115
118
|
phaseSetBy: "default"
|
|
@@ -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"
|
|
@@ -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/cli.js
CHANGED
|
@@ -310,6 +310,9 @@ var init_config = __esm({
|
|
|
310
310
|
autoInstall: false,
|
|
311
311
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
312
312
|
},
|
|
313
|
+
support: {
|
|
314
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
315
|
+
},
|
|
313
316
|
orchestration: {
|
|
314
317
|
phase: "phase_1_coo",
|
|
315
318
|
phaseSetBy: "default"
|
|
@@ -8663,7 +8666,7 @@ var init_platform_procedures = __esm({
|
|
|
8663
8666
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
8664
8667
|
domain: "support",
|
|
8665
8668
|
priority: "p0",
|
|
8666
|
-
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."
|
|
8669
|
+
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."
|
|
8667
8670
|
},
|
|
8668
8671
|
// --- Operations ---
|
|
8669
8672
|
{
|
|
@@ -117,6 +117,9 @@ var init_config = __esm({
|
|
|
117
117
|
autoInstall: false,
|
|
118
118
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
119
119
|
},
|
|
120
|
+
support: {
|
|
121
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
122
|
+
},
|
|
120
123
|
orchestration: {
|
|
121
124
|
phase: "phase_1_coo",
|
|
122
125
|
phaseSetBy: "default"
|
package/dist/bin/exe-agent.js
CHANGED
|
@@ -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"
|
|
@@ -1372,7 +1375,7 @@ var PLATFORM_PROCEDURES = [
|
|
|
1372
1375
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
1373
1376
|
domain: "support",
|
|
1374
1377
|
priority: "p0",
|
|
1375
|
-
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."
|
|
1378
|
+
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."
|
|
1376
1379
|
},
|
|
1377
1380
|
// --- Operations ---
|
|
1378
1381
|
{
|
package/dist/bin/exe-assign.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"
|
|
@@ -3509,7 +3512,7 @@ var init_platform_procedures = __esm({
|
|
|
3509
3512
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3510
3513
|
domain: "support",
|
|
3511
3514
|
priority: "p0",
|
|
3512
|
-
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."
|
|
3515
|
+
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."
|
|
3513
3516
|
},
|
|
3514
3517
|
// --- Operations ---
|
|
3515
3518
|
{
|
package/dist/bin/exe-boot.js
CHANGED
|
@@ -310,6 +310,9 @@ var init_config = __esm({
|
|
|
310
310
|
autoInstall: false,
|
|
311
311
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
312
312
|
},
|
|
313
|
+
support: {
|
|
314
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
315
|
+
},
|
|
313
316
|
orchestration: {
|
|
314
317
|
phase: "phase_1_coo",
|
|
315
318
|
phaseSetBy: "default"
|
|
@@ -3246,7 +3249,7 @@ var init_platform_procedures = __esm({
|
|
|
3246
3249
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3247
3250
|
domain: "support",
|
|
3248
3251
|
priority: "p0",
|
|
3249
|
-
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."
|
|
3252
|
+
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."
|
|
3250
3253
|
},
|
|
3251
3254
|
// --- Operations ---
|
|
3252
3255
|
{
|
package/dist/bin/exe-call.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"
|
|
@@ -310,7 +313,7 @@ var init_platform_procedures = __esm({
|
|
|
310
313
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
311
314
|
domain: "support",
|
|
312
315
|
priority: "p0",
|
|
313
|
-
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."
|
|
316
|
+
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."
|
|
314
317
|
},
|
|
315
318
|
// --- Operations ---
|
|
316
319
|
{
|
package/dist/bin/exe-cloud.js
CHANGED
|
@@ -718,6 +718,9 @@ var init_config = __esm({
|
|
|
718
718
|
autoInstall: false,
|
|
719
719
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
720
720
|
},
|
|
721
|
+
support: {
|
|
722
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
723
|
+
},
|
|
721
724
|
orchestration: {
|
|
722
725
|
phase: "phase_1_coo",
|
|
723
726
|
phaseSetBy: "default"
|
|
@@ -6514,7 +6517,7 @@ var init_platform_procedures = __esm({
|
|
|
6514
6517
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
6515
6518
|
domain: "support",
|
|
6516
6519
|
priority: "p0",
|
|
6517
|
-
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."
|
|
6520
|
+
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."
|
|
6518
6521
|
},
|
|
6519
6522
|
// --- Operations ---
|
|
6520
6523
|
{
|
package/dist/bin/exe-dispatch.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"
|
|
@@ -7897,7 +7900,7 @@ var init_platform_procedures = __esm({
|
|
|
7897
7900
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
7898
7901
|
domain: "support",
|
|
7899
7902
|
priority: "p0",
|
|
7900
|
-
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."
|
|
7903
|
+
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."
|
|
7901
7904
|
},
|
|
7902
7905
|
// --- Operations ---
|
|
7903
7906
|
{
|
package/dist/bin/exe-doctor.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"
|
|
@@ -4451,7 +4454,7 @@ var init_platform_procedures = __esm({
|
|
|
4451
4454
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4452
4455
|
domain: "support",
|
|
4453
4456
|
priority: "p0",
|
|
4454
|
-
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."
|
|
4457
|
+
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."
|
|
4455
4458
|
},
|
|
4456
4459
|
// --- Operations ---
|
|
4457
4460
|
{
|
|
@@ -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"
|
|
@@ -4207,7 +4210,7 @@ var init_platform_procedures = __esm({
|
|
|
4207
4210
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4208
4211
|
domain: "support",
|
|
4209
4212
|
priority: "p0",
|
|
4210
|
-
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."
|
|
4213
|
+
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."
|
|
4211
4214
|
},
|
|
4212
4215
|
// --- Operations ---
|
|
4213
4216
|
{
|
package/dist/bin/exe-forget.js
CHANGED
|
@@ -289,6 +289,9 @@ var init_config = __esm({
|
|
|
289
289
|
autoInstall: false,
|
|
290
290
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
291
291
|
},
|
|
292
|
+
support: {
|
|
293
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
294
|
+
},
|
|
292
295
|
orchestration: {
|
|
293
296
|
phase: "phase_1_coo",
|
|
294
297
|
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/exe-gateway.js
CHANGED
|
@@ -676,6 +676,9 @@ var init_config = __esm({
|
|
|
676
676
|
autoInstall: false,
|
|
677
677
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
678
678
|
},
|
|
679
|
+
support: {
|
|
680
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
681
|
+
},
|
|
679
682
|
orchestration: {
|
|
680
683
|
phase: "phase_1_coo",
|
|
681
684
|
phaseSetBy: "default"
|
|
@@ -4800,7 +4803,7 @@ var init_platform_procedures = __esm({
|
|
|
4800
4803
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4801
4804
|
domain: "support",
|
|
4802
4805
|
priority: "p0",
|
|
4803
|
-
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."
|
|
4806
|
+
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."
|
|
4804
4807
|
},
|
|
4805
4808
|
// --- Operations ---
|
|
4806
4809
|
{
|
|
@@ -110,6 +110,9 @@ var DEFAULT_CONFIG = {
|
|
|
110
110
|
autoInstall: false,
|
|
111
111
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
112
112
|
},
|
|
113
|
+
support: {
|
|
114
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
115
|
+
},
|
|
113
116
|
orchestration: {
|
|
114
117
|
phase: "phase_1_coo",
|
|
115
118
|
phaseSetBy: "default"
|
|
@@ -328,6 +328,9 @@ var init_config = __esm({
|
|
|
328
328
|
autoInstall: false,
|
|
329
329
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
330
330
|
},
|
|
331
|
+
support: {
|
|
332
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
333
|
+
},
|
|
331
334
|
orchestration: {
|
|
332
335
|
phase: "phase_1_coo",
|
|
333
336
|
phaseSetBy: "default"
|
|
@@ -4170,7 +4173,7 @@ var init_platform_procedures = __esm({
|
|
|
4170
4173
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4171
4174
|
domain: "support",
|
|
4172
4175
|
priority: "p0",
|
|
4173
|
-
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."
|
|
4176
|
+
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."
|
|
4174
4177
|
},
|
|
4175
4178
|
// --- Operations ---
|
|
4176
4179
|
{
|
package/dist/bin/exe-kill.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
|
{
|
|
@@ -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"
|
|
@@ -4229,7 +4232,7 @@ var init_platform_procedures = __esm({
|
|
|
4229
4232
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4230
4233
|
domain: "support",
|
|
4231
4234
|
priority: "p0",
|
|
4232
|
-
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."
|
|
4235
|
+
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."
|
|
4233
4236
|
},
|
|
4234
4237
|
// --- Operations ---
|
|
4235
4238
|
{
|
|
@@ -128,6 +128,9 @@ var init_config = __esm({
|
|
|
128
128
|
autoInstall: false,
|
|
129
129
|
checkIntervalMs: 24 * 60 * 60 * 1e3
|
|
130
130
|
},
|
|
131
|
+
support: {
|
|
132
|
+
bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
|
|
133
|
+
},
|
|
131
134
|
orchestration: {
|
|
132
135
|
phase: "phase_1_coo",
|
|
133
136
|
phaseSetBy: "default"
|
|
@@ -2617,7 +2620,7 @@ var PLATFORM_PROCEDURES = [
|
|
|
2617
2620
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
2618
2621
|
domain: "support",
|
|
2619
2622
|
priority: "p0",
|
|
2620
|
-
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."
|
|
2623
|
+
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."
|
|
2621
2624
|
},
|
|
2622
2625
|
// --- Operations ---
|
|
2623
2626
|
{
|
|
@@ -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"
|
|
@@ -4568,7 +4571,7 @@ var init_platform_procedures = __esm({
|
|
|
4568
4571
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4569
4572
|
domain: "support",
|
|
4570
4573
|
priority: "p0",
|
|
4571
|
-
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."
|
|
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. 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."
|
|
4572
4575
|
},
|
|
4573
4576
|
// --- Operations ---
|
|
4574
4577
|
{
|