@askexenow/exe-os 0.9.94 → 0.9.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist/bin/agentic-ontology-backfill.js +3 -3
  2. package/dist/bin/agentic-reflection-backfill.js +3 -3
  3. package/dist/bin/agentic-semantic-label.js +3 -3
  4. package/dist/bin/backfill-conversations.js +3 -3
  5. package/dist/bin/backfill-responses.js +3 -3
  6. package/dist/bin/backfill-vectors.js +3 -3
  7. package/dist/bin/bulk-sync-postgres.js +3 -3
  8. package/dist/bin/cleanup-stale-review-tasks.js +6 -3
  9. package/dist/bin/cli.js +6 -3
  10. package/dist/bin/customer-readiness.js +17 -7
  11. package/dist/bin/exe-agent.js +3 -3
  12. package/dist/bin/exe-assign.js +3 -3
  13. package/dist/bin/exe-boot.js +6 -3
  14. package/dist/bin/exe-call.js +3 -3
  15. package/dist/bin/exe-cloud.js +3 -3
  16. package/dist/bin/exe-dispatch.js +6 -3
  17. package/dist/bin/exe-doctor.js +3 -3
  18. package/dist/bin/exe-export-behaviors.js +3 -3
  19. package/dist/bin/exe-forget.js +3 -3
  20. package/dist/bin/exe-gateway.js +6 -3
  21. package/dist/bin/exe-heartbeat.js +6 -3
  22. package/dist/bin/exe-kill.js +3 -3
  23. package/dist/bin/exe-launch-agent.js +3 -3
  24. package/dist/bin/exe-new-employee.js +3 -3
  25. package/dist/bin/exe-pending-messages.js +6 -3
  26. package/dist/bin/exe-pending-notifications.js +6 -3
  27. package/dist/bin/exe-pending-reviews.js +6 -3
  28. package/dist/bin/exe-rename.js +3 -3
  29. package/dist/bin/exe-review.js +3 -3
  30. package/dist/bin/exe-search.js +3 -3
  31. package/dist/bin/exe-session-cleanup.js +6 -3
  32. package/dist/bin/exe-start-codex.js +3 -3
  33. package/dist/bin/exe-start-opencode.js +3 -3
  34. package/dist/bin/exe-status.js +6 -3
  35. package/dist/bin/exe-team.js +3 -3
  36. package/dist/bin/git-sweep.js +6 -3
  37. package/dist/bin/graph-backfill.js +3 -3
  38. package/dist/bin/graph-export.js +3 -3
  39. package/dist/bin/intercom-check.js +6 -3
  40. package/dist/bin/scan-tasks.js +6 -3
  41. package/dist/bin/setup.js +3 -3
  42. package/dist/bin/shard-migrate.js +3 -3
  43. package/dist/gateway/index.js +6 -3
  44. package/dist/hooks/bug-report-worker.js +6 -3
  45. package/dist/hooks/codex-stop-task-finalizer.js +6 -3
  46. package/dist/hooks/commit-complete.js +6 -3
  47. package/dist/hooks/error-recall.js +3 -3
  48. package/dist/hooks/ingest.js +3 -3
  49. package/dist/hooks/instructions-loaded.js +3 -3
  50. package/dist/hooks/notification.js +3 -3
  51. package/dist/hooks/post-compact.js +6 -3
  52. package/dist/hooks/post-tool-combined.js +6 -3
  53. package/dist/hooks/pre-compact.js +6 -3
  54. package/dist/hooks/pre-tool-use.js +6 -3
  55. package/dist/hooks/prompt-submit.js +6 -3
  56. package/dist/hooks/session-end.js +6 -3
  57. package/dist/hooks/session-start.js +6 -3
  58. package/dist/hooks/stop.js +6 -3
  59. package/dist/hooks/subagent-stop.js +6 -3
  60. package/dist/hooks/summary-worker.js +6 -3
  61. package/dist/index.js +6 -3
  62. package/dist/lib/employee-templates.js +3 -3
  63. package/dist/lib/exe-daemon.js +83 -3
  64. package/dist/lib/hybrid-search.js +3 -3
  65. package/dist/lib/messaging.js +3 -0
  66. package/dist/lib/schedules.js +3 -3
  67. package/dist/lib/store.js +3 -3
  68. package/dist/lib/tasks.js +3 -0
  69. package/dist/lib/tmux-routing.js +3 -0
  70. package/dist/mcp/server.js +15 -3
  71. package/dist/mcp/tools/create-task.js +3 -0
  72. package/dist/mcp/tools/list-tasks.js +3 -0
  73. package/dist/mcp/tools/send-message.js +3 -0
  74. package/dist/mcp/tools/update-task.js +3 -0
  75. package/dist/runtime/index.js +6 -3
  76. package/dist/tui/App.js +6 -3
  77. package/package.json +1 -1
package/dist/tui/App.js CHANGED
@@ -6982,6 +6982,9 @@ function getDispatchedBy(sessionKey) {
6982
6982
  }
6983
6983
  }
6984
6984
  function resolveExeSession() {
6985
+ if (process.env.EXE_SESSION_NAME) {
6986
+ return extractRootExe(process.env.EXE_SESSION_NAME) ?? process.env.EXE_SESSION_NAME;
6987
+ }
6985
6988
  const mySession = getMySession();
6986
6989
  if (!mySession) return null;
6987
6990
  const fromSessionName = extractRootExe(mySession);
@@ -9178,13 +9181,13 @@ var init_platform_procedures = __esm({
9178
9181
  title: "MCP tools \u2014 memory, decision, and search",
9179
9182
  domain: "tool-use",
9180
9183
  priority: "p1",
9181
- content: `memory(action="recall") / recall_my_memory: search your own memories (semantic + FTS). Supports as_of param for bi-temporal queries (what did I know at time X?), kind param to filter by memory type (decision, procedure, observation, raw, conversation, behavior). memory(action="ask_team") / ask_team_memory: search a colleague's memories by agent name. memory(action="store") / store_memory: persist a memory. Supports kind param and procedure_for domain tag for procedure-type memories. memory(action="commit") / commit_memory: high-importance memory that survives consolidation. Requires summary. memory(action="search") / search_everything: unified search across memories, tasks, entities, conversations. memory(action="session_context") / get_session_context: temporal memory window. Requires session_id + target_timestamp. memory(action="consolidate") / consolidate_memories: merge duplicate/related memories. memory(action="cardinality") / get_memory_cardinality: count memories per agent. memory(action="supersede") / supersede: replace an old memory with a new version (old_id + new text). decision(action="store") / store_decision: record an architectural decision (domain, decision, rationale). decision(action="get") / get_decision: retrieve a past decision by domain or query.`
9184
+ content: `memory(action="recall") / recall_my_memory: search memories (semantic + FTS). Params: as_of (bi-temporal \u2014 what did I know at time X?), kind (decision|procedure|observation|raw|conversation|behavior), retrieval_mode (all|decisions_only|procedures_only|operational|recent_high_value). memory(action="ask_team") / ask_team_memory: search a colleague's memories. memory(action="store") / store_memory: persist a memory. Params: kind, procedure_for (domain tag for procedures). memory(action="commit") / commit_memory: high-importance, survives consolidation. Requires summary. memory(action="search") / search_everything: unified search across memories, tasks, entities, conversations. memory(action="session_context") / get_session_context: temporal window. Requires session_id + target_timestamp. memory(action="get_by_id"): fetch one memory by UUID with full untruncated text. memory(action="consolidate") / consolidate_memories: merge duplicate/related memories. memory(action="cardinality") / get_memory_cardinality: count memories per agent. memory(action="supersede"): replace an old memory with a new version (old_id + new text). decision(action="store") / store_decision: record an architectural decision (domain, decision, rationale). decision(action="get") / get_decision: retrieve a past decision by domain or query.`
9182
9185
  },
9183
9186
  {
9184
9187
  title: "MCP tools \u2014 task orchestration",
9185
9188
  domain: "tool-use",
9186
9189
  priority: "p1",
9187
- content: `task(action="create") / create_task: dispatch work (title, assigned_to, context). The ONLY dispatch path. Auto-spawns session. Supports spawn_runtime and spawn_model params to override the agent's default runtime/model for a specific task. task(action="list") / list_tasks: query tasks by status, assignee, project. task(action="get") / get_task: fetch full task details by task_id. task(action="update") / update_task: change status (in_progress, done, blocked, cancelled) + result summary. task(action="close") / close_task: finalize a reviewed task (COO only). task(action="checkpoint") / checkpoint_task: save progress state for crash recovery. task(action="resume") / resume_employee: re-spawn an employee session for an existing task.`
9190
+ content: 'task(action="create") / create_task: dispatch work (title, assigned_to, context). The ONLY dispatch path. Auto-spawns session. Params: blocked_by (task ID for dependency), parent_task_id (subtask hierarchy), reviewer, complexity (routine|standard|complex|critical), budget_tokens (max token cap), budget_fallback_model, spawn_runtime (override runtime: claude|codex|opencode), spawn_model (override model). task(action="list") / list_tasks: query tasks by status, assignee, project. task(action="get") / get_task: fetch full task details by task_id. task(action="update") / update_task: change status (in_progress, done, blocked, cancelled) + result summary. task(action="close") / close_task: finalize a reviewed task (COO only). task(action="checkpoint") / checkpoint_task: save progress state for crash recovery. task(action="resume") / resume_employee: re-spawn an employee session for an existing task.'
9188
9191
  },
9189
9192
  {
9190
9193
  title: "MCP tools \u2014 knowledge graph (GraphRAG)",
@@ -9214,7 +9217,7 @@ var init_platform_procedures = __esm({
9214
9217
  title: "MCP tools \u2014 admin, config, and operations",
9215
9218
  domain: "tool-use",
9216
9219
  priority: "p1",
9217
- content: 'config(action="list_employees"): view roster. config(action="agent_spend"): token usage per agent. config(action="daemon_health"): check exed status. config(action="license_status"): check license. config(action="cloud_sync"): force sync. config(action="memory_audit"): health check (dupes, null vectors). config(action="run_consolidation"): trigger memory consolidation. config(action="company_procedure", subaction="store|list|deactivate"): manage company procedures. config(action="global_procedure"): list all procedures (platform + company). config(action="create_trigger|list_triggers"): scheduled agent jobs. config(action="export_orchestration|import_orchestration"): portable org state. diagnostics(action="healthcheck|doctor|status_brief|check_update|cloud_status"): system diagnostics. diagnostics(action="tool_search"): semantic tool discovery \u2014 find relevant MCP tools by natural language query. Returns top-K tools ranked by relevance. diagnostics(action="drift"): identity drift detection \u2014 score how far an agent has drifted from its role identity. Returns drift score + recommendations. mcp_ping(): daemon health + license status + tool usage stats.'
9220
+ content: 'config(action="list_employees"): view roster. config(action="set_agent_config"): view or change per-agent runtime + model. Call with no args to show all agents. config(action="agent_spend"): token usage per agent. config(action="daemon_health"): check exed status. config(action="license_status"): check license. config(action="cloud_sync"): force sync. Supports cloud_action param: status|sync|reupload. config(action="memory_audit"): health check (dupes, null vectors). config(action="run_consolidation"): trigger memory consolidation. config(action="worker_gate"): check spawn slot availability \u2014 alive/stale/reserved counts vs max. Use before dispatching. config(action="auto_wake_status"): orphaned tasks, blocked tasks, auto-wake retry status. config(action="orchestration_phase"): view/change org phase (phase_1_coo|phase_2_executives|phase_3_parallel_org). config(action="company_procedure", subaction="store|list|deactivate"): manage company procedures. config(action="global_procedure"): list all procedures (platform + company). config(action="create_trigger|list_triggers"): scheduled agent jobs. config(action="export_orchestration|import_orchestration"): portable org state. diagnostics(action="healthcheck|doctor|status_brief|check_update|cloud_status"): system diagnostics. diagnostics(action="pending_work_summary"): pending reviews + messages + notifications in one call. diagnostics(action="rename_employee"): rename an agent across all systems (roster, identity, DB, symlinks). diagnostics(action="tool_search"): semantic tool discovery \u2014 find relevant MCP tools by natural language query. diagnostics(action="drift"): identity drift detection \u2014 score how far an agent has drifted from its role. mcp_ping(): daemon health + license status + tool usage stats.'
9218
9221
  }
9219
9222
  ];
9220
9223
  PLATFORM_PROCEDURE_TITLES = new Set(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askexenow/exe-os",
3
- "version": "0.9.94",
3
+ "version": "0.9.96",
4
4
  "description": "AI employee operating system — persistent memory, task management, and multi-agent coordination for Claude Code.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",