@askexenow/exe-os 0.9.42 → 0.9.44
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/backfill-conversations.js +2 -2
- package/dist/bin/backfill-responses.js +2 -2
- package/dist/bin/backfill-vectors.js +2 -2
- package/dist/bin/cleanup-stale-review-tasks.js +2 -2
- package/dist/bin/cli.js +2 -2
- package/dist/bin/exe-agent.js +2 -2
- package/dist/bin/exe-assign.js +2 -2
- package/dist/bin/exe-boot.js +2 -2
- package/dist/bin/exe-call.js +2 -2
- package/dist/bin/exe-dispatch.js +2 -2
- package/dist/bin/exe-doctor.js +2 -2
- package/dist/bin/exe-export-behaviors.js +2 -2
- package/dist/bin/exe-forget.js +2 -2
- package/dist/bin/exe-gateway.js +2 -2
- package/dist/bin/exe-heartbeat.js +2 -2
- package/dist/bin/exe-kill.js +2 -2
- package/dist/bin/exe-launch-agent.js +2 -2
- package/dist/bin/exe-new-employee.js +2 -2
- package/dist/bin/exe-pending-messages.js +2 -2
- package/dist/bin/exe-pending-notifications.js +2 -2
- package/dist/bin/exe-pending-reviews.js +2 -2
- package/dist/bin/exe-rename.js +2 -2
- package/dist/bin/exe-review.js +2 -2
- package/dist/bin/exe-search.js +2 -2
- package/dist/bin/exe-session-cleanup.js +2 -2
- package/dist/bin/exe-start-codex.js +2 -2
- package/dist/bin/exe-start-opencode.js +2 -2
- package/dist/bin/exe-status.js +2 -2
- package/dist/bin/exe-team.js +2 -2
- package/dist/bin/git-sweep.js +2 -2
- package/dist/bin/graph-backfill.js +2 -2
- package/dist/bin/graph-export.js +2 -2
- package/dist/bin/intercom-check.js +2 -2
- package/dist/bin/scan-tasks.js +2 -2
- package/dist/bin/setup.js +2 -2
- package/dist/bin/shard-migrate.js +2 -2
- package/dist/gateway/index.js +2 -2
- package/dist/hooks/bug-report-worker.js +2 -2
- package/dist/hooks/codex-stop-task-finalizer.js +2 -2
- package/dist/hooks/commit-complete.js +2 -2
- package/dist/hooks/error-recall.js +2 -2
- package/dist/hooks/ingest.js +2 -2
- package/dist/hooks/instructions-loaded.js +2 -2
- package/dist/hooks/notification.js +2 -2
- package/dist/hooks/post-compact.js +2 -2
- package/dist/hooks/post-tool-combined.js +2 -2
- package/dist/hooks/pre-compact.js +2 -2
- package/dist/hooks/pre-tool-use.js +2 -2
- package/dist/hooks/prompt-submit.js +2 -2
- package/dist/hooks/session-end.js +2 -2
- package/dist/hooks/session-start.js +2 -2
- package/dist/hooks/stop.js +2 -2
- package/dist/hooks/subagent-stop.js +2 -2
- package/dist/hooks/summary-worker.js +2 -2
- package/dist/index.js +2 -2
- package/dist/lib/employee-templates.js +2 -2
- package/dist/lib/exe-daemon.js +121 -10
- package/dist/lib/hybrid-search.js +2 -2
- package/dist/lib/schedules.js +2 -2
- package/dist/lib/store.js +2 -2
- package/dist/mcp/server.js +114 -10
- package/dist/runtime/index.js +2 -2
- package/dist/tui/App.js +2 -2
- package/package.json +1 -1
package/dist/bin/exe-search.js
CHANGED
|
@@ -3649,7 +3649,7 @@ var init_platform_procedures = __esm({
|
|
|
3649
3649
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3650
3650
|
domain: "support",
|
|
3651
3651
|
priority: "p0",
|
|
3652
|
-
content: "
|
|
3652
|
+
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."
|
|
3653
3653
|
},
|
|
3654
3654
|
// --- Operations ---
|
|
3655
3655
|
{
|
|
@@ -3719,7 +3719,7 @@ var init_platform_procedures = __esm({
|
|
|
3719
3719
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3720
3720
|
domain: "tool-use",
|
|
3721
3721
|
priority: "p1",
|
|
3722
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3722
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3723
3723
|
},
|
|
3724
3724
|
{
|
|
3725
3725
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3693,7 +3693,7 @@ var init_platform_procedures = __esm({
|
|
|
3693
3693
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3694
3694
|
domain: "support",
|
|
3695
3695
|
priority: "p0",
|
|
3696
|
-
content: "
|
|
3696
|
+
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."
|
|
3697
3697
|
},
|
|
3698
3698
|
// --- Operations ---
|
|
3699
3699
|
{
|
|
@@ -3763,7 +3763,7 @@ var init_platform_procedures = __esm({
|
|
|
3763
3763
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3764
3764
|
domain: "tool-use",
|
|
3765
3765
|
priority: "p1",
|
|
3766
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3766
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3767
3767
|
},
|
|
3768
3768
|
{
|
|
3769
3769
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3088,7 +3088,7 @@ var init_platform_procedures = __esm({
|
|
|
3088
3088
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3089
3089
|
domain: "support",
|
|
3090
3090
|
priority: "p0",
|
|
3091
|
-
content: "
|
|
3091
|
+
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."
|
|
3092
3092
|
},
|
|
3093
3093
|
// --- Operations ---
|
|
3094
3094
|
{
|
|
@@ -3158,7 +3158,7 @@ var init_platform_procedures = __esm({
|
|
|
3158
3158
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3159
3159
|
domain: "tool-use",
|
|
3160
3160
|
priority: "p1",
|
|
3161
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3161
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3162
3162
|
},
|
|
3163
3163
|
{
|
|
3164
3164
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3088,7 +3088,7 @@ var init_platform_procedures = __esm({
|
|
|
3088
3088
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3089
3089
|
domain: "support",
|
|
3090
3090
|
priority: "p0",
|
|
3091
|
-
content: "
|
|
3091
|
+
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."
|
|
3092
3092
|
},
|
|
3093
3093
|
// --- Operations ---
|
|
3094
3094
|
{
|
|
@@ -3158,7 +3158,7 @@ var init_platform_procedures = __esm({
|
|
|
3158
3158
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3159
3159
|
domain: "tool-use",
|
|
3160
3160
|
priority: "p1",
|
|
3161
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3161
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3162
3162
|
},
|
|
3163
3163
|
{
|
|
3164
3164
|
title: "MCP tools \u2014 communication and messaging",
|
package/dist/bin/exe-status.js
CHANGED
|
@@ -3682,7 +3682,7 @@ var init_platform_procedures = __esm({
|
|
|
3682
3682
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3683
3683
|
domain: "support",
|
|
3684
3684
|
priority: "p0",
|
|
3685
|
-
content: "
|
|
3685
|
+
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."
|
|
3686
3686
|
},
|
|
3687
3687
|
// --- Operations ---
|
|
3688
3688
|
{
|
|
@@ -3752,7 +3752,7 @@ var init_platform_procedures = __esm({
|
|
|
3752
3752
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3753
3753
|
domain: "tool-use",
|
|
3754
3754
|
priority: "p1",
|
|
3755
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3755
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3756
3756
|
},
|
|
3757
3757
|
{
|
|
3758
3758
|
title: "MCP tools \u2014 communication and messaging",
|
package/dist/bin/exe-team.js
CHANGED
|
@@ -3671,7 +3671,7 @@ var init_platform_procedures = __esm({
|
|
|
3671
3671
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3672
3672
|
domain: "support",
|
|
3673
3673
|
priority: "p0",
|
|
3674
|
-
content: "
|
|
3674
|
+
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."
|
|
3675
3675
|
},
|
|
3676
3676
|
// --- Operations ---
|
|
3677
3677
|
{
|
|
@@ -3741,7 +3741,7 @@ var init_platform_procedures = __esm({
|
|
|
3741
3741
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3742
3742
|
domain: "tool-use",
|
|
3743
3743
|
priority: "p1",
|
|
3744
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3744
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3745
3745
|
},
|
|
3746
3746
|
{
|
|
3747
3747
|
title: "MCP tools \u2014 communication and messaging",
|
package/dist/bin/git-sweep.js
CHANGED
|
@@ -7294,7 +7294,7 @@ var init_platform_procedures = __esm({
|
|
|
7294
7294
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
7295
7295
|
domain: "support",
|
|
7296
7296
|
priority: "p0",
|
|
7297
|
-
content: "
|
|
7297
|
+
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."
|
|
7298
7298
|
},
|
|
7299
7299
|
// --- Operations ---
|
|
7300
7300
|
{
|
|
@@ -7364,7 +7364,7 @@ var init_platform_procedures = __esm({
|
|
|
7364
7364
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
7365
7365
|
domain: "tool-use",
|
|
7366
7366
|
priority: "p1",
|
|
7367
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
7367
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
7368
7368
|
},
|
|
7369
7369
|
{
|
|
7370
7370
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3011,7 +3011,7 @@ var init_platform_procedures = __esm({
|
|
|
3011
3011
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3012
3012
|
domain: "support",
|
|
3013
3013
|
priority: "p0",
|
|
3014
|
-
content: "
|
|
3014
|
+
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."
|
|
3015
3015
|
},
|
|
3016
3016
|
// --- Operations ---
|
|
3017
3017
|
{
|
|
@@ -3081,7 +3081,7 @@ var init_platform_procedures = __esm({
|
|
|
3081
3081
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3082
3082
|
domain: "tool-use",
|
|
3083
3083
|
priority: "p1",
|
|
3084
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3084
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3085
3085
|
},
|
|
3086
3086
|
{
|
|
3087
3087
|
title: "MCP tools \u2014 communication and messaging",
|
package/dist/bin/graph-export.js
CHANGED
|
@@ -3660,7 +3660,7 @@ var init_platform_procedures = __esm({
|
|
|
3660
3660
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3661
3661
|
domain: "support",
|
|
3662
3662
|
priority: "p0",
|
|
3663
|
-
content: "
|
|
3663
|
+
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."
|
|
3664
3664
|
},
|
|
3665
3665
|
// --- Operations ---
|
|
3666
3666
|
{
|
|
@@ -3730,7 +3730,7 @@ var init_platform_procedures = __esm({
|
|
|
3730
3730
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3731
3731
|
domain: "tool-use",
|
|
3732
3732
|
priority: "p1",
|
|
3733
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3733
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3734
3734
|
},
|
|
3735
3735
|
{
|
|
3736
3736
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3759,7 +3759,7 @@ var init_platform_procedures = __esm({
|
|
|
3759
3759
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3760
3760
|
domain: "support",
|
|
3761
3761
|
priority: "p0",
|
|
3762
|
-
content: "
|
|
3762
|
+
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."
|
|
3763
3763
|
},
|
|
3764
3764
|
// --- Operations ---
|
|
3765
3765
|
{
|
|
@@ -3829,7 +3829,7 @@ var init_platform_procedures = __esm({
|
|
|
3829
3829
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3830
3830
|
domain: "tool-use",
|
|
3831
3831
|
priority: "p1",
|
|
3832
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3832
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3833
3833
|
},
|
|
3834
3834
|
{
|
|
3835
3835
|
title: "MCP tools \u2014 communication and messaging",
|
package/dist/bin/scan-tasks.js
CHANGED
|
@@ -7365,7 +7365,7 @@ var init_platform_procedures = __esm({
|
|
|
7365
7365
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
7366
7366
|
domain: "support",
|
|
7367
7367
|
priority: "p0",
|
|
7368
|
-
content: "
|
|
7368
|
+
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."
|
|
7369
7369
|
},
|
|
7370
7370
|
// --- Operations ---
|
|
7371
7371
|
{
|
|
@@ -7435,7 +7435,7 @@ var init_platform_procedures = __esm({
|
|
|
7435
7435
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
7436
7436
|
domain: "tool-use",
|
|
7437
7437
|
priority: "p1",
|
|
7438
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
7438
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
7439
7439
|
},
|
|
7440
7440
|
{
|
|
7441
7441
|
title: "MCP tools \u2014 communication and messaging",
|
package/dist/bin/setup.js
CHANGED
|
@@ -5699,7 +5699,7 @@ var init_platform_procedures = __esm({
|
|
|
5699
5699
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
5700
5700
|
domain: "support",
|
|
5701
5701
|
priority: "p0",
|
|
5702
|
-
content: "
|
|
5702
|
+
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."
|
|
5703
5703
|
},
|
|
5704
5704
|
// --- Operations ---
|
|
5705
5705
|
{
|
|
@@ -5769,7 +5769,7 @@ var init_platform_procedures = __esm({
|
|
|
5769
5769
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
5770
5770
|
domain: "tool-use",
|
|
5771
5771
|
priority: "p1",
|
|
5772
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
5772
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
5773
5773
|
},
|
|
5774
5774
|
{
|
|
5775
5775
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3011,7 +3011,7 @@ var init_platform_procedures = __esm({
|
|
|
3011
3011
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3012
3012
|
domain: "support",
|
|
3013
3013
|
priority: "p0",
|
|
3014
|
-
content: "
|
|
3014
|
+
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."
|
|
3015
3015
|
},
|
|
3016
3016
|
// --- Operations ---
|
|
3017
3017
|
{
|
|
@@ -3081,7 +3081,7 @@ var init_platform_procedures = __esm({
|
|
|
3081
3081
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3082
3082
|
domain: "tool-use",
|
|
3083
3083
|
priority: "p1",
|
|
3084
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3084
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3085
3085
|
},
|
|
3086
3086
|
{
|
|
3087
3087
|
title: "MCP tools \u2014 communication and messaging",
|
package/dist/gateway/index.js
CHANGED
|
@@ -4318,7 +4318,7 @@ var init_platform_procedures = __esm({
|
|
|
4318
4318
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4319
4319
|
domain: "support",
|
|
4320
4320
|
priority: "p0",
|
|
4321
|
-
content: "
|
|
4321
|
+
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."
|
|
4322
4322
|
},
|
|
4323
4323
|
// --- Operations ---
|
|
4324
4324
|
{
|
|
@@ -4388,7 +4388,7 @@ var init_platform_procedures = __esm({
|
|
|
4388
4388
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
4389
4389
|
domain: "tool-use",
|
|
4390
4390
|
priority: "p1",
|
|
4391
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
4391
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
4392
4392
|
},
|
|
4393
4393
|
{
|
|
4394
4394
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -4060,7 +4060,7 @@ var init_platform_procedures = __esm({
|
|
|
4060
4060
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4061
4061
|
domain: "support",
|
|
4062
4062
|
priority: "p0",
|
|
4063
|
-
content: "
|
|
4063
|
+
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."
|
|
4064
4064
|
},
|
|
4065
4065
|
// --- Operations ---
|
|
4066
4066
|
{
|
|
@@ -4130,7 +4130,7 @@ var init_platform_procedures = __esm({
|
|
|
4130
4130
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
4131
4131
|
domain: "tool-use",
|
|
4132
4132
|
priority: "p1",
|
|
4133
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
4133
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
4134
4134
|
},
|
|
4135
4135
|
{
|
|
4136
4136
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3743,7 +3743,7 @@ var init_platform_procedures = __esm({
|
|
|
3743
3743
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3744
3744
|
domain: "support",
|
|
3745
3745
|
priority: "p0",
|
|
3746
|
-
content: "
|
|
3746
|
+
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."
|
|
3747
3747
|
},
|
|
3748
3748
|
// --- Operations ---
|
|
3749
3749
|
{
|
|
@@ -3813,7 +3813,7 @@ var init_platform_procedures = __esm({
|
|
|
3813
3813
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3814
3814
|
domain: "tool-use",
|
|
3815
3815
|
priority: "p1",
|
|
3816
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3816
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3817
3817
|
},
|
|
3818
3818
|
{
|
|
3819
3819
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -7359,7 +7359,7 @@ var init_platform_procedures = __esm({
|
|
|
7359
7359
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
7360
7360
|
domain: "support",
|
|
7361
7361
|
priority: "p0",
|
|
7362
|
-
content: "
|
|
7362
|
+
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."
|
|
7363
7363
|
},
|
|
7364
7364
|
// --- Operations ---
|
|
7365
7365
|
{
|
|
@@ -7429,7 +7429,7 @@ var init_platform_procedures = __esm({
|
|
|
7429
7429
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
7430
7430
|
domain: "tool-use",
|
|
7431
7431
|
priority: "p1",
|
|
7432
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
7432
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
7433
7433
|
},
|
|
7434
7434
|
{
|
|
7435
7435
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3651,7 +3651,7 @@ var init_platform_procedures = __esm({
|
|
|
3651
3651
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3652
3652
|
domain: "support",
|
|
3653
3653
|
priority: "p0",
|
|
3654
|
-
content: "
|
|
3654
|
+
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."
|
|
3655
3655
|
},
|
|
3656
3656
|
// --- Operations ---
|
|
3657
3657
|
{
|
|
@@ -3721,7 +3721,7 @@ var init_platform_procedures = __esm({
|
|
|
3721
3721
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3722
3722
|
domain: "tool-use",
|
|
3723
3723
|
priority: "p1",
|
|
3724
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3724
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3725
3725
|
},
|
|
3726
3726
|
{
|
|
3727
3727
|
title: "MCP tools \u2014 communication and messaging",
|
package/dist/hooks/ingest.js
CHANGED
|
@@ -3828,7 +3828,7 @@ var init_platform_procedures = __esm({
|
|
|
3828
3828
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3829
3829
|
domain: "support",
|
|
3830
3830
|
priority: "p0",
|
|
3831
|
-
content: "
|
|
3831
|
+
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."
|
|
3832
3832
|
},
|
|
3833
3833
|
// --- Operations ---
|
|
3834
3834
|
{
|
|
@@ -3898,7 +3898,7 @@ var init_platform_procedures = __esm({
|
|
|
3898
3898
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3899
3899
|
domain: "tool-use",
|
|
3900
3900
|
priority: "p1",
|
|
3901
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3901
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3902
3902
|
},
|
|
3903
3903
|
{
|
|
3904
3904
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3662,7 +3662,7 @@ var init_platform_procedures = __esm({
|
|
|
3662
3662
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3663
3663
|
domain: "support",
|
|
3664
3664
|
priority: "p0",
|
|
3665
|
-
content: "
|
|
3665
|
+
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."
|
|
3666
3666
|
},
|
|
3667
3667
|
// --- Operations ---
|
|
3668
3668
|
{
|
|
@@ -3732,7 +3732,7 @@ var init_platform_procedures = __esm({
|
|
|
3732
3732
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3733
3733
|
domain: "tool-use",
|
|
3734
3734
|
priority: "p1",
|
|
3735
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3735
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3736
3736
|
},
|
|
3737
3737
|
{
|
|
3738
3738
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3662,7 +3662,7 @@ var init_platform_procedures = __esm({
|
|
|
3662
3662
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3663
3663
|
domain: "support",
|
|
3664
3664
|
priority: "p0",
|
|
3665
|
-
content: "
|
|
3665
|
+
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."
|
|
3666
3666
|
},
|
|
3667
3667
|
// --- Operations ---
|
|
3668
3668
|
{
|
|
@@ -3732,7 +3732,7 @@ var init_platform_procedures = __esm({
|
|
|
3732
3732
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3733
3733
|
domain: "tool-use",
|
|
3734
3734
|
priority: "p1",
|
|
3735
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3735
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3736
3736
|
},
|
|
3737
3737
|
{
|
|
3738
3738
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -4082,7 +4082,7 @@ var init_platform_procedures = __esm({
|
|
|
4082
4082
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
4083
4083
|
domain: "support",
|
|
4084
4084
|
priority: "p0",
|
|
4085
|
-
content: "
|
|
4085
|
+
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."
|
|
4086
4086
|
},
|
|
4087
4087
|
// --- Operations ---
|
|
4088
4088
|
{
|
|
@@ -4152,7 +4152,7 @@ var init_platform_procedures = __esm({
|
|
|
4152
4152
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
4153
4153
|
domain: "tool-use",
|
|
4154
4154
|
priority: "p1",
|
|
4155
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
4155
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
4156
4156
|
},
|
|
4157
4157
|
{
|
|
4158
4158
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3826,7 +3826,7 @@ var init_platform_procedures = __esm({
|
|
|
3826
3826
|
title: "Customer patch triage \u2014 upstream bug vs customization",
|
|
3827
3827
|
domain: "support",
|
|
3828
3828
|
priority: "p0",
|
|
3829
|
-
content: "
|
|
3829
|
+
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."
|
|
3830
3830
|
},
|
|
3831
3831
|
// --- Operations ---
|
|
3832
3832
|
{
|
|
@@ -3896,7 +3896,7 @@ var init_platform_procedures = __esm({
|
|
|
3896
3896
|
title: "MCP tools \u2014 identity, behavior, and decisions",
|
|
3897
3897
|
domain: "tool-use",
|
|
3898
3898
|
priority: "p1",
|
|
3899
|
-
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report:
|
|
3899
|
+
content: "get_identity: read an agent's exe.md (Layer 1 identity). update_identity: write an agent's exe.md. Identity > behavior \u2014 use for permanent rules. store_behavior: record a correction or pattern for an agent (Layer 2 expertise). list_behaviors: view an agent's active behaviors. deactivate_behavior: soft-delete a stale or conflicting behavior. store_decision: record an ADR (architectural decision record). get_decision: retrieve a past decision by query. create_bug_report: customer-facing bug/support intake; use whenever an Exe OS bug or emergency hotfix is encountered so the report reaches AskExe directly. Customers only get report access; internal list/get/triage support tools are AskExe-only."
|
|
3900
3900
|
},
|
|
3901
3901
|
{
|
|
3902
3902
|
title: "MCP tools \u2014 communication and messaging",
|