@rosthq/cli 0.5.8 → 0.5.9
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/index.js +65 -15
- package/dist/index.js.map +3 -3
- package/dist/operations.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41785,11 +41785,11 @@ Drafting can be assisted by agents. Activation is a human decision. When authori
|
|
|
41785
41785
|
order: 40,
|
|
41786
41786
|
title: "Agent staffing playbook",
|
|
41787
41787
|
summary: "How to decide whether a seat should be human, agent, or hybrid, and how to go live safely.",
|
|
41788
|
-
version: "2026-06-19.
|
|
41788
|
+
version: "2026-06-19.2",
|
|
41789
41789
|
public: true,
|
|
41790
41790
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
41791
41791
|
stages: ["staffing"],
|
|
41792
|
-
relatedCommandIds: ["staffing.assign_user", "staffing.assign_agent_dry_run", "agent.go_live", "agent.status", "agent.run_now", "agent.list_runs", "agent.list_tool_calls", "mcp_token.create", "agent_template.list", "agent.create_from_template", "agent_setup.start", "agent_setup.get", "agent_setup.update", "agent.update_schedule", "agent.decommission", "agent.create_custom", "agent.configure_tools", "agent.run_dry_run", "confirmation.approve"],
|
|
41792
|
+
relatedCommandIds: ["staffing.assign_user", "staffing.assign_agent_dry_run", "agent.go_live", "agent.status", "agent.run_now", "agent.get_run", "agent.list_runs", "agent.list_tool_calls", "mcp_token.create", "agent_template.list", "agent.create_from_template", "agent_setup.start", "agent_setup.get", "agent_setup.update", "agent.update_schedule", "agent.decommission", "agent.create_custom", "agent.configure_tools", "agent.run_dry_run", "confirmation.approve"],
|
|
41793
41793
|
legal: {
|
|
41794
41794
|
publicRisk: "low",
|
|
41795
41795
|
notes: [
|
|
@@ -41844,7 +41844,7 @@ Two creation paths, both draft-first. Read the stock-agents guide for templates
|
|
|
41844
41844
|
- Custom: \`agent_setup.start\` / \`rost_start_agent_setup\` (returns a \`setup_id\`), iterate with \`agent_setup.get\` and \`agent_setup.update\`, then \`agent.create_custom\` / \`rost_create_custom_agent\`. Stage tools with \`agent.configure_tools\` (vault refs only) and sandbox with \`agent.run_dry_run\`.
|
|
41845
41845
|
- Inspect runtime: \`agent.status\` / \`rost_get_agent_status\` with \`{"seat_id":"<seat-id>"}\` returns lane, live state, steward chain, dry-run result, and Runner availability.
|
|
41846
41846
|
- Run on demand: \`{{cli}} agent run-now --seat-id <seat-id>\` / \`agent.run_now\` / \`rost_run_agent_now\` queues an immediate live run without changing the saved schedule. Cloud agents dispatch to the Inngest executor; runner agents queue work for the paired runner. The command is ungated but still requires a live staffed agent and the normal server-side tool guard.
|
|
41847
|
-
- Audit what an agent did (Trust Card): \`{{cli}} command agent.list_runs --json '{"seat_id":"<seat-id>"}'\` / \`rost_list_agent_runs\` returns the seat's run history with per-run tool-call and guard-held counts; \`{{cli}} command agent.list_tool_calls --json '{"seat_id":"<seat-id>"}'\` / \`rost_list_agent_tool_calls\` returns the tool-call ledger with each call's guard result. Both include a \`denied_tool_call_count\` rollup \u2014 the actions held because they exceeded the charter. Pass \`{"seat_id":"<seat-id>","held_only":true}\` to \`agent.list_tool_calls\` for only the held calls. The web seat page shows the same facts as a Trust Card.
|
|
41847
|
+
- Audit what an agent did (Trust Card): \`{{cli}} command agent.list_runs --json '{"seat_id":"<seat-id>"}'\` / \`rost_list_agent_runs\` returns the seat's run history with per-run tool-call and guard-held counts; \`{{cli}} agent get-run --seat-id <seat-id> --run-id <run-id>\` / \`agent.get_run\` / \`rost_get_agent_run_diagnostics\` reads one run's transcript reference, token/cost usage, outcome, and product-visible run errors; \`{{cli}} command agent.list_tool_calls --json '{"seat_id":"<seat-id>"}'\` / \`rost_list_agent_tool_calls\` returns the tool-call ledger with each call's guard result. Both list commands include a \`denied_tool_call_count\` rollup \u2014 the actions held because they exceeded the charter. Pass \`{"seat_id":"<seat-id>","held_only":true}\` to \`agent.list_tool_calls\` for only the held calls. The web seat page shows the same facts as a Trust Card.
|
|
41848
41848
|
|
|
41849
41849
|
## When to stop for confirmation
|
|
41850
41850
|
|
|
@@ -42084,7 +42084,7 @@ Decisions should be recorded as human decisions. Handoffs should attach to seats
|
|
|
42084
42084
|
order: 45,
|
|
42085
42085
|
title: "How agents work",
|
|
42086
42086
|
summary: "How {{brand}} agents operate inside seats, use Charters, report work, and escalate beyond authority.",
|
|
42087
|
-
version: "2026-06-19.
|
|
42087
|
+
version: "2026-06-19.6",
|
|
42088
42088
|
public: true,
|
|
42089
42089
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
42090
42090
|
stages: ["staffing", "operating_rhythm"],
|
|
@@ -42167,11 +42167,13 @@ The model is only ever offered the tools the seat's manifest grants \u2014 a den
|
|
|
42167
42167
|
3. The action runs bound to the seat's vaulted credential. The secret stays inside the call and never reaches the result, the audit row, the logs, or the model.
|
|
42168
42168
|
4. Every call \u2014 allowed, denied, escalated, or invalid \u2014 writes a tool-call audit row you can review.
|
|
42169
42169
|
|
|
42170
|
+
Provider requests carry only the model payload the runtime needs; run attribution, tenant attribution, usage, and cost are recorded in {{brand}} audit tables after the call, not sent as custom provider metadata.
|
|
42171
|
+
|
|
42170
42172
|
Before an agent goes live, the sandbox dry run rehearses this against fake data and returns a per-tool preview: for each tool the agent would touch, whether it would run it, would be blocked, or would escalate \u2014 no external side effect. Review that preview before you approve go-live.
|
|
42171
42173
|
|
|
42172
42174
|
## What humans should review
|
|
42173
42175
|
|
|
42174
|
-
Review the first dry runs, fleet overview, tool-call audit rows, escalations, and Signal impact. The fleet view at \`/agents\` shows every staffed agent seat at a glance; the agent-native equivalent is \`{{cli}} command agent.list_fleet --json '{}'\` / \`rost_list_agent_fleet\`, which returns lane, live state, last real turn, 24h/7d real turns, top measurable status, open escalations, and 7-day spend. Sandbox dry runs do not count as real turns. If the agent is repeatedly blocked, revise the Charter or split the seat. If the agent is taking too much judgment, narrow its autonomous scope.`
|
|
42176
|
+
Review the first dry runs, fleet overview, tool-call audit rows, escalations, and Signal impact. The fleet view at \`/agents\` shows every staffed agent seat at a glance; the agent-native equivalent is \`{{cli}} command agent.list_fleet --json '{}'\` / \`rost_list_agent_fleet\`, which returns lane, live state, last real turn, 24h/7d real turns, top measurable status, open escalations, and 7-day spend. Scheduled agents are checked in rounded five-minute buckets, so a minute-level cron inside the bucket queues one work order for that bucket rather than one order per minute. Sandbox dry runs do not count as real turns. If the agent is repeatedly blocked, revise the Charter or split the seat. If the agent is taking too much judgment, narrow its autonomous scope.`
|
|
42175
42177
|
},
|
|
42176
42178
|
{
|
|
42177
42179
|
slug: "tool-access-and-vault",
|
|
@@ -42299,7 +42301,7 @@ External connectors (such as email, drive, or a generic API) are being rolled ou
|
|
|
42299
42301
|
order: 48,
|
|
42300
42302
|
title: "CLI and MCP installation guide",
|
|
42301
42303
|
summary: "Install the public CLI, register remote token-backed MCP clients, and find the full command and tool catalog.",
|
|
42302
|
-
version: "2026-06-19.
|
|
42304
|
+
version: "2026-06-19.4",
|
|
42303
42305
|
public: true,
|
|
42304
42306
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
42305
42307
|
stages: ["company_setup", "staffing"],
|
|
@@ -42335,6 +42337,7 @@ External connectors (such as email, drive, or a generic API) are being rolled ou
|
|
|
42335
42337
|
"agent.go_live",
|
|
42336
42338
|
"agent.status",
|
|
42337
42339
|
"agent.list_fleet",
|
|
42340
|
+
"agent.get_run",
|
|
42338
42341
|
"agent.list_runs",
|
|
42339
42342
|
"agent.list_tool_calls"
|
|
42340
42343
|
],
|
|
@@ -42709,10 +42712,10 @@ These ergonomic wrappers (including the \`{{cli}} agent\` group) require **{{cli
|
|
|
42709
42712
|
| \`{{cli}} escalation list|get|resolve|reject\` | \`escalation.list\`, \`escalation.get\`, \`escalation.resolve\`, \`escalation.reject\` | Work the steward escalation queue. | Steward | \`{{cli}} escalation list --json\` |
|
|
42710
42713
|
| \`{{cli}} sync brief|compile|complete\` | \`sync.brief.get\`, \`sync.brief.compile\`, \`sync.run.complete\` | Compile, read, and complete a weekly Sync. | Tenant | \`{{cli}} sync brief --json\` |
|
|
42711
42714
|
| \`{{cli}} runner list|status|work-orders|revoke\` | \`runner.list\`, \`runner.status\`, \`work_order.list\`, \`runner.revoke\` | Inspect runners and work orders; revoke a runner. | Tenant | \`{{cli}} runner list --json\` |
|
|
42712
|
-
| \`{{cli}} notification settings|test\` | \`notification.settings.get\`, \`notification.test\` | Read notification settings
|
|
42715
|
+
| \`{{cli}} notification settings|test|errors\` | \`notification.settings.get\`, \`notification.test\`, \`notification.list_errors\` | Read notification settings, send a test, and list failed deliveries with linked product error source, seat id, and run id when available. | Tenant | \`{{cli}} notification errors --limit 10 --json\` |
|
|
42713
42716
|
| \`{{cli}} settings get|update\` | \`settings.get\`, \`settings.update\` | Read tenant settings; update budget caps. | Tenant | \`{{cli}} settings get --json\` |
|
|
42714
42717
|
| \`{{cli}} member invite|update|remove\` | \`member.invite\`, \`member.update\`, \`member.remove\` | Manage tenant members. | Tenant | \`{{cli}} member invite --email ops@example.com --role member\` |
|
|
42715
|
-
| \`{{cli}} agent templates|create|setup|tools|dry-run|go-live|status|run-now|show\` | \`agent_template.list\`, \`agent.create_from_template\`, \`agent.create_custom\`, \`agent_setup.get\`, \`agent_setup.update\`, \`agent.configure_tools\`, \`agent.run_dry_run\`, \`agent.go_live\`, \`agent.status\`, \`agent.run_now\`, \`agent.show_markdown\` | Run the full agent setup and operation flow: list templates, create a draft from a template or guided custom answers (with \`--model\` and \`--effort\`), read or answer setup state, connect or decline tools, dry-run, go live, run on demand, and show a markdown readout. Create and go-live stop at human gates; the dry-run is ungated by human approval but requires a signed manifest first. | Tenant and seat | \`{{cli}} agent
|
|
42718
|
+
| \`{{cli}} agent templates|create|setup|tools|dry-run|go-live|status|run-now|get-run|show\` | \`agent_template.list\`, \`agent.create_from_template\`, \`agent.create_custom\`, \`agent_setup.get\`, \`agent_setup.update\`, \`agent.configure_tools\`, \`agent.run_dry_run\`, \`agent.go_live\`, \`agent.status\`, \`agent.run_now\`, \`agent.get_run\`, \`agent.show_markdown\` | Run the full agent setup and operation flow: list templates, create a draft from a template or guided custom answers (with \`--model\` and \`--effort\`), read or answer setup state, connect or decline tools, dry-run, go live, run on demand, read one run's transcript/error diagnostics, and show a markdown readout. Create and go-live stop at human gates; the dry-run is ungated by human approval but requires a signed manifest first. | Tenant and seat | \`{{cli}} agent get-run --seat-id <seat-id> --run-id <run-id> --json\` |
|
|
42716
42719
|
| \`{{cli}} tools list\` | \`tool.catalog\` | List the discoverable tool catalog the builder reads (id, scope tiers, credential requirement, access policy). Configuration only; the tools do not execute yet. | Tenant | \`{{cli}} tools list --json\` |
|
|
42717
42720
|
| \`{{cli}} compass show\` | \`compass.show_markdown\` | Render the current Compass as a clean markdown card for review. | Tenant | \`{{cli}} compass show --markdown\` |
|
|
42718
42721
|
| \`{{cli}} charter show\` | \`charter.show_markdown\` | Render a seat's Charter as a clean markdown card for review. | Tenant | \`{{cli}} charter show --seat-id <id> --markdown\` |
|
|
@@ -42812,6 +42815,7 @@ Several rows here are seat-operating commands (\`task.create\`, the \`signal.*\`
|
|
|
42812
42815
|
| \`rost_list_agent_fleet\` | \`agent.list_fleet\` | Read every staffed agent seat at once: lane, live state, last real turn, 24h/7d real turns, measurable status, escalations, and 7-day spend. | Tenant | Call with \`{}\`; sandbox dry runs are excluded from real turns. |
|
|
42813
42816
|
| \`rost_run_agent_now\` | \`agent.run_now\` | Queue an immediate run for a live staffed agent without changing its saved schedule; cloud lane dispatches to the executor and runner lane queues for the paired runner. | Tenant | Call with \`{"seat_id":"<seat-id>"}\`. |
|
|
42814
42817
|
| \`rost_list_agent_runs\` | \`agent.list_runs\` | Read a seat's agent run history (status, lane, model, cost, per-run tool-call and guard-held counts) plus the seat's run/tool-call rollup including held-action count. | Seat or tenant-admin | Call with \`{"seat_id":"<seat-id>"}\`; pass \`limit\` for a deeper window. |
|
|
42818
|
+
| \`rost_get_agent_run_diagnostics\` | \`agent.get_run\` | Read one run's diagnostic record: transcript reference, token/cost usage, outcome, and linked product-visible run errors. | Seat or tenant-admin | Call with \`{"seat_id":"<seat-id>","run_id":"<run-id>"}\`. |
|
|
42815
42819
|
| \`rost_list_agent_tool_calls\` | \`agent.list_tool_calls\` | Read a seat's tool-call ledger (tool name, guard result, manifest clause, outcome) with the held-action count as the hero metric. Never returns argument summaries or secret material. | Seat or tenant-admin | Call with \`{"seat_id":"<seat-id>"}\`; pass \`held_only: true\` for only guard-held calls. |
|
|
42816
42820
|
| \`rost_list_agent_templates\` | \`agent_template.list\` | List stock agent templates and metadata. | Tenant | Call with \`{}\`. |
|
|
42817
42821
|
| \`rost_create_agent_from_template\` | \`agent.create_from_template\` | Create a draft stock agent and draft Charter from a template (draft-only; occupancy needs a human steward). | Tenant | Call with \`seat_id\` and \`template_slug\`; expect human confirmation. |
|
|
@@ -42836,7 +42840,7 @@ Several rows here are seat-operating commands (\`task.create\`, the \`signal.*\`
|
|
|
42836
42840
|
| \`rost_get_notification_settings\` | \`notification.settings.get\` | Read tenant notification preferences. | Tenant | Call with \`{}\`. |
|
|
42837
42841
|
| \`rost_update_notification_settings\` | \`notification.settings.update\` | Update tenant notification preferences. | Tenant | Call with the fields to change. |
|
|
42838
42842
|
| \`rost_send_test_notification\` | \`notification.test\` | Emit an in-app test notification to the acting human. | Tenant | Call with \`{}\`. |
|
|
42839
|
-
| \`rost_list_notification_errors\` | \`notification.list_errors\` | List recent failed notification deliveries. | Tenant | Call with optional \`limit\`. |
|
|
42843
|
+
| \`rost_list_notification_errors\` | \`notification.list_errors\` | List recent failed notification deliveries with linked \`error_log_id\`, source, seat id, and run id when available. | Tenant | Call with optional \`limit\`; \`source=run\` rows can be followed with \`agent.get_run\`. |
|
|
42840
42844
|
| \`rost_invite_member\` | \`member.invite\` | Create a pending tenant invite for a human teammate. | Tenant | Call with \`email\` and \`role\`. |
|
|
42841
42845
|
| \`rost_update_member_role\` | \`member.update\` | Change a tenant member's role. | Tenant | Call with \`member_id\` and \`role\`; expect human confirmation. |
|
|
42842
42846
|
| \`rost_remove_member\` | \`member.remove\` | Remove a tenant member. | Tenant | Call with \`member_id\`; blocked if it would orphan an agent steward chain. |
|
|
@@ -43453,7 +43457,7 @@ When a user asks to add a person, clarify whether they mean app access, seat occ
|
|
|
43453
43457
|
order: 74,
|
|
43454
43458
|
title: "Notifications guide",
|
|
43455
43459
|
summary: "How {{brand}} should notify humans about decisions, escalations, stale work, and agent boundaries.",
|
|
43456
|
-
version: "2026-06-
|
|
43460
|
+
version: "2026-06-19.1",
|
|
43457
43461
|
public: true,
|
|
43458
43462
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
43459
43463
|
stages: ["operating_rhythm"],
|
|
@@ -43478,6 +43482,10 @@ Notifications should move decisions to the right human without turning {{brand}}
|
|
|
43478
43482
|
- A Friction item needs a decision.
|
|
43479
43483
|
- A Sync decision creates a handoff.
|
|
43480
43484
|
|
|
43485
|
+
## Diagnose failed deliveries
|
|
43486
|
+
|
|
43487
|
+
\`{{cli}} notification errors --limit 10\` / \`notification.list_errors\` / \`rost_list_notification_errors\` returns recent failed deliveries. When a failed notification links to a product error, it includes \`error_log_id\`, \`source\`, and any linked \`seat_id\` / \`run_id\`; \`source=run\` means the notification is tied to an agent run and can be followed with \`agent.get_run\` for the transcript reference and run errors.
|
|
43488
|
+
|
|
43481
43489
|
## Keep notifications useful
|
|
43482
43490
|
|
|
43483
43491
|
Every notification should include the seat, cause, evidence, and requested decision. Avoid status-only messages when no action is needed.`
|
|
@@ -45004,6 +45012,17 @@ function optionalValue(parsed, key) {
|
|
|
45004
45012
|
const value = parsed.values.get(key);
|
|
45005
45013
|
return value === void 0 || value.length === 0 ? void 0 : value;
|
|
45006
45014
|
}
|
|
45015
|
+
function optionalNumber(parsed, key) {
|
|
45016
|
+
const raw = optionalValue(parsed, key);
|
|
45017
|
+
if (raw === void 0) {
|
|
45018
|
+
return void 0;
|
|
45019
|
+
}
|
|
45020
|
+
const parsedNumber = Number(raw);
|
|
45021
|
+
if (!Number.isSafeInteger(parsedNumber)) {
|
|
45022
|
+
throw new UsageError(`--${key} must be an integer.`);
|
|
45023
|
+
}
|
|
45024
|
+
return parsedNumber;
|
|
45025
|
+
}
|
|
45007
45026
|
function parseNumber(parsed, key, options) {
|
|
45008
45027
|
const raw = parsed.values.get(key);
|
|
45009
45028
|
if (raw === void 0 || raw.length === 0) {
|
|
@@ -45606,12 +45625,27 @@ var notificationWrapper = (context, args) => dispatch(context, "notification", a
|
|
|
45606
45625
|
const record2 = asRecord(output);
|
|
45607
45626
|
return `Test notification ${field(record2, "notification_id")} (delivered=${field(record2, "delivered")}).`;
|
|
45608
45627
|
});
|
|
45628
|
+
},
|
|
45629
|
+
errors: (ctx, rest) => {
|
|
45630
|
+
const parsed = parseFlags(rest);
|
|
45631
|
+
const body = withOptional({}, { limit: optionalNumber(parsed, "limit") });
|
|
45632
|
+
return execute(ctx, parsed, "notification.list_errors", body, (output) => {
|
|
45633
|
+
const errors = asArray(asRecord(output).errors);
|
|
45634
|
+
if (errors.length === 0) {
|
|
45635
|
+
return "No failed notification deliveries.";
|
|
45636
|
+
}
|
|
45637
|
+
return errors.map((entry) => {
|
|
45638
|
+
const record2 = asRecord(entry);
|
|
45639
|
+
return `${field(record2, "created_at")} ${field(record2, "channel")} source=${field(record2, "source")} seat=${field(record2, "seat_id")} run=${field(record2, "run_id")} ${field(record2, "error_message")}`;
|
|
45640
|
+
}).join("\n");
|
|
45641
|
+
});
|
|
45609
45642
|
}
|
|
45610
45643
|
}, notificationUsage(context.binName));
|
|
45611
45644
|
function notificationUsage(bin) {
|
|
45612
|
-
return `Usage: ${bin} notification settings|test [--json]
|
|
45645
|
+
return `Usage: ${bin} notification settings|test|errors [--json]
|
|
45613
45646
|
${bin} notification settings
|
|
45614
|
-
${bin} notification test
|
|
45647
|
+
${bin} notification test
|
|
45648
|
+
${bin} notification errors [--limit <n>]`;
|
|
45615
45649
|
}
|
|
45616
45650
|
var settingsWrapper = (context, args) => dispatch(context, "settings", args, {
|
|
45617
45651
|
get: (ctx, rest) => {
|
|
@@ -45812,6 +45846,21 @@ ${field(record2, "summary")}`;
|
|
|
45812
45846
|
return `queued ${field(workOrder, "lane")} work order ${field(workOrder, "id")} for agent ${field(workOrder, "agent_id")} (${field(workOrder, "status")})`;
|
|
45813
45847
|
});
|
|
45814
45848
|
},
|
|
45849
|
+
"get-run": (ctx, rest) => {
|
|
45850
|
+
const parsed = parseFlags(rest);
|
|
45851
|
+
const body = {
|
|
45852
|
+
seat_id: requireValue2(parsed, "seat-id"),
|
|
45853
|
+
run_id: requireValue2(parsed, "run-id")
|
|
45854
|
+
};
|
|
45855
|
+
return execute(ctx, parsed, "agent.get_run", body, (output) => {
|
|
45856
|
+
const run2 = asRecord(asRecord(output).run);
|
|
45857
|
+
const errors = asArray(run2.error_logs);
|
|
45858
|
+
const errorLine = errors.length === 0 ? "errors=0" : `errors=${errors.length} first=${field(asRecord(errors[0]), "message")}`;
|
|
45859
|
+
return `run ${field(run2, "run_id")} status=${field(run2, "status")} lane=${field(run2, "lane")} cost=$${field(run2, "cost_usd")}
|
|
45860
|
+
transcript=${field(run2, "transcript_ref")}
|
|
45861
|
+
${errorLine}`;
|
|
45862
|
+
});
|
|
45863
|
+
},
|
|
45815
45864
|
// DER-787 (H8): markdown readout for a seat's agent setup. `--markdown` (or
|
|
45816
45865
|
// default) prints the composed card; `--json` returns the { markdown } object.
|
|
45817
45866
|
show: (ctx, rest) => {
|
|
@@ -45838,7 +45887,7 @@ function agentConfigureTools(ctx, rest, decision) {
|
|
|
45838
45887
|
});
|
|
45839
45888
|
}
|
|
45840
45889
|
function agentUsage(bin) {
|
|
45841
|
-
return `Usage: ${bin} agent templates|create|setup|tools|dry-run|go-live|status|run-now|show [--json]
|
|
45890
|
+
return `Usage: ${bin} agent templates|create|setup|tools|dry-run|go-live|status|run-now|get-run|show [--json]
|
|
45842
45891
|
${bin} agent templates
|
|
45843
45892
|
${bin} agent create --seat-id <id> --template <slug> [--expected-version <v>]
|
|
45844
45893
|
${bin} agent create --seat-id <id> --custom [--steward-seat-id <id>] [--lane cloud|mcp_session|runner] [--model triage|balanced|complex|hardest|<id>] [--effort low|medium|high|xhigh|max] [--owns <text>] [--success <text>] [--never-alone <text>]
|
|
@@ -45849,6 +45898,7 @@ function agentUsage(bin) {
|
|
|
45849
45898
|
${bin} agent go-live --seat-id <id> --charter-version-id <id>
|
|
45850
45899
|
${bin} agent status --seat-id <id>
|
|
45851
45900
|
${bin} agent run-now --seat-id <id> [--task-id <id>]
|
|
45901
|
+
${bin} agent get-run --seat-id <id> --run-id <id>
|
|
45852
45902
|
${bin} agent show --seat-id <id> [--markdown]`;
|
|
45853
45903
|
}
|
|
45854
45904
|
function agentSetupUsage(bin) {
|
|
@@ -45987,10 +46037,10 @@ function operationUsageLines(bin) {
|
|
|
45987
46037
|
`${bin} escalation list|get|resolve|reject`,
|
|
45988
46038
|
`${bin} sync brief|compile|complete`,
|
|
45989
46039
|
`${bin} runner list|status|work-orders|revoke`,
|
|
45990
|
-
`${bin} notification settings|test`,
|
|
46040
|
+
`${bin} notification settings|test|errors`,
|
|
45991
46041
|
`${bin} settings get|update`,
|
|
45992
46042
|
`${bin} member invite|update|remove`,
|
|
45993
|
-
`${bin} agent templates|create|setup|tools|dry-run|go-live|status|run-now|show`,
|
|
46043
|
+
`${bin} agent templates|create|setup|tools|dry-run|go-live|status|run-now|get-run|show`,
|
|
45994
46044
|
`${bin} tools list`,
|
|
45995
46045
|
`${bin} compass show`,
|
|
45996
46046
|
`${bin} charter show`
|