@askexenow/exe-os 0.9.104 → 0.9.105
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/agentic-ontology-backfill.js +15 -3
- package/dist/bin/agentic-reflection-backfill.js +15 -3
- package/dist/bin/agentic-semantic-label.js +15 -3
- package/dist/bin/backfill-conversations.js +15 -3
- package/dist/bin/backfill-responses.js +15 -3
- package/dist/bin/backfill-vectors.js +15 -3
- package/dist/bin/bulk-sync-postgres.js +15 -3
- package/dist/bin/cleanup-stale-review-tasks.js +15 -3
- package/dist/bin/cli.js +15 -3
- package/dist/bin/exe-agent.js +15 -3
- package/dist/bin/exe-assign.js +15 -3
- package/dist/bin/exe-boot.js +15 -3
- package/dist/bin/exe-call.js +15 -3
- package/dist/bin/exe-cloud.js +15 -3
- package/dist/bin/exe-dispatch.js +15 -3
- package/dist/bin/exe-doctor.js +15 -3
- package/dist/bin/exe-export-behaviors.js +15 -3
- package/dist/bin/exe-forget.js +15 -3
- package/dist/bin/exe-gateway.js +15 -3
- package/dist/bin/exe-heartbeat.js +15 -3
- package/dist/bin/exe-kill.js +15 -3
- package/dist/bin/exe-launch-agent.js +15 -3
- package/dist/bin/exe-new-employee.js +15 -3
- package/dist/bin/exe-pending-messages.js +15 -3
- package/dist/bin/exe-pending-notifications.js +15 -3
- package/dist/bin/exe-pending-reviews.js +15 -3
- package/dist/bin/exe-rename.js +15 -3
- package/dist/bin/exe-review.js +15 -3
- package/dist/bin/exe-search.js +15 -3
- package/dist/bin/exe-session-cleanup.js +15 -3
- package/dist/bin/exe-start-codex.js +15 -3
- package/dist/bin/exe-start-opencode.js +15 -3
- package/dist/bin/exe-status.js +15 -3
- package/dist/bin/exe-team.js +15 -3
- package/dist/bin/git-sweep.js +15 -3
- package/dist/bin/graph-backfill.js +15 -3
- package/dist/bin/graph-export.js +15 -3
- package/dist/bin/intercom-check.js +15 -3
- package/dist/bin/pre-publish.js +15 -3
- package/dist/bin/scan-tasks.js +15 -3
- package/dist/bin/setup.js +15 -3
- package/dist/bin/shard-migrate.js +15 -3
- package/dist/gateway/index.js +15 -3
- package/dist/hooks/bug-report-worker.js +15 -3
- package/dist/hooks/codex-stop-task-finalizer.js +15 -3
- package/dist/hooks/commit-complete.js +15 -3
- package/dist/hooks/error-recall.js +15 -3
- package/dist/hooks/ingest.js +15 -3
- package/dist/hooks/instructions-loaded.js +15 -3
- package/dist/hooks/notification.js +15 -3
- package/dist/hooks/post-compact.js +15 -3
- package/dist/hooks/post-tool-combined.js +15 -3
- package/dist/hooks/pre-compact.js +15 -3
- package/dist/hooks/pre-tool-use.js +15 -3
- package/dist/hooks/prompt-submit.js +15 -3
- package/dist/hooks/session-end.js +15 -3
- package/dist/hooks/session-start.js +15 -3
- package/dist/hooks/stop.js +15 -3
- package/dist/hooks/subagent-stop.js +15 -3
- package/dist/hooks/summary-worker.js +15 -3
- package/dist/index.js +15 -3
- package/dist/lib/employee-templates.js +15 -3
- package/dist/lib/exe-daemon.js +15 -3
- package/dist/lib/hybrid-search.js +15 -3
- package/dist/lib/schedules.js +15 -3
- package/dist/lib/store.js +15 -3
- package/dist/mcp/server.js +15 -3
- package/dist/runtime/index.js +15 -3
- package/dist/tui/App.js +15 -3
- package/package.json +1 -1
|
@@ -3627,7 +3627,7 @@ var init_platform_procedures = __esm({
|
|
|
3627
3627
|
title: "Bug report status check \u2014 surface available fixes on boot",
|
|
3628
3628
|
domain: "support",
|
|
3629
3629
|
priority: "p1",
|
|
3630
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3630
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_bugs') to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'closed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. You can also file new bugs with support(action='create_bug') and check status anytime with support(action='list_my_bugs'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3631
3631
|
},
|
|
3632
3632
|
{
|
|
3633
3633
|
title: "Feature request triage \u2014 upstream feature vs local customization",
|
|
@@ -3639,7 +3639,7 @@ var init_platform_procedures = __esm({
|
|
|
3639
3639
|
title: "Feature request status check \u2014 surface shipped features on boot",
|
|
3640
3640
|
domain: "support",
|
|
3641
3641
|
priority: "p1",
|
|
3642
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3642
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_features') to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. You can also file new requests with support(action='create_feature') and check status anytime with support(action='list_my_features'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3643
3643
|
},
|
|
3644
3644
|
// --- Tool guidance ---
|
|
3645
3645
|
{
|
|
@@ -3675,6 +3675,18 @@ var init_platform_procedures = __esm({
|
|
|
3675
3675
|
priority: "p0",
|
|
3676
3676
|
content: "exe-os has TWO version numbers that move independently. This is normal \u2014 do not treat a mismatch as an error. (1) CLI version (e.g. 0.9.89, 0.9.90) \u2014 the npm package installed locally. Updates frequently: bug fixes, new MCP tools, platform procedures, search improvements, client-side changes. Update with `npm install -g @askexenow/exe-os@latest`. (2) Stack version (e.g. 0.9.7, 0.9.8) \u2014 the Docker images on the VPS. Updates less frequently: only when server-side daemon, gateway, wiki, or CRM images need rebuilding. Update with `exe-os stack-update --target <version> --yes`. The CLI version will almost always be higher than the stack version. A CLI at 0.9.90 with a stack at 0.9.8 is perfectly normal \u2014 it means the CLI got 12 patches since the last Docker image rebuild. Only update the stack when: (a) the boot brief surfaces a fix that mentions 'stack update required', (b) a new stack manifest version is bundled in the CLI (`exe-os stack-update --check` shows pending changes), or (c) AskExe support explicitly tells you to. Do NOT attempt to make the numbers match \u2014 they are separate tracks."
|
|
3677
3677
|
},
|
|
3678
|
+
{
|
|
3679
|
+
title: "Update lifecycle \u2014 what each command does and what picks up new code",
|
|
3680
|
+
domain: "operations",
|
|
3681
|
+
priority: "p0",
|
|
3682
|
+
content: "Three update paths exist \u2014 know which does what. (1) `npm install -g @askexenow/exe-os@latest` \u2014 customer update. Replaces all dist/ files. postinstall copies slash commands AND restarts the daemon automatically. MCP server picks up new code on next `/mcp` reconnect or new Claude Code session. Hooks pick up new code on next session (they spawn fresh processes). (2) `exe-os update` \u2014 interactive update command. Runs `npm install -g` then `install --global` which restarts daemon, regenerates session wrappers, normalizes roster, registers Codex hooks. This is the recommended customer path. (3) `npm run deploy` \u2014 dev-only (COO/CTO on main branch). Builds, installs globally, runs `install --global`, restarts daemon. Never run from a worktree. NEVER confuse `exe-os setup` (first-time setup wizard for new installs) with `exe-os update` (update existing install). Setup creates encryption keys, configures cloud, runs first sync. Update just replaces code and restarts services. They are completely different commands."
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
3686
|
+
domain: "operations",
|
|
3687
|
+
priority: "p1",
|
|
3688
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
3689
|
+
},
|
|
3678
3690
|
// --- Operations ---
|
|
3679
3691
|
{
|
|
3680
3692
|
title: "Managers must supervise deployed workers",
|
|
@@ -3786,7 +3798,7 @@ var init_platform_procedures = __esm({
|
|
|
3786
3798
|
title: "MCP tools \u2014 identity, behavior, and support",
|
|
3787
3799
|
domain: "tool-use",
|
|
3788
3800
|
priority: "p1",
|
|
3789
|
-
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug")
|
|
3801
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report (title, description, severity p0-p3). Auto-delivers to AskExe. support(action="create_feature"): file a feature request (title, description, use_case). support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are planned, shipped, or closed. support(action="health"): verify support server is reachable. When a bug you filed shows status='fixed' with a fixed_version, update exe-os to that version to get the fix. support(action="triage_bug"): AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
3790
3802
|
},
|
|
3791
3803
|
{
|
|
3792
3804
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3627,7 +3627,7 @@ var init_platform_procedures = __esm({
|
|
|
3627
3627
|
title: "Bug report status check \u2014 surface available fixes on boot",
|
|
3628
3628
|
domain: "support",
|
|
3629
3629
|
priority: "p1",
|
|
3630
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3630
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_bugs') to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'closed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. You can also file new bugs with support(action='create_bug') and check status anytime with support(action='list_my_bugs'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3631
3631
|
},
|
|
3632
3632
|
{
|
|
3633
3633
|
title: "Feature request triage \u2014 upstream feature vs local customization",
|
|
@@ -3639,7 +3639,7 @@ var init_platform_procedures = __esm({
|
|
|
3639
3639
|
title: "Feature request status check \u2014 surface shipped features on boot",
|
|
3640
3640
|
domain: "support",
|
|
3641
3641
|
priority: "p1",
|
|
3642
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3642
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_features') to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. You can also file new requests with support(action='create_feature') and check status anytime with support(action='list_my_features'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3643
3643
|
},
|
|
3644
3644
|
// --- Tool guidance ---
|
|
3645
3645
|
{
|
|
@@ -3675,6 +3675,18 @@ var init_platform_procedures = __esm({
|
|
|
3675
3675
|
priority: "p0",
|
|
3676
3676
|
content: "exe-os has TWO version numbers that move independently. This is normal \u2014 do not treat a mismatch as an error. (1) CLI version (e.g. 0.9.89, 0.9.90) \u2014 the npm package installed locally. Updates frequently: bug fixes, new MCP tools, platform procedures, search improvements, client-side changes. Update with `npm install -g @askexenow/exe-os@latest`. (2) Stack version (e.g. 0.9.7, 0.9.8) \u2014 the Docker images on the VPS. Updates less frequently: only when server-side daemon, gateway, wiki, or CRM images need rebuilding. Update with `exe-os stack-update --target <version> --yes`. The CLI version will almost always be higher than the stack version. A CLI at 0.9.90 with a stack at 0.9.8 is perfectly normal \u2014 it means the CLI got 12 patches since the last Docker image rebuild. Only update the stack when: (a) the boot brief surfaces a fix that mentions 'stack update required', (b) a new stack manifest version is bundled in the CLI (`exe-os stack-update --check` shows pending changes), or (c) AskExe support explicitly tells you to. Do NOT attempt to make the numbers match \u2014 they are separate tracks."
|
|
3677
3677
|
},
|
|
3678
|
+
{
|
|
3679
|
+
title: "Update lifecycle \u2014 what each command does and what picks up new code",
|
|
3680
|
+
domain: "operations",
|
|
3681
|
+
priority: "p0",
|
|
3682
|
+
content: "Three update paths exist \u2014 know which does what. (1) `npm install -g @askexenow/exe-os@latest` \u2014 customer update. Replaces all dist/ files. postinstall copies slash commands AND restarts the daemon automatically. MCP server picks up new code on next `/mcp` reconnect or new Claude Code session. Hooks pick up new code on next session (they spawn fresh processes). (2) `exe-os update` \u2014 interactive update command. Runs `npm install -g` then `install --global` which restarts daemon, regenerates session wrappers, normalizes roster, registers Codex hooks. This is the recommended customer path. (3) `npm run deploy` \u2014 dev-only (COO/CTO on main branch). Builds, installs globally, runs `install --global`, restarts daemon. Never run from a worktree. NEVER confuse `exe-os setup` (first-time setup wizard for new installs) with `exe-os update` (update existing install). Setup creates encryption keys, configures cloud, runs first sync. Update just replaces code and restarts services. They are completely different commands."
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
3686
|
+
domain: "operations",
|
|
3687
|
+
priority: "p1",
|
|
3688
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
3689
|
+
},
|
|
3678
3690
|
// --- Operations ---
|
|
3679
3691
|
{
|
|
3680
3692
|
title: "Managers must supervise deployed workers",
|
|
@@ -3786,7 +3798,7 @@ var init_platform_procedures = __esm({
|
|
|
3786
3798
|
title: "MCP tools \u2014 identity, behavior, and support",
|
|
3787
3799
|
domain: "tool-use",
|
|
3788
3800
|
priority: "p1",
|
|
3789
|
-
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug")
|
|
3801
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report (title, description, severity p0-p3). Auto-delivers to AskExe. support(action="create_feature"): file a feature request (title, description, use_case). support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are planned, shipped, or closed. support(action="health"): verify support server is reachable. When a bug you filed shows status='fixed' with a fixed_version, update exe-os to that version to get the fix. support(action="triage_bug"): AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
3790
3802
|
},
|
|
3791
3803
|
{
|
|
3792
3804
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3627,7 +3627,7 @@ var init_platform_procedures = __esm({
|
|
|
3627
3627
|
title: "Bug report status check \u2014 surface available fixes on boot",
|
|
3628
3628
|
domain: "support",
|
|
3629
3629
|
priority: "p1",
|
|
3630
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3630
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_bugs') to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'closed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. You can also file new bugs with support(action='create_bug') and check status anytime with support(action='list_my_bugs'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3631
3631
|
},
|
|
3632
3632
|
{
|
|
3633
3633
|
title: "Feature request triage \u2014 upstream feature vs local customization",
|
|
@@ -3639,7 +3639,7 @@ var init_platform_procedures = __esm({
|
|
|
3639
3639
|
title: "Feature request status check \u2014 surface shipped features on boot",
|
|
3640
3640
|
domain: "support",
|
|
3641
3641
|
priority: "p1",
|
|
3642
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3642
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_features') to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. You can also file new requests with support(action='create_feature') and check status anytime with support(action='list_my_features'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3643
3643
|
},
|
|
3644
3644
|
// --- Tool guidance ---
|
|
3645
3645
|
{
|
|
@@ -3675,6 +3675,18 @@ var init_platform_procedures = __esm({
|
|
|
3675
3675
|
priority: "p0",
|
|
3676
3676
|
content: "exe-os has TWO version numbers that move independently. This is normal \u2014 do not treat a mismatch as an error. (1) CLI version (e.g. 0.9.89, 0.9.90) \u2014 the npm package installed locally. Updates frequently: bug fixes, new MCP tools, platform procedures, search improvements, client-side changes. Update with `npm install -g @askexenow/exe-os@latest`. (2) Stack version (e.g. 0.9.7, 0.9.8) \u2014 the Docker images on the VPS. Updates less frequently: only when server-side daemon, gateway, wiki, or CRM images need rebuilding. Update with `exe-os stack-update --target <version> --yes`. The CLI version will almost always be higher than the stack version. A CLI at 0.9.90 with a stack at 0.9.8 is perfectly normal \u2014 it means the CLI got 12 patches since the last Docker image rebuild. Only update the stack when: (a) the boot brief surfaces a fix that mentions 'stack update required', (b) a new stack manifest version is bundled in the CLI (`exe-os stack-update --check` shows pending changes), or (c) AskExe support explicitly tells you to. Do NOT attempt to make the numbers match \u2014 they are separate tracks."
|
|
3677
3677
|
},
|
|
3678
|
+
{
|
|
3679
|
+
title: "Update lifecycle \u2014 what each command does and what picks up new code",
|
|
3680
|
+
domain: "operations",
|
|
3681
|
+
priority: "p0",
|
|
3682
|
+
content: "Three update paths exist \u2014 know which does what. (1) `npm install -g @askexenow/exe-os@latest` \u2014 customer update. Replaces all dist/ files. postinstall copies slash commands AND restarts the daemon automatically. MCP server picks up new code on next `/mcp` reconnect or new Claude Code session. Hooks pick up new code on next session (they spawn fresh processes). (2) `exe-os update` \u2014 interactive update command. Runs `npm install -g` then `install --global` which restarts daemon, regenerates session wrappers, normalizes roster, registers Codex hooks. This is the recommended customer path. (3) `npm run deploy` \u2014 dev-only (COO/CTO on main branch). Builds, installs globally, runs `install --global`, restarts daemon. Never run from a worktree. NEVER confuse `exe-os setup` (first-time setup wizard for new installs) with `exe-os update` (update existing install). Setup creates encryption keys, configures cloud, runs first sync. Update just replaces code and restarts services. They are completely different commands."
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
3686
|
+
domain: "operations",
|
|
3687
|
+
priority: "p1",
|
|
3688
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
3689
|
+
},
|
|
3678
3690
|
// --- Operations ---
|
|
3679
3691
|
{
|
|
3680
3692
|
title: "Managers must supervise deployed workers",
|
|
@@ -3786,7 +3798,7 @@ var init_platform_procedures = __esm({
|
|
|
3786
3798
|
title: "MCP tools \u2014 identity, behavior, and support",
|
|
3787
3799
|
domain: "tool-use",
|
|
3788
3800
|
priority: "p1",
|
|
3789
|
-
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug")
|
|
3801
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report (title, description, severity p0-p3). Auto-delivers to AskExe. support(action="create_feature"): file a feature request (title, description, use_case). support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are planned, shipped, or closed. support(action="health"): verify support server is reachable. When a bug you filed shows status='fixed' with a fixed_version, update exe-os to that version to get the fix. support(action="triage_bug"): AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
3790
3802
|
},
|
|
3791
3803
|
{
|
|
3792
3804
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3767,7 +3767,7 @@ var init_platform_procedures = __esm({
|
|
|
3767
3767
|
title: "Bug report status check \u2014 surface available fixes on boot",
|
|
3768
3768
|
domain: "support",
|
|
3769
3769
|
priority: "p1",
|
|
3770
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3770
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_bugs') to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'closed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. You can also file new bugs with support(action='create_bug') and check status anytime with support(action='list_my_bugs'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3771
3771
|
},
|
|
3772
3772
|
{
|
|
3773
3773
|
title: "Feature request triage \u2014 upstream feature vs local customization",
|
|
@@ -3779,7 +3779,7 @@ var init_platform_procedures = __esm({
|
|
|
3779
3779
|
title: "Feature request status check \u2014 surface shipped features on boot",
|
|
3780
3780
|
domain: "support",
|
|
3781
3781
|
priority: "p1",
|
|
3782
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3782
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_features') to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. You can also file new requests with support(action='create_feature') and check status anytime with support(action='list_my_features'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3783
3783
|
},
|
|
3784
3784
|
// --- Tool guidance ---
|
|
3785
3785
|
{
|
|
@@ -3815,6 +3815,18 @@ var init_platform_procedures = __esm({
|
|
|
3815
3815
|
priority: "p0",
|
|
3816
3816
|
content: "exe-os has TWO version numbers that move independently. This is normal \u2014 do not treat a mismatch as an error. (1) CLI version (e.g. 0.9.89, 0.9.90) \u2014 the npm package installed locally. Updates frequently: bug fixes, new MCP tools, platform procedures, search improvements, client-side changes. Update with `npm install -g @askexenow/exe-os@latest`. (2) Stack version (e.g. 0.9.7, 0.9.8) \u2014 the Docker images on the VPS. Updates less frequently: only when server-side daemon, gateway, wiki, or CRM images need rebuilding. Update with `exe-os stack-update --target <version> --yes`. The CLI version will almost always be higher than the stack version. A CLI at 0.9.90 with a stack at 0.9.8 is perfectly normal \u2014 it means the CLI got 12 patches since the last Docker image rebuild. Only update the stack when: (a) the boot brief surfaces a fix that mentions 'stack update required', (b) a new stack manifest version is bundled in the CLI (`exe-os stack-update --check` shows pending changes), or (c) AskExe support explicitly tells you to. Do NOT attempt to make the numbers match \u2014 they are separate tracks."
|
|
3817
3817
|
},
|
|
3818
|
+
{
|
|
3819
|
+
title: "Update lifecycle \u2014 what each command does and what picks up new code",
|
|
3820
|
+
domain: "operations",
|
|
3821
|
+
priority: "p0",
|
|
3822
|
+
content: "Three update paths exist \u2014 know which does what. (1) `npm install -g @askexenow/exe-os@latest` \u2014 customer update. Replaces all dist/ files. postinstall copies slash commands AND restarts the daemon automatically. MCP server picks up new code on next `/mcp` reconnect or new Claude Code session. Hooks pick up new code on next session (they spawn fresh processes). (2) `exe-os update` \u2014 interactive update command. Runs `npm install -g` then `install --global` which restarts daemon, regenerates session wrappers, normalizes roster, registers Codex hooks. This is the recommended customer path. (3) `npm run deploy` \u2014 dev-only (COO/CTO on main branch). Builds, installs globally, runs `install --global`, restarts daemon. Never run from a worktree. NEVER confuse `exe-os setup` (first-time setup wizard for new installs) with `exe-os update` (update existing install). Setup creates encryption keys, configures cloud, runs first sync. Update just replaces code and restarts services. They are completely different commands."
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
3826
|
+
domain: "operations",
|
|
3827
|
+
priority: "p1",
|
|
3828
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
3829
|
+
},
|
|
3818
3830
|
// --- Operations ---
|
|
3819
3831
|
{
|
|
3820
3832
|
title: "Managers must supervise deployed workers",
|
|
@@ -3926,7 +3938,7 @@ var init_platform_procedures = __esm({
|
|
|
3926
3938
|
title: "MCP tools \u2014 identity, behavior, and support",
|
|
3927
3939
|
domain: "tool-use",
|
|
3928
3940
|
priority: "p1",
|
|
3929
|
-
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug")
|
|
3941
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report (title, description, severity p0-p3). Auto-delivers to AskExe. support(action="create_feature"): file a feature request (title, description, use_case). support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are planned, shipped, or closed. support(action="health"): verify support server is reachable. When a bug you filed shows status='fixed' with a fixed_version, update exe-os to that version to get the fix. support(action="triage_bug"): AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
3930
3942
|
},
|
|
3931
3943
|
{
|
|
3932
3944
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3767,7 +3767,7 @@ var init_platform_procedures = __esm({
|
|
|
3767
3767
|
title: "Bug report status check \u2014 surface available fixes on boot",
|
|
3768
3768
|
domain: "support",
|
|
3769
3769
|
priority: "p1",
|
|
3770
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3770
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_bugs') to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'closed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. You can also file new bugs with support(action='create_bug') and check status anytime with support(action='list_my_bugs'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3771
3771
|
},
|
|
3772
3772
|
{
|
|
3773
3773
|
title: "Feature request triage \u2014 upstream feature vs local customization",
|
|
@@ -3779,7 +3779,7 @@ var init_platform_procedures = __esm({
|
|
|
3779
3779
|
title: "Feature request status check \u2014 surface shipped features on boot",
|
|
3780
3780
|
domain: "support",
|
|
3781
3781
|
priority: "p1",
|
|
3782
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3782
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_features') to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. You can also file new requests with support(action='create_feature') and check status anytime with support(action='list_my_features'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3783
3783
|
},
|
|
3784
3784
|
// --- Tool guidance ---
|
|
3785
3785
|
{
|
|
@@ -3815,6 +3815,18 @@ var init_platform_procedures = __esm({
|
|
|
3815
3815
|
priority: "p0",
|
|
3816
3816
|
content: "exe-os has TWO version numbers that move independently. This is normal \u2014 do not treat a mismatch as an error. (1) CLI version (e.g. 0.9.89, 0.9.90) \u2014 the npm package installed locally. Updates frequently: bug fixes, new MCP tools, platform procedures, search improvements, client-side changes. Update with `npm install -g @askexenow/exe-os@latest`. (2) Stack version (e.g. 0.9.7, 0.9.8) \u2014 the Docker images on the VPS. Updates less frequently: only when server-side daemon, gateway, wiki, or CRM images need rebuilding. Update with `exe-os stack-update --target <version> --yes`. The CLI version will almost always be higher than the stack version. A CLI at 0.9.90 with a stack at 0.9.8 is perfectly normal \u2014 it means the CLI got 12 patches since the last Docker image rebuild. Only update the stack when: (a) the boot brief surfaces a fix that mentions 'stack update required', (b) a new stack manifest version is bundled in the CLI (`exe-os stack-update --check` shows pending changes), or (c) AskExe support explicitly tells you to. Do NOT attempt to make the numbers match \u2014 they are separate tracks."
|
|
3817
3817
|
},
|
|
3818
|
+
{
|
|
3819
|
+
title: "Update lifecycle \u2014 what each command does and what picks up new code",
|
|
3820
|
+
domain: "operations",
|
|
3821
|
+
priority: "p0",
|
|
3822
|
+
content: "Three update paths exist \u2014 know which does what. (1) `npm install -g @askexenow/exe-os@latest` \u2014 customer update. Replaces all dist/ files. postinstall copies slash commands AND restarts the daemon automatically. MCP server picks up new code on next `/mcp` reconnect or new Claude Code session. Hooks pick up new code on next session (they spawn fresh processes). (2) `exe-os update` \u2014 interactive update command. Runs `npm install -g` then `install --global` which restarts daemon, regenerates session wrappers, normalizes roster, registers Codex hooks. This is the recommended customer path. (3) `npm run deploy` \u2014 dev-only (COO/CTO on main branch). Builds, installs globally, runs `install --global`, restarts daemon. Never run from a worktree. NEVER confuse `exe-os setup` (first-time setup wizard for new installs) with `exe-os update` (update existing install). Setup creates encryption keys, configures cloud, runs first sync. Update just replaces code and restarts services. They are completely different commands."
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
3826
|
+
domain: "operations",
|
|
3827
|
+
priority: "p1",
|
|
3828
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
3829
|
+
},
|
|
3818
3830
|
// --- Operations ---
|
|
3819
3831
|
{
|
|
3820
3832
|
title: "Managers must supervise deployed workers",
|
|
@@ -3926,7 +3938,7 @@ var init_platform_procedures = __esm({
|
|
|
3926
3938
|
title: "MCP tools \u2014 identity, behavior, and support",
|
|
3927
3939
|
domain: "tool-use",
|
|
3928
3940
|
priority: "p1",
|
|
3929
|
-
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug")
|
|
3941
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report (title, description, severity p0-p3). Auto-delivers to AskExe. support(action="create_feature"): file a feature request (title, description, use_case). support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are planned, shipped, or closed. support(action="health"): verify support server is reachable. When a bug you filed shows status='fixed' with a fixed_version, update exe-os to that version to get the fix. support(action="triage_bug"): AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
3930
3942
|
},
|
|
3931
3943
|
{
|
|
3932
3944
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3763,7 +3763,7 @@ var init_platform_procedures = __esm({
|
|
|
3763
3763
|
title: "Bug report status check \u2014 surface available fixes on boot",
|
|
3764
3764
|
domain: "support",
|
|
3765
3765
|
priority: "p1",
|
|
3766
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3766
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_bugs') to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'closed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. You can also file new bugs with support(action='create_bug') and check status anytime with support(action='list_my_bugs'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3767
3767
|
},
|
|
3768
3768
|
{
|
|
3769
3769
|
title: "Feature request triage \u2014 upstream feature vs local customization",
|
|
@@ -3775,7 +3775,7 @@ var init_platform_procedures = __esm({
|
|
|
3775
3775
|
title: "Feature request status check \u2014 surface shipped features on boot",
|
|
3776
3776
|
domain: "support",
|
|
3777
3777
|
priority: "p1",
|
|
3778
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3778
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_features') to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. You can also file new requests with support(action='create_feature') and check status anytime with support(action='list_my_features'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3779
3779
|
},
|
|
3780
3780
|
// --- Tool guidance ---
|
|
3781
3781
|
{
|
|
@@ -3811,6 +3811,18 @@ var init_platform_procedures = __esm({
|
|
|
3811
3811
|
priority: "p0",
|
|
3812
3812
|
content: "exe-os has TWO version numbers that move independently. This is normal \u2014 do not treat a mismatch as an error. (1) CLI version (e.g. 0.9.89, 0.9.90) \u2014 the npm package installed locally. Updates frequently: bug fixes, new MCP tools, platform procedures, search improvements, client-side changes. Update with `npm install -g @askexenow/exe-os@latest`. (2) Stack version (e.g. 0.9.7, 0.9.8) \u2014 the Docker images on the VPS. Updates less frequently: only when server-side daemon, gateway, wiki, or CRM images need rebuilding. Update with `exe-os stack-update --target <version> --yes`. The CLI version will almost always be higher than the stack version. A CLI at 0.9.90 with a stack at 0.9.8 is perfectly normal \u2014 it means the CLI got 12 patches since the last Docker image rebuild. Only update the stack when: (a) the boot brief surfaces a fix that mentions 'stack update required', (b) a new stack manifest version is bundled in the CLI (`exe-os stack-update --check` shows pending changes), or (c) AskExe support explicitly tells you to. Do NOT attempt to make the numbers match \u2014 they are separate tracks."
|
|
3813
3813
|
},
|
|
3814
|
+
{
|
|
3815
|
+
title: "Update lifecycle \u2014 what each command does and what picks up new code",
|
|
3816
|
+
domain: "operations",
|
|
3817
|
+
priority: "p0",
|
|
3818
|
+
content: "Three update paths exist \u2014 know which does what. (1) `npm install -g @askexenow/exe-os@latest` \u2014 customer update. Replaces all dist/ files. postinstall copies slash commands AND restarts the daemon automatically. MCP server picks up new code on next `/mcp` reconnect or new Claude Code session. Hooks pick up new code on next session (they spawn fresh processes). (2) `exe-os update` \u2014 interactive update command. Runs `npm install -g` then `install --global` which restarts daemon, regenerates session wrappers, normalizes roster, registers Codex hooks. This is the recommended customer path. (3) `npm run deploy` \u2014 dev-only (COO/CTO on main branch). Builds, installs globally, runs `install --global`, restarts daemon. Never run from a worktree. NEVER confuse `exe-os setup` (first-time setup wizard for new installs) with `exe-os update` (update existing install). Setup creates encryption keys, configures cloud, runs first sync. Update just replaces code and restarts services. They are completely different commands."
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
3822
|
+
domain: "operations",
|
|
3823
|
+
priority: "p1",
|
|
3824
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
3825
|
+
},
|
|
3814
3826
|
// --- Operations ---
|
|
3815
3827
|
{
|
|
3816
3828
|
title: "Managers must supervise deployed workers",
|
|
@@ -3922,7 +3934,7 @@ var init_platform_procedures = __esm({
|
|
|
3922
3934
|
title: "MCP tools \u2014 identity, behavior, and support",
|
|
3923
3935
|
domain: "tool-use",
|
|
3924
3936
|
priority: "p1",
|
|
3925
|
-
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug")
|
|
3937
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report (title, description, severity p0-p3). Auto-delivers to AskExe. support(action="create_feature"): file a feature request (title, description, use_case). support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are planned, shipped, or closed. support(action="health"): verify support server is reachable. When a bug you filed shows status='fixed' with a fixed_version, update exe-os to that version to get the fix. support(action="triage_bug"): AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
3926
3938
|
},
|
|
3927
3939
|
{
|
|
3928
3940
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -3935,7 +3935,7 @@ var init_platform_procedures = __esm({
|
|
|
3935
3935
|
title: "Bug report status check \u2014 surface available fixes on boot",
|
|
3936
3936
|
domain: "support",
|
|
3937
3937
|
priority: "p1",
|
|
3938
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3938
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_bugs') to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'closed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. You can also file new bugs with support(action='create_bug') and check status anytime with support(action='list_my_bugs'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3939
3939
|
},
|
|
3940
3940
|
{
|
|
3941
3941
|
title: "Feature request triage \u2014 upstream feature vs local customization",
|
|
@@ -3947,7 +3947,7 @@ var init_platform_procedures = __esm({
|
|
|
3947
3947
|
title: "Feature request status check \u2014 surface shipped features on boot",
|
|
3948
3948
|
domain: "support",
|
|
3949
3949
|
priority: "p1",
|
|
3950
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
3950
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_features') to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. You can also file new requests with support(action='create_feature') and check status anytime with support(action='list_my_features'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
3951
3951
|
},
|
|
3952
3952
|
// --- Tool guidance ---
|
|
3953
3953
|
{
|
|
@@ -3983,6 +3983,18 @@ var init_platform_procedures = __esm({
|
|
|
3983
3983
|
priority: "p0",
|
|
3984
3984
|
content: "exe-os has TWO version numbers that move independently. This is normal \u2014 do not treat a mismatch as an error. (1) CLI version (e.g. 0.9.89, 0.9.90) \u2014 the npm package installed locally. Updates frequently: bug fixes, new MCP tools, platform procedures, search improvements, client-side changes. Update with `npm install -g @askexenow/exe-os@latest`. (2) Stack version (e.g. 0.9.7, 0.9.8) \u2014 the Docker images on the VPS. Updates less frequently: only when server-side daemon, gateway, wiki, or CRM images need rebuilding. Update with `exe-os stack-update --target <version> --yes`. The CLI version will almost always be higher than the stack version. A CLI at 0.9.90 with a stack at 0.9.8 is perfectly normal \u2014 it means the CLI got 12 patches since the last Docker image rebuild. Only update the stack when: (a) the boot brief surfaces a fix that mentions 'stack update required', (b) a new stack manifest version is bundled in the CLI (`exe-os stack-update --check` shows pending changes), or (c) AskExe support explicitly tells you to. Do NOT attempt to make the numbers match \u2014 they are separate tracks."
|
|
3985
3985
|
},
|
|
3986
|
+
{
|
|
3987
|
+
title: "Update lifecycle \u2014 what each command does and what picks up new code",
|
|
3988
|
+
domain: "operations",
|
|
3989
|
+
priority: "p0",
|
|
3990
|
+
content: "Three update paths exist \u2014 know which does what. (1) `npm install -g @askexenow/exe-os@latest` \u2014 customer update. Replaces all dist/ files. postinstall copies slash commands AND restarts the daemon automatically. MCP server picks up new code on next `/mcp` reconnect or new Claude Code session. Hooks pick up new code on next session (they spawn fresh processes). (2) `exe-os update` \u2014 interactive update command. Runs `npm install -g` then `install --global` which restarts daemon, regenerates session wrappers, normalizes roster, registers Codex hooks. This is the recommended customer path. (3) `npm run deploy` \u2014 dev-only (COO/CTO on main branch). Builds, installs globally, runs `install --global`, restarts daemon. Never run from a worktree. NEVER confuse `exe-os setup` (first-time setup wizard for new installs) with `exe-os update` (update existing install). Setup creates encryption keys, configures cloud, runs first sync. Update just replaces code and restarts services. They are completely different commands."
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
3994
|
+
domain: "operations",
|
|
3995
|
+
priority: "p1",
|
|
3996
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
3997
|
+
},
|
|
3986
3998
|
// --- Operations ---
|
|
3987
3999
|
{
|
|
3988
4000
|
title: "Managers must supervise deployed workers",
|
|
@@ -4094,7 +4106,7 @@ var init_platform_procedures = __esm({
|
|
|
4094
4106
|
title: "MCP tools \u2014 identity, behavior, and support",
|
|
4095
4107
|
domain: "tool-use",
|
|
4096
4108
|
priority: "p1",
|
|
4097
|
-
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug")
|
|
4109
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report (title, description, severity p0-p3). Auto-delivers to AskExe. support(action="create_feature"): file a feature request (title, description, use_case). support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are planned, shipped, or closed. support(action="health"): verify support server is reachable. When a bug you filed shows status='fixed' with a fixed_version, update exe-os to that version to get the fix. support(action="triage_bug"): AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
4098
4110
|
},
|
|
4099
4111
|
{
|
|
4100
4112
|
title: "MCP tools \u2014 communication and messaging",
|
|
@@ -4410,7 +4410,7 @@ var init_platform_procedures = __esm({
|
|
|
4410
4410
|
title: "Bug report status check \u2014 surface available fixes on boot",
|
|
4411
4411
|
domain: "support",
|
|
4412
4412
|
priority: "p1",
|
|
4413
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
4413
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_bugs') to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'closed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. You can also file new bugs with support(action='create_bug') and check status anytime with support(action='list_my_bugs'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
4414
4414
|
},
|
|
4415
4415
|
{
|
|
4416
4416
|
title: "Feature request triage \u2014 upstream feature vs local customization",
|
|
@@ -4422,7 +4422,7 @@ var init_platform_procedures = __esm({
|
|
|
4422
4422
|
title: "Feature request status check \u2014 surface shipped features on boot",
|
|
4423
4423
|
domain: "support",
|
|
4424
4424
|
priority: "p1",
|
|
4425
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
4425
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_features') to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. You can also file new requests with support(action='create_feature') and check status anytime with support(action='list_my_features'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
4426
4426
|
},
|
|
4427
4427
|
// --- Tool guidance ---
|
|
4428
4428
|
{
|
|
@@ -4458,6 +4458,18 @@ var init_platform_procedures = __esm({
|
|
|
4458
4458
|
priority: "p0",
|
|
4459
4459
|
content: "exe-os has TWO version numbers that move independently. This is normal \u2014 do not treat a mismatch as an error. (1) CLI version (e.g. 0.9.89, 0.9.90) \u2014 the npm package installed locally. Updates frequently: bug fixes, new MCP tools, platform procedures, search improvements, client-side changes. Update with `npm install -g @askexenow/exe-os@latest`. (2) Stack version (e.g. 0.9.7, 0.9.8) \u2014 the Docker images on the VPS. Updates less frequently: only when server-side daemon, gateway, wiki, or CRM images need rebuilding. Update with `exe-os stack-update --target <version> --yes`. The CLI version will almost always be higher than the stack version. A CLI at 0.9.90 with a stack at 0.9.8 is perfectly normal \u2014 it means the CLI got 12 patches since the last Docker image rebuild. Only update the stack when: (a) the boot brief surfaces a fix that mentions 'stack update required', (b) a new stack manifest version is bundled in the CLI (`exe-os stack-update --check` shows pending changes), or (c) AskExe support explicitly tells you to. Do NOT attempt to make the numbers match \u2014 they are separate tracks."
|
|
4460
4460
|
},
|
|
4461
|
+
{
|
|
4462
|
+
title: "Update lifecycle \u2014 what each command does and what picks up new code",
|
|
4463
|
+
domain: "operations",
|
|
4464
|
+
priority: "p0",
|
|
4465
|
+
content: "Three update paths exist \u2014 know which does what. (1) `npm install -g @askexenow/exe-os@latest` \u2014 customer update. Replaces all dist/ files. postinstall copies slash commands AND restarts the daemon automatically. MCP server picks up new code on next `/mcp` reconnect or new Claude Code session. Hooks pick up new code on next session (they spawn fresh processes). (2) `exe-os update` \u2014 interactive update command. Runs `npm install -g` then `install --global` which restarts daemon, regenerates session wrappers, normalizes roster, registers Codex hooks. This is the recommended customer path. (3) `npm run deploy` \u2014 dev-only (COO/CTO on main branch). Builds, installs globally, runs `install --global`, restarts daemon. Never run from a worktree. NEVER confuse `exe-os setup` (first-time setup wizard for new installs) with `exe-os update` (update existing install). Setup creates encryption keys, configures cloud, runs first sync. Update just replaces code and restarts services. They are completely different commands."
|
|
4466
|
+
},
|
|
4467
|
+
{
|
|
4468
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
4469
|
+
domain: "operations",
|
|
4470
|
+
priority: "p1",
|
|
4471
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
4472
|
+
},
|
|
4461
4473
|
// --- Operations ---
|
|
4462
4474
|
{
|
|
4463
4475
|
title: "Managers must supervise deployed workers",
|
|
@@ -4569,7 +4581,7 @@ var init_platform_procedures = __esm({
|
|
|
4569
4581
|
title: "MCP tools \u2014 identity, behavior, and support",
|
|
4570
4582
|
domain: "tool-use",
|
|
4571
4583
|
priority: "p1",
|
|
4572
|
-
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug")
|
|
4584
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report (title, description, severity p0-p3). Auto-delivers to AskExe. support(action="create_feature"): file a feature request (title, description, use_case). support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are planned, shipped, or closed. support(action="health"): verify support server is reachable. When a bug you filed shows status='fixed' with a fixed_version, update exe-os to that version to get the fix. support(action="triage_bug"): AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
4573
4585
|
},
|
|
4574
4586
|
{
|
|
4575
4587
|
title: "MCP tools \u2014 communication and messaging",
|
package/dist/bin/cli.js
CHANGED
|
@@ -9116,7 +9116,7 @@ var init_platform_procedures = __esm({
|
|
|
9116
9116
|
title: "Bug report status check \u2014 surface available fixes on boot",
|
|
9117
9117
|
domain: "support",
|
|
9118
9118
|
priority: "p1",
|
|
9119
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
9119
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_bugs') to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'closed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. You can also file new bugs with support(action='create_bug') and check status anytime with support(action='list_my_bugs'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
9120
9120
|
},
|
|
9121
9121
|
{
|
|
9122
9122
|
title: "Feature request triage \u2014 upstream feature vs local customization",
|
|
@@ -9128,7 +9128,7 @@ var init_platform_procedures = __esm({
|
|
|
9128
9128
|
title: "Feature request status check \u2014 surface shipped features on boot",
|
|
9129
9129
|
domain: "support",
|
|
9130
9130
|
priority: "p1",
|
|
9131
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
9131
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_features') to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. You can also file new requests with support(action='create_feature') and check status anytime with support(action='list_my_features'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
9132
9132
|
},
|
|
9133
9133
|
// --- Tool guidance ---
|
|
9134
9134
|
{
|
|
@@ -9164,6 +9164,18 @@ var init_platform_procedures = __esm({
|
|
|
9164
9164
|
priority: "p0",
|
|
9165
9165
|
content: "exe-os has TWO version numbers that move independently. This is normal \u2014 do not treat a mismatch as an error. (1) CLI version (e.g. 0.9.89, 0.9.90) \u2014 the npm package installed locally. Updates frequently: bug fixes, new MCP tools, platform procedures, search improvements, client-side changes. Update with `npm install -g @askexenow/exe-os@latest`. (2) Stack version (e.g. 0.9.7, 0.9.8) \u2014 the Docker images on the VPS. Updates less frequently: only when server-side daemon, gateway, wiki, or CRM images need rebuilding. Update with `exe-os stack-update --target <version> --yes`. The CLI version will almost always be higher than the stack version. A CLI at 0.9.90 with a stack at 0.9.8 is perfectly normal \u2014 it means the CLI got 12 patches since the last Docker image rebuild. Only update the stack when: (a) the boot brief surfaces a fix that mentions 'stack update required', (b) a new stack manifest version is bundled in the CLI (`exe-os stack-update --check` shows pending changes), or (c) AskExe support explicitly tells you to. Do NOT attempt to make the numbers match \u2014 they are separate tracks."
|
|
9166
9166
|
},
|
|
9167
|
+
{
|
|
9168
|
+
title: "Update lifecycle \u2014 what each command does and what picks up new code",
|
|
9169
|
+
domain: "operations",
|
|
9170
|
+
priority: "p0",
|
|
9171
|
+
content: "Three update paths exist \u2014 know which does what. (1) `npm install -g @askexenow/exe-os@latest` \u2014 customer update. Replaces all dist/ files. postinstall copies slash commands AND restarts the daemon automatically. MCP server picks up new code on next `/mcp` reconnect or new Claude Code session. Hooks pick up new code on next session (they spawn fresh processes). (2) `exe-os update` \u2014 interactive update command. Runs `npm install -g` then `install --global` which restarts daemon, regenerates session wrappers, normalizes roster, registers Codex hooks. This is the recommended customer path. (3) `npm run deploy` \u2014 dev-only (COO/CTO on main branch). Builds, installs globally, runs `install --global`, restarts daemon. Never run from a worktree. NEVER confuse `exe-os setup` (first-time setup wizard for new installs) with `exe-os update` (update existing install). Setup creates encryption keys, configures cloud, runs first sync. Update just replaces code and restarts services. They are completely different commands."
|
|
9172
|
+
},
|
|
9173
|
+
{
|
|
9174
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
9175
|
+
domain: "operations",
|
|
9176
|
+
priority: "p1",
|
|
9177
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
9178
|
+
},
|
|
9167
9179
|
// --- Operations ---
|
|
9168
9180
|
{
|
|
9169
9181
|
title: "Managers must supervise deployed workers",
|
|
@@ -9275,7 +9287,7 @@ var init_platform_procedures = __esm({
|
|
|
9275
9287
|
title: "MCP tools \u2014 identity, behavior, and support",
|
|
9276
9288
|
domain: "tool-use",
|
|
9277
9289
|
priority: "p1",
|
|
9278
|
-
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug")
|
|
9290
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report (title, description, severity p0-p3). Auto-delivers to AskExe. support(action="create_feature"): file a feature request (title, description, use_case). support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are planned, shipped, or closed. support(action="health"): verify support server is reachable. When a bug you filed shows status='fixed' with a fixed_version, update exe-os to that version to get the fix. support(action="triage_bug"): AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
9279
9291
|
},
|
|
9280
9292
|
{
|
|
9281
9293
|
title: "MCP tools \u2014 communication and messaging",
|
package/dist/bin/exe-agent.js
CHANGED
|
@@ -1401,7 +1401,7 @@ var PLATFORM_PROCEDURES = [
|
|
|
1401
1401
|
title: "Bug report status check \u2014 surface available fixes on boot",
|
|
1402
1402
|
domain: "support",
|
|
1403
1403
|
priority: "p1",
|
|
1404
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
1404
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_bugs') to check if any previously filed bug reports have been fixed by AskExe. If any report has status 'closed' with a fixed_version, surface it to the founder immediately: '\u{1F527} N bug fix(es) available \u2014 run exe-os update to get version X.Y.Z'. You can also file new bugs with support(action='create_bug') and check status anytime with support(action='list_my_bugs'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
1405
1405
|
},
|
|
1406
1406
|
{
|
|
1407
1407
|
title: "Feature request triage \u2014 upstream feature vs local customization",
|
|
@@ -1413,7 +1413,7 @@ var PLATFORM_PROCEDURES = [
|
|
|
1413
1413
|
title: "Feature request status check \u2014 surface shipped features on boot",
|
|
1414
1414
|
domain: "support",
|
|
1415
1415
|
priority: "p1",
|
|
1416
|
-
content: "Once per session (COO boot only, never repeat), call
|
|
1416
|
+
content: "Once per session (COO boot only, never repeat), call support(action='list_my_features') to check if any previously filed feature requests have been shipped by AskExe. If any request has status 'shipped' with a shipped_version, surface it to the founder immediately: '\u{1F680} N feature(s) shipped \u2014 run exe-os update to get version X.Y.Z'. You can also file new requests with support(action='create_feature') and check status anytime with support(action='list_my_features'). This boot check is one-time, not a recurring poll. If the tool is unavailable, skip silently."
|
|
1417
1417
|
},
|
|
1418
1418
|
// --- Tool guidance ---
|
|
1419
1419
|
{
|
|
@@ -1449,6 +1449,18 @@ var PLATFORM_PROCEDURES = [
|
|
|
1449
1449
|
priority: "p0",
|
|
1450
1450
|
content: "exe-os has TWO version numbers that move independently. This is normal \u2014 do not treat a mismatch as an error. (1) CLI version (e.g. 0.9.89, 0.9.90) \u2014 the npm package installed locally. Updates frequently: bug fixes, new MCP tools, platform procedures, search improvements, client-side changes. Update with `npm install -g @askexenow/exe-os@latest`. (2) Stack version (e.g. 0.9.7, 0.9.8) \u2014 the Docker images on the VPS. Updates less frequently: only when server-side daemon, gateway, wiki, or CRM images need rebuilding. Update with `exe-os stack-update --target <version> --yes`. The CLI version will almost always be higher than the stack version. A CLI at 0.9.90 with a stack at 0.9.8 is perfectly normal \u2014 it means the CLI got 12 patches since the last Docker image rebuild. Only update the stack when: (a) the boot brief surfaces a fix that mentions 'stack update required', (b) a new stack manifest version is bundled in the CLI (`exe-os stack-update --check` shows pending changes), or (c) AskExe support explicitly tells you to. Do NOT attempt to make the numbers match \u2014 they are separate tracks."
|
|
1451
1451
|
},
|
|
1452
|
+
{
|
|
1453
|
+
title: "Update lifecycle \u2014 what each command does and what picks up new code",
|
|
1454
|
+
domain: "operations",
|
|
1455
|
+
priority: "p0",
|
|
1456
|
+
content: "Three update paths exist \u2014 know which does what. (1) `npm install -g @askexenow/exe-os@latest` \u2014 customer update. Replaces all dist/ files. postinstall copies slash commands AND restarts the daemon automatically. MCP server picks up new code on next `/mcp` reconnect or new Claude Code session. Hooks pick up new code on next session (they spawn fresh processes). (2) `exe-os update` \u2014 interactive update command. Runs `npm install -g` then `install --global` which restarts daemon, regenerates session wrappers, normalizes roster, registers Codex hooks. This is the recommended customer path. (3) `npm run deploy` \u2014 dev-only (COO/CTO on main branch). Builds, installs globally, runs `install --global`, restarts daemon. Never run from a worktree. NEVER confuse `exe-os setup` (first-time setup wizard for new installs) with `exe-os update` (update existing install). Setup creates encryption keys, configures cloud, runs first sync. Update just replaces code and restarts services. They are completely different commands."
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
title: "First install \u2014 setup wizard and license activation",
|
|
1460
|
+
domain: "operations",
|
|
1461
|
+
priority: "p1",
|
|
1462
|
+
content: "Fresh install: `npm install -g @askexenow/exe-os` then run `exe` to start the setup wizard. The wizard prompts for: encryption passphrase (creates master key), license key (exe_sk_* from AskExe team), COO name, and optional team members. No license key = free tier (1 employee, 5K memories). After setup: hooks install automatically, MCP server registers in ~/.claude.json, daemon starts. Verify health: run `exe-os healthcheck` or use mcp_ping() tool."
|
|
1463
|
+
},
|
|
1452
1464
|
// --- Operations ---
|
|
1453
1465
|
{
|
|
1454
1466
|
title: "Managers must supervise deployed workers",
|
|
@@ -1560,7 +1572,7 @@ var PLATFORM_PROCEDURES = [
|
|
|
1560
1572
|
title: "MCP tools \u2014 identity, behavior, and support",
|
|
1561
1573
|
domain: "tool-use",
|
|
1562
1574
|
priority: "p1",
|
|
1563
|
-
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug")
|
|
1575
|
+
content: `identity(action="get") / get_identity: read an agent's exe.md (Layer 1 identity). identity(action="update") / update_identity: write an agent's exe.md. Identity > behavior. behavior(action="store") / store_behavior: record a correction or pattern (Layer 2 expertise). behavior(action="list") / list_behaviors: view active behaviors. behavior(action="deactivate") / deactivate_behavior: soft-delete a stale behavior. support(action="create_bug"): file a bug report (title, description, severity p0-p3). Auto-delivers to AskExe. support(action="create_feature"): file a feature request (title, description, use_case). support(action="list_my_bugs"): check status of YOUR filed bug reports \u2014 see which are open, triaged, or fixed with version number. support(action="list_my_features"): check status of YOUR filed feature requests \u2014 see which are planned, shipped, or closed. support(action="health"): verify support server is reachable. When a bug you filed shows status='fixed' with a fixed_version, update exe-os to that version to get the fix. support(action="triage_bug"): AskExe-internal only. CRITICAL: triage uses triage_notes NOT notes.`
|
|
1564
1576
|
},
|
|
1565
1577
|
{
|
|
1566
1578
|
title: "MCP tools \u2014 communication and messaging",
|