@rosthq/cli 0.7.147 → 0.7.149
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 +6 -6
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52468,7 +52468,7 @@ var COMMAND_MANIFEST = [
|
|
|
52468
52468
|
{ "id": "runner.pairing.start", "namespace": "runner", "action": "pairing.start", "title": "Start runner pairing", "description": "Open a runner pairing session and return the human pairing code and URL. The runner bearer secret is never returned here.", "requiredScope": "tenant_admin", "confirmation": "none", "exposeOverMcp": true, "fields": [{ "name": "name", "flag": "name", "type": "string", "required": true }, { "name": "platform", "flag": "platform", "type": "string", "required": true }], "hasComplexInput": false, "help": "Open a runner pairing session and share the user code; the runner bearer secret is never surfaced here." },
|
|
52469
52469
|
{ "id": "runner.repair", "namespace": "runner", "action": "repair", "title": "Runner repair guidance", "description": "Returns actionable repair steps for a runner: restart, re-pair, revoke stale, or install missing CLI runtime. No secrets exposed.", "requiredScope": "tenant", "confirmation": "none", "exposeOverMcp": true, "fields": [{ "name": "runner_id", "flag": "runner-id", "type": "string", "required": true }, { "name": "issue", "flag": "issue", "type": "enum", "required": false, "enumValues": ["restart", "re_pair", "revoke_stale", "missing_cli_runtime"] }], "hasComplexInput": false, "help": "Get focused repair steps for a runner: restart, re-pair, revoke a stale runner, or install missing CLI runtime." },
|
|
52470
52470
|
{ "id": "runner.revoke", "namespace": "runner", "action": "revoke", "title": "Revoke runner", "description": "Revoke a runner so it can no longer authenticate or claim work.", "requiredScope": "tenant", "confirmation": "human_required", "exposeOverMcp": true, "fields": [{ "name": "runner_id", "flag": "runner-id", "type": "string", "required": true }], "hasComplexInput": false, "help": "Revoke a runner when a machine should no longer authenticate or claim work; this is a human-gated action." },
|
|
52471
|
-
{ "id": "runner.status", "namespace": "runner", "action": "status", "title": "Runner status", "description": "Read a single runner's capability and online/offline/revoked state.", "requiredScope": "tenant", "confirmation": "none", "exposeOverMcp": true, "fields": [{ "name": "runner_id", "flag": "runner-id", "type": "string", "required": true }], "hasComplexInput": false, "help": "Check a runner's capability and heartbeat state when diagnosing offline work." },
|
|
52471
|
+
{ "id": "runner.status", "namespace": "runner", "action": "status", "title": "Runner status", "description": "Read a single runner's capability and online/offline/revoked state.", "requiredScope": "tenant", "confirmation": "none", "exposeOverMcp": true, "fields": [{ "name": "runner_id", "flag": "runner-id", "type": "string", "required": true }], "hasComplexInput": false, "bootstrapClass": "read", "help": "Check a runner's capability and heartbeat state when diagnosing offline work." },
|
|
52472
52472
|
{ "id": "scorecard.grid", "namespace": "scorecard", "action": "grid", "title": "Read the scorecard grid", "description": "Return the leadership scorecard trailing grid: rows are measurables of a cadence (default weekly), columns are the trailing N periods with a colour-coded cell per period, plus the computed Org-Checkup system-health measurables. Seat-scoped callers see only their own seat.", "requiredScope": "tenant", "confirmation": "none", "exposeOverMcp": true, "fields": [{ "name": "cadence", "flag": "cadence", "type": "enum", "required": false, "enumValues": ["daily", "weekly", "monthly", "quarterly", "annual"] }, { "name": "trailing", "flag": "trailing", "type": "integer", "required": false }, { "name": "seat_id", "flag": "seat-id", "type": "string", "required": false }, { "name": "as_of", "flag": "as-of", "type": "string", "required": false }], "hasComplexInput": false, "help": "Read the leadership scorecard trailing grid (rows = measurables of a cadence, columns = trailing periods, colour-coded cells) plus the computed Org-Checkup system-health measurables. Keep exception-first as the default view." },
|
|
52473
52473
|
{ "id": "seat.create", "namespace": "seat", "action": "create", "title": "Create seat", "description": "Create a Responsibility Graph seat.", "requiredScope": "tenant", "confirmation": "none", "exposeOverMcp": true, "fields": [{ "name": "name", "flag": "name", "type": "string", "required": true }, { "name": "parent_seat_id", "flag": "parent-seat-id", "type": "string", "required": false }, { "name": "seat_type", "flag": "seat-type", "type": "enum", "required": false, "enumValues": ["human", "agent", "hybrid"] }], "hasComplexInput": false, "help": "Create seats from functions before assigning people or agents." },
|
|
52474
52474
|
{ "id": "seat.create_complete", "namespace": "seat", "action": "create_complete", "title": "Create complete seat", "description": "Create a Seat with its Charter, disclosed staffing, and optional dry-run agent shell after owner confirmation.", "requiredScope": "tenant", "confirmation": "human_required", "exposeOverMcp": true, "fields": [{ "name": "idempotency_key", "flag": "idempotency-key", "type": "string", "required": true }], "hasComplexInput": true, "bootstrapClass": "stage", "help": "Submit one complete Seat proposal with its Charter, disclosed staffing, and optional dry-run agent configuration. Read the exact schema first; the command stages one owner confirmation, never goes live, and applies every approved effect atomically." },
|
|
@@ -53967,7 +53967,7 @@ Use the lower-level commands after health names a finding: \`agent.get_run\` for
|
|
|
53967
53967
|
order: 46,
|
|
53968
53968
|
title: "Tool access and vault",
|
|
53969
53969
|
summary: "How to give agents access to tools without exposing raw credentials or expanding authority by accident.",
|
|
53970
|
-
version: "2026-
|
|
53970
|
+
version: "2026-08-01.1",
|
|
53971
53971
|
public: true,
|
|
53972
53972
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
53973
53973
|
stages: ["staffing"],
|
|
@@ -54049,7 +54049,7 @@ There is exactly one way to give a connected tool its credential, and it is the
|
|
|
54049
54049
|
|
|
54050
54050
|
## Change tool access after go-live
|
|
54051
54051
|
|
|
54052
|
-
Tool access on a live seat is part of its signed Charter, so changing it is a governed amendment, not an in-place edit. You can make the change from the agent detail page without leaving it: the Tools tab's manage-tools drawer edits the permission manifest directly \u2014 grant or revoke a tool, adjust its scope tier, or add an available tool from the catalog. Your edits are staged as one confirmation that lands in Approvals with a plain summary of what changes ("grants work.record (draft) \xB7 revokes email.draft"). Approving that confirmation is the re-sign: it creates a new Charter version that supersedes the prior one, and the tool guard
|
|
54052
|
+
Tool access on a live seat is part of its signed Charter, so changing it is a governed amendment, not an in-place edit. You can make the change from the agent detail page without leaving it: the Tools tab's manage-tools drawer edits the permission manifest directly \u2014 grant or revoke a tool, adjust its scope tier, or add an available tool from the catalog. Your edits are staged as one confirmation that lands in Approvals with a plain summary of what changes ("grants work.record (draft) \xB7 revokes email.draft"). Approving that confirmation is the re-sign: it creates a new Charter version that supersedes the prior one, and prepares a successor agent pinned to that new version. The running agent does not switch to the new manifest at that moment. It stays on the manifest it rehearsed, and the tool guard keeps enforcing that one, until you rehearse the successor with a dry run and promote it with \`agent.go_live\` \u2014 the promotion is what moves the seat onto the new manifest, and it retires the agent generation it replaced. Nothing changes until a human approves \u2014 selecting a tool never grants access on its own.
|
|
54053
54053
|
|
|
54054
54054
|
The charter builder's amendment mode edits the same manifest for a draft Charter (toggle a tool's grant or scope tier), staged into the draft; the draft stays inert until the existing sign or go-live step. If a seat already has an amendment draft open, finish it in the charter editor rather than staging a separate tool change from the drawer.
|
|
54055
54055
|
|
|
@@ -54125,7 +54125,7 @@ External connectors are being rolled out provider by provider, conservatively (r
|
|
|
54125
54125
|
order: 48,
|
|
54126
54126
|
title: "CLI and MCP installation guide",
|
|
54127
54127
|
summary: "Install the public CLI, register remote token-backed MCP clients, and find the full command and tool catalog.",
|
|
54128
|
-
version: "2026-
|
|
54128
|
+
version: "2026-08-01.1",
|
|
54129
54129
|
public: true,
|
|
54130
54130
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
54131
54131
|
stages: ["company_setup", "staffing"],
|
|
@@ -54291,7 +54291,7 @@ This installs the single \`rost_impl_\` bearer directly. There is no \`mcp_token
|
|
|
54291
54291
|
|
|
54292
54292
|
The implementation bootstrap policy (\`implementation-bootstrap-policy\`) projects a fixed allowlist for the \`rost_impl_\` principal. That surface is intentionally narrow and fail-closed:
|
|
54293
54293
|
|
|
54294
|
-
- **Vetted reads:** \`onboarding.status\`, \`onboarding.resume\`, \`graph.get\`, \`charter.list\`, \`charter.get\`, \`compass.get_current\`, \`goal.list\`, \`agent.list_fleet\`, \`skill.list\`, \`skill.catalog\`, \`agent_template.list\`, \`system.health
|
|
54294
|
+
- **Vetted reads:** \`onboarding.status\`, \`onboarding.resume\`, \`graph.get\`, \`charter.list\`, \`charter.get\`, \`compass.get_current\`, \`goal.list\`, \`agent.list_fleet\`, \`skill.list\`, \`skill.catalog\`, \`agent_template.list\`, \`system.health\`, \`runner.status\` (lets the agent tell a runner-lane run's "runner offline" apart from "agent broken" while a staged \`agent.run_now\` awaits approval; every other \`runner.*\` command stays denied).
|
|
54295
54295
|
- **Human-confirmed drafts:** \`seat.create_complete\`, \`agent.create_custom\`, \`agent.create_from_template\`, \`compass.set\`, \`compass.approve_version\`, \`onboarding.finish\`. Each stages a pending confirmation for a human owner to decide. \`seat.create_complete\` is the one atomic complete-Seat path described below; it does not make its optional agent live.
|
|
54296
54296
|
- **Lifecycle close:** \`implementation_access.status\`, \`implementation_access.complete\`, \`implementation_access.abandon\`.
|
|
54297
54297
|
- **Denied by default:** everything else, including all direct durable mutations and \`confirmation.approve\`. The policy lives in \`packages/commands/src/implementation-bootstrap-policy.ts\` and is enforced by both the runtime guard and a CI drift test.
|
|
@@ -54885,7 +54885,7 @@ Several rows here are seat-operating commands (\`task.create\`, the \`signal.*\`
|
|
|
54885
54885
|
| \`rost_assign_dry_run_agent_to_seat\` | \`staffing.assign_agent_dry_run\` | Assign an agent occupancy in dry-run mode. | Seat or tenant-admin | Call only after Steward chain is clear. |
|
|
54886
54886
|
| \`rost_staff_seat\` | \`staffing.assign\` | Compatibility helper for human, agent, or hybrid staffing. | Seat or tenant-admin | Call with \`seat_id\` and \`occupant\`. |
|
|
54887
54887
|
| \`rost_import_agent_definition\` | \`agent.import_definition\` | Import a strict, versioned agent definition into a canonical draft Seat/setup without credentials, placement ids, or go-live side effects. | Tenant | Human-gated; call with \`definition_json\` and optional \`idempotency_key\`. Review the resulting draft setup before tools, dry run, or go-live. |
|
|
54888
|
-
| \`rost_go_live\` | \`agent.go_live\` | Promote a dry-run agent seat to live. | Seat or tenant-admin | Call after human approval. |
|
|
54888
|
+
| \`rost_go_live\` | \`agent.go_live\` | Promote a dry-run agent seat to live, retiring the agent generation the promoted agent replaces on that seat. | Seat or tenant-admin | Call after human approval. Paused agents, and an agent pinned to another still-draft Charter version, are left in place. |
|
|
54889
54889
|
| \`rost_create_mcp_token\` | \`mcp_token.create\` | Mint a tenant-admin or seat-scoped MCP token. | Tenant | Prefer \`{{cli}} mcp install\` for users. |
|
|
54890
54890
|
| \`rost_revoke_mcp_token\` | \`mcp_token.revoke\` | Revoke an MCP token immediately. | Tenant | Call with \`token_id\`. |
|
|
54891
54891
|
| \`rost_get_responsibility_graph\` | \`graph.get\` | Read the Responsibility Graph: seats, edges, root, occupants, status rollups. | Tenant | Call with \`{}\` before mutating or routing work. |
|