@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.
- package/dist/bin/agentic-ontology-backfill.js +3 -3
- package/dist/bin/agentic-reflection-backfill.js +3 -3
- package/dist/bin/agentic-semantic-label.js +3 -3
- package/dist/bin/backfill-conversations.js +3 -3
- package/dist/bin/backfill-responses.js +3 -3
- package/dist/bin/backfill-vectors.js +3 -3
- package/dist/bin/bulk-sync-postgres.js +3 -3
- package/dist/bin/cleanup-stale-review-tasks.js +6 -3
- package/dist/bin/cli.js +6 -3
- package/dist/bin/customer-readiness.js +17 -7
- package/dist/bin/exe-agent.js +3 -3
- package/dist/bin/exe-assign.js +3 -3
- package/dist/bin/exe-boot.js +6 -3
- package/dist/bin/exe-call.js +3 -3
- package/dist/bin/exe-cloud.js +3 -3
- package/dist/bin/exe-dispatch.js +6 -3
- package/dist/bin/exe-doctor.js +3 -3
- package/dist/bin/exe-export-behaviors.js +3 -3
- package/dist/bin/exe-forget.js +3 -3
- package/dist/bin/exe-gateway.js +6 -3
- package/dist/bin/exe-heartbeat.js +6 -3
- package/dist/bin/exe-kill.js +3 -3
- package/dist/bin/exe-launch-agent.js +3 -3
- package/dist/bin/exe-new-employee.js +3 -3
- package/dist/bin/exe-pending-messages.js +6 -3
- package/dist/bin/exe-pending-notifications.js +6 -3
- package/dist/bin/exe-pending-reviews.js +6 -3
- package/dist/bin/exe-rename.js +3 -3
- package/dist/bin/exe-review.js +3 -3
- package/dist/bin/exe-search.js +3 -3
- package/dist/bin/exe-session-cleanup.js +6 -3
- package/dist/bin/exe-start-codex.js +3 -3
- package/dist/bin/exe-start-opencode.js +3 -3
- package/dist/bin/exe-status.js +6 -3
- package/dist/bin/exe-team.js +3 -3
- package/dist/bin/git-sweep.js +6 -3
- package/dist/bin/graph-backfill.js +3 -3
- package/dist/bin/graph-export.js +3 -3
- package/dist/bin/intercom-check.js +6 -3
- package/dist/bin/scan-tasks.js +6 -3
- package/dist/bin/setup.js +3 -3
- package/dist/bin/shard-migrate.js +3 -3
- package/dist/gateway/index.js +6 -3
- package/dist/hooks/bug-report-worker.js +6 -3
- package/dist/hooks/codex-stop-task-finalizer.js +6 -3
- package/dist/hooks/commit-complete.js +6 -3
- package/dist/hooks/error-recall.js +3 -3
- package/dist/hooks/ingest.js +3 -3
- package/dist/hooks/instructions-loaded.js +3 -3
- package/dist/hooks/notification.js +3 -3
- package/dist/hooks/post-compact.js +6 -3
- package/dist/hooks/post-tool-combined.js +6 -3
- package/dist/hooks/pre-compact.js +6 -3
- package/dist/hooks/pre-tool-use.js +6 -3
- package/dist/hooks/prompt-submit.js +6 -3
- package/dist/hooks/session-end.js +6 -3
- package/dist/hooks/session-start.js +6 -3
- package/dist/hooks/stop.js +6 -3
- package/dist/hooks/subagent-stop.js +6 -3
- package/dist/hooks/summary-worker.js +6 -3
- package/dist/index.js +6 -3
- package/dist/lib/employee-templates.js +3 -3
- package/dist/lib/exe-daemon.js +83 -3
- package/dist/lib/hybrid-search.js +3 -3
- package/dist/lib/messaging.js +3 -0
- package/dist/lib/schedules.js +3 -3
- package/dist/lib/store.js +3 -3
- package/dist/lib/tasks.js +3 -0
- package/dist/lib/tmux-routing.js +3 -0
- package/dist/mcp/server.js +15 -3
- package/dist/mcp/tools/create-task.js +3 -0
- package/dist/mcp/tools/list-tasks.js +3 -0
- package/dist/mcp/tools/send-message.js +3 -0
- package/dist/mcp/tools/update-task.js +3 -0
- package/dist/runtime/index.js +6 -3
- package/dist/tui/App.js +6 -3
- 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
|
|
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:
|
|
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.
|
|
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.
|
|
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",
|