@rosthq/cli 0.7.93 → 0.7.94
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command-manifest.d.ts","sourceRoot":"","sources":["../../src/generated/command-manifest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAE3E,eAAO,MAAM,gBAAgB,EAAE,SAAS,oBAAoB,
|
|
1
|
+
{"version":3,"file":"command-manifest.d.ts","sourceRoot":"","sources":["../../src/generated/command-manifest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAE3E,eAAO,MAAM,gBAAgB,EAAE,SAAS,oBAAoB,EAmR3D,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -43561,6 +43561,47 @@ var agentListToolCallsOutputSchema = external_exports.object({
|
|
|
43561
43561
|
summary: seatTrustSummarySchema,
|
|
43562
43562
|
tool_calls: external_exports.array(seatToolCallSchema)
|
|
43563
43563
|
}).strict();
|
|
43564
|
+
var agentWatchRunInputSchema = external_exports.object({
|
|
43565
|
+
seat_id: uuidSchema14,
|
|
43566
|
+
run_id: uuidSchema14
|
|
43567
|
+
}).strict();
|
|
43568
|
+
var workProgressStateSchema = external_exports.enum(["not_started", "in_progress", "handed_off", "done", "failed"]);
|
|
43569
|
+
var runWatchCurrentStateSchema = external_exports.object({
|
|
43570
|
+
state: workProgressStateSchema,
|
|
43571
|
+
reasons: external_exports.array(external_exports.string()),
|
|
43572
|
+
claimed_state: workProgressStateSchema.nullable(),
|
|
43573
|
+
claim_mismatch: external_exports.boolean(),
|
|
43574
|
+
last_activity_at: isoDateTime4.nullable(),
|
|
43575
|
+
last_durable_activity_at: isoDateTime4.nullable()
|
|
43576
|
+
}).strict();
|
|
43577
|
+
var runWatchHeartbeatSchema = external_exports.object({
|
|
43578
|
+
state: external_exports.enum(["working", "quiet_healthy", "recovered", "stalled"]),
|
|
43579
|
+
stalled: external_exports.boolean(),
|
|
43580
|
+
current_phase: external_exports.string().nullable(),
|
|
43581
|
+
last_progress_at: isoDateTime4.nullable(),
|
|
43582
|
+
expected_next_at: isoDateTime4.nullable(),
|
|
43583
|
+
stall_after_at: isoDateTime4.nullable(),
|
|
43584
|
+
lease_remaining_ms: external_exports.number().nullable(),
|
|
43585
|
+
reasons: external_exports.array(external_exports.string())
|
|
43586
|
+
}).strict();
|
|
43587
|
+
var agentWatchRunOutputSchema = external_exports.object({
|
|
43588
|
+
seat_id: uuidSchema14,
|
|
43589
|
+
run: seatRunSchema,
|
|
43590
|
+
// the lean run row (status/lane/model/counts/timestamps)
|
|
43591
|
+
is_live: external_exports.boolean(),
|
|
43592
|
+
// run.status === "running"
|
|
43593
|
+
// When true, transcript + tool_calls are withheld because the viewer is
|
|
43594
|
+
// authorized on the seat but lacks sensitive-data access (setup-limited
|
|
43595
|
+
// reader). Header state (run, current_state, heartbeat) is always present. The
|
|
43596
|
+
// command surface always returns false (its callers are own-seat/tenant-admin
|
|
43597
|
+
// tokens); the web route sets it from the viewer's sensitivity.
|
|
43598
|
+
redacted: external_exports.boolean(),
|
|
43599
|
+
current_state: runWatchCurrentStateSchema,
|
|
43600
|
+
heartbeat: runWatchHeartbeatSchema.nullable(),
|
|
43601
|
+
transcript: sessionTranscriptReadResultSchema.nullable(),
|
|
43602
|
+
tool_calls: external_exports.array(seatToolCallSchema),
|
|
43603
|
+
fetched_at: isoDateTime4
|
|
43604
|
+
}).strict();
|
|
43564
43605
|
var deliverableKindSchema = external_exports.enum(["brief", "work_evidence", "artifact", "report", "other"]);
|
|
43565
43606
|
var deliverableLinkSchema = external_exports.object({
|
|
43566
43607
|
label: external_exports.string(),
|
|
@@ -48347,7 +48388,7 @@ External connectors are being rolled out provider by provider, conservatively (r
|
|
|
48347
48388
|
order: 48,
|
|
48348
48389
|
title: "CLI and MCP installation guide",
|
|
48349
48390
|
summary: "Install the public CLI, register remote token-backed MCP clients, and find the full command and tool catalog.",
|
|
48350
|
-
version: "2026-07-16.
|
|
48391
|
+
version: "2026-07-16.8",
|
|
48351
48392
|
public: true,
|
|
48352
48393
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
48353
48394
|
stages: ["company_setup", "staffing"],
|
|
@@ -48958,6 +48999,7 @@ Several rows here are seat-operating commands (\`task.create\`, the \`signal.*\`
|
|
|
48958
48999
|
| \`rost_list_agent_runs\` | \`agent.list_runs\` | Read a seat's agent run history (status, lane, model, cost, per-run Skill activation, tool-call, guard-denied, 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. |
|
|
48959
49000
|
| \`rost_get_agent_run_diagnostics\` | \`agent.get_run\` | Read one run's diagnostic record: transcript reference, token/cost usage, outcome, linked product-visible run errors, and loaded Skill activation file metadata. File hashes/sizes identify the immutable source package, while model prompt text may be bounded or truncated. | Seat or tenant-admin | Call with \`{"seat_id":"<seat-id>","run_id":"<run-id>"}\`. |
|
|
48960
49001
|
| \`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. |
|
|
49002
|
+
| \`rost_watch_agent_run\` | \`agent.watch_run\` | Read a read-only live snapshot of one seat run: status/lane, derived current work-state, run-heartbeat (quiet-but-healthy vs stalled) with current phase, the persisted session transcript, and the run's tool-call step feed. Never returns secret material. | Seat or tenant-admin | Call with \`{"seat_id":"<seat-id>","run_id":"<run-id>"}\`; read-only and reflects the run's current live state. |
|
|
48961
49003
|
| \`rost_list_agent_deliverables\` | \`deliverable.list\` | List durable agent deliverables for a seat, including explicit outputs and successful-run summaries. | Seat or tenant-admin | Call with \`{"seat_id":"<seat-id>"}\`. |
|
|
48962
49004
|
| \`rost_get_agent_deliverable\` | \`deliverable.get\` | Read one durable agent deliverable by id for a seat. | Seat or tenant-admin | Call with \`{"seat_id":"<seat-id>","deliverable_id":"<id>"}\`. |
|
|
48963
49005
|
| \`rost_accept_deliverable_value\` | \`deliverable.accept\` | Record a human-confirmed accepted value (USD) on a deliverable; owner-only and human-gated. Humans decide \u2014 agents cannot self-accept. Re-accepting records a correction as a new event. | Tenant-admin | Call with \`{"deliverable_id":"<id>","impact_value_usd":<number>}\`; expect human confirmation. |
|
|
@@ -52416,6 +52458,7 @@ var COMMAND_MANIFEST = [
|
|
|
52416
52458
|
{ "id": "agent.trust.revoke", "namespace": "agent", "action": "trust.revoke", "title": "Revoke agent Trusted grant", "description": "Human steward/admin revocation for an active Trusted execution grant. Preserves the historical grant row and appends an event.", "requiredScope": "tenant", "confirmation": "human_required", "exposeOverMcp": true, "fields": [{ "name": "grant_id", "flag": "grant-id", "type": "string", "required": true }, { "name": "reason", "flag": "reason", "type": "string", "required": false }], "hasComplexInput": false, "help": "Revoke an active Trusted grant while preserving history. Human steward/admin only." },
|
|
52417
52459
|
{ "id": "agent.trust.supersede", "namespace": "agent", "action": "trust.supersede", "title": "Supersede agent Trusted grant", "description": "Human steward/admin replacement for an active Trusted grant. Refuses stale receipt digests and links the new grant to the superseded grant.", "requiredScope": "tenant", "confirmation": "human_required", "exposeOverMcp": true, "fields": [{ "name": "agent_id", "flag": "agent-id", "type": "string", "required": true }, { "name": "expected_scope_digest", "flag": "expected-scope-digest", "type": "string", "required": true }, { "name": "budget_cents", "flag": "budget-cents", "type": "integer", "required": true }, { "name": "expires_at", "flag": "expires-at", "type": "string", "required": false }, { "name": "reason", "flag": "reason", "type": "string", "required": false }], "hasComplexInput": false, "help": "Replace the active Trusted grant with a fresh digest and budget. Rebuild the receipt first; stale digests are refused." },
|
|
52418
52460
|
{ "id": "agent.update_schedule", "namespace": "agent", "action": "update_schedule", "title": "Update agent schedule", "description": "Set or clear the scheduled execution cron for a draft or live agent on a seat.", "requiredScope": "tenant", "confirmation": "human_required", "exposeOverMcp": true, "fields": [{ "name": "seat_id", "flag": "seat-id", "type": "string", "required": true }, { "name": "schedule_cron", "flag": "schedule-cron", "type": "string", "required": true }], "hasComplexInput": false, "help": "Set or clear an agent's scheduled execution; a live scheduled agent must keep a steward chain resolving to a human." },
|
|
52461
|
+
{ "id": "agent.watch_run", "namespace": "agent", "action": "watch_run", "title": "Watch agent run", "description": "Return a read-only live snapshot of one seat run: run status and lane, the derived current work-state, the run-heartbeat (quiet-but-healthy vs stalled) with current phase, the persisted session transcript, and the run's tool-call step feed (tool name, guard result, outcome). Never returns argument summaries or secret material.", "requiredScope": "seat", "confirmation": "none", "exposeOverMcp": true, "fields": [{ "name": "seat_id", "flag": "seat-id", "type": "string", "required": true }, { "name": "run_id", "flag": "run-id", "type": "string", "required": true }], "hasComplexInput": false, "help": "Watch one run live (read-only): run status, derived work-state, quiet-vs-stalled heartbeat, transcript, and the tool-call step feed." },
|
|
52419
52462
|
{ "id": "aicos.brain_settings.get", "namespace": "aicos", "action": "brain_settings.get", "title": "Get AICOS brain settings", "description": "Read the AICOS run lane and brain selection. Returns labels and enum settings only; no secrets or vault refs.", "requiredScope": "tenant", "confirmation": "none", "exposeOverMcp": true, "fields": [], "hasComplexInput": false, "help": "Read the AICOS lane and brain selection labels without returning provider keys, vault refs, or runner secrets." },
|
|
52420
52463
|
{ "id": "aicos.brain_settings.update", "namespace": "aicos", "action": "brain_settings.update", "title": "Update AICOS brain settings", "description": "Update the AICOS lane and cloud/runner brain preferences. Owner-only and audited.", "requiredScope": "tenant_admin", "confirmation": "human_required", "exposeOverMcp": true, "fields": [{ "name": "lane", "flag": "lane", "type": "enum", "required": false, "enumValues": ["cloud", "runner", "mcp"] }, { "name": "cloud_brain", "flag": "cloud-brain", "type": "enum", "required": false, "enumValues": ["managed", "byok"] }, { "name": "runner_brain", "flag": "runner-brain", "type": "enum", "required": false, "enumValues": ["claude-cli", "codex-cli"] }, { "name": "cloud_model_slug", "flag": "cloud-model-slug", "type": "string", "required": false }], "hasComplexInput": false, "help": "Owner-only update for AICOS cloud managed/BYOK and runner Claude/Codex preferences; BYOK requires an active tenant Anthropic key." },
|
|
52421
52464
|
{ "id": "cascade.import", "namespace": "cascade", "action": "import", "title": "Import Rocks from a ninety Rocks export", "description": "Bulk-import a ninety Rocks export into the Cascade as cycle goals under a company objective in the active cycle. Owners are seat names resolved to seats. Requires an active cycle and a target company objective (auto-selected when exactly one exists, else pass parent_objective_id). Idempotent \u2014 re-importing the same export is a no-op, and an existing cycle goal with the same objective + seat + title is skipped.", "requiredScope": "tenant_admin", "confirmation": "none", "exposeOverMcp": true, "fields": [{ "name": "dry_run", "flag": "dry-run", "type": "boolean", "required": false }, { "name": "parent_objective_id", "flag": "parent-objective-id", "type": "string", "required": false }], "hasComplexInput": true, "help": "Import a ninety Rocks export into the Cascade as cycle goals under a company objective in the active cycle; owners resolve to seats." },
|