@rosthq/cli 0.7.147 → 0.7.148

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 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." },
@@ -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-07-31.5",
54128
+ version: "2026-07-31.6",
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.