@rosthq/cli 0.5.14 → 0.5.16
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 +200 -19
- package/dist/index.js.map +3 -3
- package/dist/operations.d.ts +1 -1
- package/dist/operations.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41637,7 +41637,7 @@ The Compass is drafted, then activated by a human through supersession.
|
|
|
41637
41637
|
order: 20,
|
|
41638
41638
|
title: "Responsibility Graph playbook",
|
|
41639
41639
|
summary: "How to build a functions-first graph with seats, owners, Stewards, vacancies, and clean authority.",
|
|
41640
|
-
version: "2026-06-
|
|
41640
|
+
version: "2026-06-20.2",
|
|
41641
41641
|
public: true,
|
|
41642
41642
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
41643
41643
|
stages: ["graph_design", "staffing"],
|
|
@@ -41689,7 +41689,13 @@ The graph is also where you land after onboarding \u2014 it is the mission contr
|
|
|
41689
41689
|
- **Structure** \u2014 seat type and reporting lines.
|
|
41690
41690
|
- **Cascade** \u2014 whether each seat's goal branch is on track.
|
|
41691
41691
|
- **Signal** \u2014 the worst measurable state per seat.
|
|
41692
|
-
- **Scoreboard** \u2014
|
|
41692
|
+
- **Scoreboard** \u2014 direct work and direct cost on each seat, plus a separate team/subtree rollup for manager seats. The tenant summary counts direct agent work once, so a parent seat's team cost does not double-count the same run again. A seat whose direct cost is a clear outlier above the rest of the fleet is flagged as cost drift (labelled, not colour-only). Human seats and seats with no direct or team runs read calmly rather than showing a bare zero. For a small fleet the Scoreboard also leads with a two-tile summary \u2014 total work and total cost \u2014 framed as the single question that matters: is it earning its keep.
|
|
41693
|
+
|
|
41694
|
+
The graph also carries a mission-control panel. It pulls the same operational state visible on the agent and setup-health surfaces: held actions that need steward decisions, failed runs, open Friction, pending Signal readings, stale agents, and setup recommendations. Each item can focus the affected seat on the canvas and links to the route where the operator can act.
|
|
41695
|
+
|
|
41696
|
+
## Review an agent seat's delivered work
|
|
41697
|
+
|
|
41698
|
+
Agent seat pages show the operator-facing output trail, not just low-level run telemetry. The completed work area combines explicit \`agent_deliverables\`, successful \`work.log\` evidence, and recent successful run summaries into one readable list. Each item shows what was delivered, when it happened, what kind of work it was, and safe evidence links labelled as internal, Linear, GitHub, or external. Secret-shaped values are redacted before display, and run or task context is shown only when it belongs to the same seat.
|
|
41693
41699
|
|
|
41694
41700
|
## First-pass structure
|
|
41695
41701
|
|
|
@@ -41752,7 +41758,7 @@ When operating through CLI or MCP, create fewer seats first and ask for confirma
|
|
|
41752
41758
|
order: 30,
|
|
41753
41759
|
title: "Charter design playbook",
|
|
41754
41760
|
summary: "How to draft strong Charters that work for human, agent, and hybrid seats.",
|
|
41755
|
-
version: "2026-06-
|
|
41761
|
+
version: "2026-06-20.1",
|
|
41756
41762
|
public: true,
|
|
41757
41763
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
41758
41764
|
stages: ["charter_design", "staffing"],
|
|
@@ -41809,6 +41815,8 @@ List and read first, then draft, then leave activation to a human.
|
|
|
41809
41815
|
- Draft one: \`{{cli}} command charter.draft --json '{"seat_id":"<seat-id>"}'\` (scope: seat or tenant-admin); draft every eligible seat with \`charter.draft_all\` / \`rost_draft_all_charters\`. Draft commands are not gated \u2014 they produce a draft \`charter_version_id\`. \`charter.draft_all\` only drafts **active** seats and returns the real result: \`{ drafted, skipped, draft_ids, skipped_seats: [{ seat_id, reason }] }\` where \`reason\` is \`seat_not_active\` (the seat is still draft/vacant \u2014 confirm it first) or \`charter_exists\` (it already has a draft/active Charter). Read \`skipped_seats\` to see why a freshly-built graph drafted fewer Charters than it has seats.
|
|
41810
41816
|
- Edit a draft: \`charter.update_draft\` / \`rost_update_charter_draft\` with the \`charter_version_id\` and the new \`doc\`.
|
|
41811
41817
|
|
|
41818
|
+
In the app, \`/charters\` is both a drafting queue and a governance library. It shows active Charters, draft amendments, seats missing Charters, unsigned manifests, and steward-review gaps. Opening a live Charter is a review mode: read the active version, inspect its governance state, and open an amendment draft when the job needs to change. Active Charter content is never silently edited in place.
|
|
41819
|
+
|
|
41812
41820
|
## When to stop for confirmation
|
|
41813
41821
|
|
|
41814
41822
|
\`charter.approve\`, \`charter.skip\`, \`charter.apply_seat_type_recommendation\`, and \`charter.sign_manifest\` are \`human_required\`. Over MCP \`rost_approve_charter\` returns a pending confirmation, not an activation. Approving a Charter, signing a permission manifest, or expanding authority is a human act recorded against \`decided_by\`. An agent prepares the draft and surfaces the approve link; it does not approve. See the confirmations guide.
|
|
@@ -42051,7 +42059,7 @@ The dry run is a real sandbox rehearsal, not a stamp. It executes a mock-provide
|
|
|
42051
42059
|
order: 80,
|
|
42052
42060
|
title: "Sync rhythm playbook",
|
|
42053
42061
|
summary: "How Signal, Friction, Cascade, and Sync Briefs turn weekly meetings into decision time.",
|
|
42054
|
-
version: "2026-06-20.
|
|
42062
|
+
version: "2026-06-20.2",
|
|
42055
42063
|
public: true,
|
|
42056
42064
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
42057
42065
|
stages: ["operating_rhythm"],
|
|
@@ -42098,6 +42106,10 @@ The Sync Brief should answer:
|
|
|
42098
42106
|
|
|
42099
42107
|
On screen the brief reads in plain terms: Signal exceptions, goal progress, task review, ranked Friction, and agent activity. Where a section has no source data, it lists gaps to confirm \u2014 the missing inputs a human should know about before the meeting \u2014 rather than a blank section.
|
|
42100
42108
|
|
|
42109
|
+
Before the first brief exists, the Sync pages are readiness views. They show the next scheduled compile and the source areas that will feed it: Signal, Cascade, Tasks, Friction, and Agents. Use those links to add the missing source data; there is no manual compile button until the system has an idempotent persisted operation to run.
|
|
42110
|
+
|
|
42111
|
+
The same readiness model appears around the meeting loop. Steward shows the governance loop even when no decision is waiting: which agent seats are stewarded, how many escalations are open, and recent raised/decided counts. Tasks explains when nothing is due and points to recently completed or agent-blocked work when it exists. The agent fleet shows configuration completeness per staffed agent seat \u2014 steward chain, lane/trigger/substrate, credentials, tools, model, dry run, and go-live \u2014 with links to the exact setup surface rather than a generic action button.
|
|
42112
|
+
|
|
42101
42113
|
## During Sync
|
|
42102
42114
|
|
|
42103
42115
|
Start with the exceptions, not a tour of every seat. Resolve the highest-value Friction first. Convert decisions into handoffs with owners and dates. Clarify Charters when ownership is ambiguous.
|
|
@@ -42121,7 +42133,7 @@ Decisions should be recorded as human decisions. Handoffs should attach to seats
|
|
|
42121
42133
|
order: 45,
|
|
42122
42134
|
title: "How agents work",
|
|
42123
42135
|
summary: "How {{brand}} agents operate inside seats, use Charters, report work, and escalate beyond authority.",
|
|
42124
|
-
version: "2026-06-20.
|
|
42136
|
+
version: "2026-06-20.3",
|
|
42125
42137
|
public: true,
|
|
42126
42138
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
42127
42139
|
stages: ["staffing", "operating_rhythm"],
|
|
@@ -42130,6 +42142,7 @@ Decisions should be recorded as human decisions. Handoffs should attach to seats
|
|
|
42130
42142
|
"agent.go_live",
|
|
42131
42143
|
"agent.status",
|
|
42132
42144
|
"agent.list_fleet",
|
|
42145
|
+
"agent.fleet_digest",
|
|
42133
42146
|
"agent_setup.get",
|
|
42134
42147
|
"agent_setup.update",
|
|
42135
42148
|
"agent.decommission",
|
|
@@ -42204,13 +42217,17 @@ The model is only ever offered the tools the seat's manifest grants \u2014 a den
|
|
|
42204
42217
|
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.
|
|
42205
42218
|
4. Every call \u2014 allowed, denied, escalated, or invalid \u2014 writes a tool-call audit row you can review.
|
|
42206
42219
|
|
|
42220
|
+
When operational evidence appears in the app, it is formatted for review instead of shown as primary raw JSON. Tool arguments, escalation evidence, status evidence, Sync inputs, and task context are summarized as labeled fields; secret-looking values stay redacted. Raw identifiers remain available only as supporting detail when they help an operator trace the record.
|
|
42221
|
+
|
|
42207
42222
|
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.
|
|
42208
42223
|
|
|
42209
42224
|
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.
|
|
42210
42225
|
|
|
42211
42226
|
## What humans should review
|
|
42212
42227
|
|
|
42213
|
-
|
|
42228
|
+
The Agents page shows fleet health first: live state, recent runs, failed runs, open held actions, last activity, cost, and the next operator action. A seat's Trust Card drills into the same facts: run history, one-run detail, tool-call outcomes, product-visible errors, transcript references, and held confirmations or escalations. Open confirmations stay visible until they are decided or expire, even when they are older than the default activity window. Approving or rejecting a held confirmation from the seat page is scoped to that seat; rejection can include a short reason.
|
|
42229
|
+
|
|
42230
|
+
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 equivalents are \`{{cli}} command agent.list_fleet --json '{}'\` / \`rost_list_agent_fleet\` for the compact overview, and \`{{cli}} agent fleet-digest --json\` / \`agent.fleet_digest\` / \`rost_get_dogfood_fleet_health_digest\` for the daily dogfood evidence bundle. The digest returns live/idle state, 24h/7d turns, 7d/30d spend, recent failed runs, unresolved product errors, failed notifications, and a next action per seat. Fleet real-turn counts use the same seat-run association as \`agent.list_runs\`, filtered to real runs. 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.`
|
|
42214
42231
|
},
|
|
42215
42232
|
{
|
|
42216
42233
|
slug: "tool-access-and-vault",
|
|
@@ -42300,7 +42317,7 @@ There is exactly one way to give a connected tool its credential, and it is the
|
|
|
42300
42317
|
order: 47,
|
|
42301
42318
|
title: "Available tools guide",
|
|
42302
42319
|
summary: "How to think about tool categories available to seats and what each category should be used for.",
|
|
42303
|
-
version: "2026-06-20.
|
|
42320
|
+
version: "2026-06-20.4",
|
|
42304
42321
|
public: true,
|
|
42305
42322
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
42306
42323
|
stages: ["staffing"],
|
|
@@ -42334,6 +42351,10 @@ There is exactly one way to give a connected tool its credential, and it is the
|
|
|
42334
42351
|
|
|
42335
42352
|
Start from the seat's responsibility, not the tool list. If a tool does not directly support a responsibility or measurable, do not connect it yet.
|
|
42336
42353
|
|
|
42354
|
+
## Skills and tool dependencies
|
|
42355
|
+
|
|
42356
|
+
Skills are reusable procedures a seat can learn from; they are not tools and they never grant authority. A skill package may declare required or optional tool dependencies so setup can identify blockers before assignment. Those dependencies are checked against the discoverable \`tool.catalog\` ids and scope tiers, then compared to the seat's Charter permission manifest. Missing required tools block approval; optional tools produce setup warnings. A published skill version is immutable, so later corrections create a new version instead of rewriting what a run may have used.
|
|
42357
|
+
|
|
42337
42358
|
## How agents should request tools
|
|
42338
42359
|
|
|
42339
42360
|
Agents should explain the job, the required tool category, the minimum permission needed, and the escalation boundary. Humans approve or decline the request.
|
|
@@ -42349,7 +42370,7 @@ External connectors are being rolled out provider by provider, conservatively (r
|
|
|
42349
42370
|
order: 48,
|
|
42350
42371
|
title: "CLI and MCP installation guide",
|
|
42351
42372
|
summary: "Install the public CLI, register remote token-backed MCP clients, and find the full command and tool catalog.",
|
|
42352
|
-
version: "2026-06-20.
|
|
42373
|
+
version: "2026-06-20.10",
|
|
42353
42374
|
public: true,
|
|
42354
42375
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
42355
42376
|
stages: ["company_setup", "staffing"],
|
|
@@ -42385,6 +42406,7 @@ External connectors are being rolled out provider by provider, conservatively (r
|
|
|
42385
42406
|
"agent.go_live",
|
|
42386
42407
|
"agent.status",
|
|
42387
42408
|
"agent.list_fleet",
|
|
42409
|
+
"agent.fleet_digest",
|
|
42388
42410
|
"agent.get_run",
|
|
42389
42411
|
"agent.list_runs",
|
|
42390
42412
|
"agent.list_tool_calls"
|
|
@@ -42764,8 +42786,9 @@ These ergonomic wrappers (including the \`{{cli}} agent\` group) require **{{cli
|
|
|
42764
42786
|
| \`{{cli}} integration list|status|test\` | \`integration.list\`, \`integration.status\`, \`integration.test\` | List connector metadata, read one connector's health, and run the provider-specific connection test without exposing credentials. | Tenant | \`{{cli}} integration test --provider google --json\` |
|
|
42765
42787
|
| \`{{cli}} settings get|update\` | \`settings.get\`, \`settings.update\` | Read tenant settings; update budget caps. | Tenant | \`{{cli}} settings get --json\` |
|
|
42766
42788
|
| \`{{cli}} member invite|update|remove\` | \`member.invite\`, \`member.update\`, \`member.remove\` | Manage tenant members. | Tenant | \`{{cli}} member invite --email ops@example.com --role member\` |
|
|
42767
|
-
| \`{{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
|
|
42789
|
+
| \`{{cli}} agent templates|create|setup|tools|dry-run|go-live|status|run-now|fleet-digest|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.fleet_digest\`, \`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, capture the fleet-health digest, 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 fleet-digest --json\` |
|
|
42768
42790
|
| \`{{cli}} tools list\` | \`tool.catalog\` | List the discoverable tool catalog the builder reads (id, scope tiers, credential requirement, access policy, and execution-boundary guidance). | Tenant | \`{{cli}} tools list --json\` |
|
|
42791
|
+
| \`{{cli}} skills list|get|file|assigned|check-dependencies\` | \`skill.list\`, \`skill.get\`, \`skill.file.get\`, \`skill.assigned.list\`, \`skill.check_dependencies\` | Discover reusable Skills, read descriptors and stored package files, list approved Seat assignments, and compare required/optional tool dependencies with a Seat's signed Charter manifest. Skills are instructions, not authority. | Tenant and seat | \`{{cli}} skills list --json\`; \`{{cli}} skills file --slug invoice-review --path SKILL.md\` |
|
|
42769
42792
|
| \`{{cli}} model list\` | \`model.catalog\` | List guided model tiers with recommendations, token prices, cost bands, best-fit work, and model ids for \`--model\`. | Tenant | \`{{cli}} model list --json\` |
|
|
42770
42793
|
| \`{{cli}} compass show\` | \`compass.show_markdown\` | Render the current Compass as a clean markdown card for review. | Tenant | \`{{cli}} compass show --markdown\` |
|
|
42771
42794
|
| \`{{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\` |
|
|
@@ -42792,7 +42815,7 @@ This catalog is the canonical machine surface \u2014 the \`rost_*\` tools your M
|
|
|
42792
42815
|
3. **\`{{cli}} model list\` / \`model.catalog\`** (MCP \`rost_list_model_catalog\`) \u2014 the guided model-tier catalog the builder reads for recommendations, effort, token prices, cost bands, and model id selection.
|
|
42793
42816
|
4. **The "Available tools guide"** (in the sidebar) \u2014 covers tool *categories* and governance, not a callable surface. See the available-tools-guide.
|
|
42794
42817
|
|
|
42795
|
-
Sections below: Command discovery (2) \xB7 Public reference (3) \xB7 Tenant-admin tools (grouped by domain) \xB7 Seat-scoped operating tools (9) \xB7 MCP operation resources (
|
|
42818
|
+
Sections below: Command discovery (2) \xB7 Public reference (3) \xB7 Tenant-admin tools (grouped by domain) \xB7 Seat-scoped operating tools (9) \xB7 MCP operation resources (13).
|
|
42796
42819
|
|
|
42797
42820
|
### Command discovery tools
|
|
42798
42821
|
|
|
@@ -42844,7 +42867,7 @@ Several rows here are seat-operating commands (\`task.create\`, the \`signal.*\`
|
|
|
42844
42867
|
| \`rost_approve_pending_confirmation\` | \`confirmation.approve\` | Approve a pending confirmation. | Tenant | Call with \`{"confirmation_id":"<confirmation-id>"}\`. |
|
|
42845
42868
|
| \`rost_reject_pending_confirmation\` | \`confirmation.reject\` | Reject a pending confirmation. | Tenant | Call with \`{"confirmation_id":"<confirmation-id>"}\`. |
|
|
42846
42869
|
| \`rost_draft_compass\` | \`compass.draft\` | Create a Compass draft. | Tenant | Call with a concise Compass document. |
|
|
42847
|
-
| \`rost_update_compass_draft\` | \`compass.update_draft\` | Replace a Compass draft document. | Tenant | Call with \`draft_id\` and updated document. |
|
|
42870
|
+
| \`rost_update_compass_draft\` | \`compass.update_draft\` | Replace a Compass draft document. | Tenant | Call with the \`compass_version_id\` from \`compass.draft\` as \`draft_id\` and the updated document. |
|
|
42848
42871
|
| \`rost_approve_compass_version\` | \`compass.approve_version\` | Activate a Compass version by supersession. | Tenant | Call after human review. |
|
|
42849
42872
|
| \`rost_reject_compass_draft\` | \`compass.reject_draft\` | Reject and remove a Compass draft. | Tenant | Call when the draft should not proceed. |
|
|
42850
42873
|
| \`rost_answer_compass_gap\` | \`compass.answer_gap\` | Record a human answer for a Compass gap. | Tenant | Call with \`gap_id\` and answer text. |
|
|
@@ -42864,6 +42887,7 @@ Several rows here are seat-operating commands (\`task.create\`, the \`signal.*\`
|
|
|
42864
42887
|
| \`rost_list_compass_gaps\` | \`compass.list_gaps\` | List unanswered and answered Compass context gaps. | Tenant | Call with \`{}\` before answering gaps. |
|
|
42865
42888
|
| \`rost_get_agent_status\` | \`agent.status\` | Read agent lane, live state, steward chain, dry-run result, Runner availability. | Seat or tenant-admin | Call with \`{"seat_id":"<seat-id>"}\`. |
|
|
42866
42889
|
| \`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 \`{}\`; counts use the same seat-run association as \`agent.list_runs\`, with sandbox dry runs excluded from real turns. |
|
|
42890
|
+
| \`rost_get_dogfood_fleet_health_digest\` | \`agent.fleet_digest\` | Capture the daily dogfood fleet-health digest: live/idle state, 24h/7d turns, spend, recent failed runs, unresolved errors, failed notifications, and next actions. | Tenant | Call with \`{}\`; optional \`window_hours\` bounds recent failed-run evidence, while \`error_limit\` caps linked evidence per seat. |
|
|
42867
42891
|
| \`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>"}\`. |
|
|
42868
42892
|
| \`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. |
|
|
42869
42893
|
| \`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>"}\`. |
|
|
@@ -42929,6 +42953,11 @@ Several rows here are seat-operating commands (\`task.create\`, the \`signal.*\`
|
|
|
42929
42953
|
| \`rost_show_charter_as_markdown\` | \`charter.show_markdown\` | Render a seat's active or latest Charter as a clean markdown card for review. | Tenant | Call with \`{"seat_id":"<seat-id>"}\`. |
|
|
42930
42954
|
| \`rost_show_agent_setup_as_markdown\` | \`agent.show_markdown\` | Render a seat's agent setup, model, steward, tools, and Charter as a clean markdown card for review. | Tenant | Call with \`{"seat_id":"<seat-id>"}\`. |
|
|
42931
42955
|
| \`rost_list_tool_catalog\` | \`tool.catalog\` | List the discoverable tool catalog the agent builder reads \u2014 id, prescriptive description, scope tiers, credential requirement, access policy, and execution-boundary guidance. | Tenant | Call with \`{}\` or \`{"provider":"google"}\`. |
|
|
42956
|
+
| \`rost_list_skills\` | \`skill.list\` | List tenant Skills with application descriptors, dependency metadata, source status, latest version, and assigned Seat count. Seat-scoped reads are available through \`rost://skills\`. | Tenant-admin | Call with \`{}\` or \`{"query":"invoice"}\`. |
|
|
42957
|
+
| \`rost_get_skill\` | \`skill.get\` | Read one Skill descriptor and latest stored version metadata. Seat-scoped reads are available through \`rost://skills/{slug}\`. | Tenant-admin | Call with \`{"slug":"invoice-review"}\`. |
|
|
42958
|
+
| \`rost_get_skill_file\` | \`skill.file.get\` | Read stored Skill package file content by slug and package path; paths resolve only inside the stored package payload. Seat-scoped reads are available through \`rost://skills/{slug}/files/{path}\`. | Tenant-admin | Call with \`{"slug":"invoice-review","path":"SKILL.md"}\`. |
|
|
42959
|
+
| \`rost_list_assigned_skills\` | \`skill.assigned.list\` | List approved Skill assignments for a Seat, including immutable version, dependency status, rationale, and approval time. Seat-scoped reads are available through \`rost://seat/{id}/skills\`. | Tenant-admin | Call with \`{"seat_id":"<seat-id>"}\`. |
|
|
42960
|
+
| \`rost_check_skill_dependencies\` | \`skill.check_dependencies\` | Compare a Skill version's required and optional tools with a Seat's active or draft Charter permission manifest. Returns ready/blocked/warning and suggested \`agent.configure_tools\` input; it never grants permissions. | Tenant-admin | Call with \`{"seat_id":"<seat-id>","slug":"invoice-review"}\`. |
|
|
42932
42961
|
| \`rost_list_model_catalog\` | \`model.catalog\` | List guided model tiers \u2014 recommendations, token prices, cost bands, best-fit work, and model ids for \`--model\`. | Tenant | Call with \`{}\`. |
|
|
42933
42962
|
|
|
42934
42963
|
### Seat-scoped operating tools
|
|
@@ -42958,9 +42987,13 @@ These read-only resources bundle the facts the UI shows so an agent can avoid gu
|
|
|
42958
42987
|
| \`rost://seat/{id}/context\` | A seat's Compass, Charter, goals, measurables, open tasks, open issues, and protocol. | Seat (own seat) or tenant-admin (any seat) | Read \`rost://seat/<seat-id>/context\` for the acting seat. |
|
|
42959
42988
|
| \`rost://compass/current\` | Active and draft Compass versions plus source documents. | Tenant-admin | Read before drafting Compass changes. |
|
|
42960
42989
|
| \`rost://sync/latest\` | The most recent compiled Sync Brief and its agenda. | Tenant-admin | Read before running the weekly Sync. |
|
|
42990
|
+
| \`rost://skills\` | Tenant Skills library for tenant-admin tokens; assigned published Skills for seat tokens. | Tenant-admin or seat | Read before creating, assigning, or loading Skill instructions. |
|
|
42991
|
+
| \`rost://skills/{slug}\` | One Skill descriptor and latest stored version metadata. | Tenant-admin or assigned seat | Read \`rost://skills/<slug>\` before loading the full file. |
|
|
42992
|
+
| \`rost://skills/{slug}/files/{path}\` | Stored Skill package file content by package path; never server filesystem paths. | Tenant-admin or assigned seat | Read \`rost://skills/<slug>/files/SKILL.md\`. |
|
|
42961
42993
|
| \`rost://agents/templates\` | Stock agent templates: responsibilities, default tools, safety boundaries, and dry-run rehearsal. | Tenant-admin | Read before creating an agent from a template. |
|
|
42962
42994
|
| \`rost://agent-setup/{id}\` | A draft agent setup's mode, parent, steward, lane, schedule, tool decisions, dry-run, blockers, and next action. | Tenant-admin | Read \`rost://agent-setup/<setup-id>\` to resume a draft. |
|
|
42963
42995
|
| \`rost://seat/{id}/agent-status\` | A seat's agent occupancy, lane, schedule, live state, steward chain, and dry-run result. | Seat (own seat) or tenant-admin (any seat) | Read \`rost://seat/<seat-id>/agent-status\` for the acting seat. |
|
|
42996
|
+
| \`rost://seat/{id}/skills\` | Approved Skill assignments for a Seat, including immutable version and dependency status. | Seat (own seat) or tenant-admin (any seat) | Read \`rost://seat/<seat-id>/skills\` before a run loads Skills. |
|
|
42964
42997
|
| \`rost://operations/reference-map\` | Machine-facing map of which guide to read before each workflow. | Any valid MCP token | Read first when planning a CLI/MCP workflow. |
|
|
42965
42998
|
|
|
42966
42999
|
## Troubleshooting
|
|
@@ -43111,7 +43144,7 @@ Retrieve the narrowest relevant guide before making a setup recommendation. Pref
|
|
|
43111
43144
|
order: 60,
|
|
43112
43145
|
title: "Cascade guide",
|
|
43113
43146
|
summary: "How to connect company goals to seat-level work without turning {{brand}} into a project-management tool.",
|
|
43114
|
-
version: "2026-06-
|
|
43147
|
+
version: "2026-06-20.1",
|
|
43115
43148
|
public: true,
|
|
43116
43149
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
43117
43150
|
stages: ["operating_rhythm"],
|
|
@@ -43147,11 +43180,23 @@ Cascade connects company direction to seat-level commitments. It is a goal tree,
|
|
|
43147
43180
|
## Good Cascade structure
|
|
43148
43181
|
|
|
43149
43182
|
- Company goals connect back to the Compass.
|
|
43150
|
-
- Team or function goals connect to company goals.
|
|
43183
|
+
- Team or function goals connect to company goals. This is the accountable human layer for most agent work.
|
|
43184
|
+
- Agent execution goals connect below the human or function goal they advance, unless the agent seat is intentionally accountable for that outcome.
|
|
43151
43185
|
- Seat commitments connect to the goal they advance.
|
|
43152
43186
|
- Each commitment has one owning seat.
|
|
43153
43187
|
- Status is evidence-based where possible.
|
|
43154
43188
|
|
|
43189
|
+
## Setup-health recommendations
|
|
43190
|
+
|
|
43191
|
+
Cascade warnings are advisory, not blockers. They point to setup that should be reviewed before the next Sync:
|
|
43192
|
+
|
|
43193
|
+
- Uncovered Compass objective: the objective has no active child seat goal.
|
|
43194
|
+
- Objective skips accountable function: current child goals are agent-owned without a human or function goal between Compass and execution.
|
|
43195
|
+
- Seat missing cycle goals: an active seat has no current-cycle goal.
|
|
43196
|
+
- Seat missing active Charter: an active seat has no approved Charter.
|
|
43197
|
+
- Agent goal missing human accountability parent: an agent-owned goal has no human or hybrid goal in its ancestry.
|
|
43198
|
+
- Orphaned goal branch: the owner seat or parent chain no longer reaches an active Compass objective.
|
|
43199
|
+
|
|
43155
43200
|
## What does not belong
|
|
43156
43201
|
|
|
43157
43202
|
Do not put every task into Cascade. Small errands, private notes, and work with no strategic connection should stay out. Cascade should answer whether the company is moving toward its stated outcomes.
|
|
@@ -43426,7 +43471,7 @@ Stop before: approving a Charter, signing a manifest, connecting a tool or crede
|
|
|
43426
43471
|
order: 72,
|
|
43427
43472
|
title: "Settings guide",
|
|
43428
43473
|
summary: "How to use Settings as the control plane for company access, channels, providers, tokens, and operating defaults.",
|
|
43429
|
-
version: "2026-06-20.
|
|
43474
|
+
version: "2026-06-20.5",
|
|
43430
43475
|
public: true,
|
|
43431
43476
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
43432
43477
|
stages: ["company_setup", "staffing"],
|
|
@@ -43458,9 +43503,15 @@ Start with members and invites, then provider and channel connections, then MCP
|
|
|
43458
43503
|
- Stored credentials (vault references only) and tool access approvals.
|
|
43459
43504
|
- Operating defaults, including Sync Brief scope.
|
|
43460
43505
|
|
|
43506
|
+
Settings lifecycle timestamps are display metadata for tokens, connected machines, integrations, and stored credentials. They may be emitted by the database as either timestamp values or strings, but Settings renders them as safe labels rather than treating timestamp formatting failures as page-level failures.
|
|
43507
|
+
|
|
43508
|
+
When a settings source is temporarily unavailable, the app keeps the route open and marks affected sections as unavailable instead of showing raw errors or stale-looking editable values. Budget and Sync Brief controls stay read-only until their server-backed data can be loaded.
|
|
43509
|
+
|
|
43461
43510
|
## Integration health
|
|
43462
43511
|
|
|
43463
|
-
\`integration.list\` lists connector metadata for CLI and MCP operators, \`integration.status\` reads one provider or integration id, and \`integration.test\` runs the installed provider-specific health check. These commands return account labels, scopes, capabilities, timestamps, and health only; they never return vault references, access tokens, refresh tokens, or raw provider responses. Google's test refreshes the vaulted OAuth credential and reads the Gmail profile as the minimal live check.
|
|
43512
|
+
\`integration.list\` lists connector metadata for CLI and MCP operators, \`integration.status\` reads one provider or integration id, and \`integration.test\` runs the installed provider-specific health check. These commands return account labels, scopes, capabilities, timestamps, and health only; they never return vault references, access tokens, refresh tokens, or raw provider responses. Google's test refreshes the vaulted OAuth credential and reads the Gmail profile as the minimal live check. Settings exposes the same Google test as an owner/operator button beside Connect/Reconnect, shows the last tested time, and turns failures into reconnect-oriented remediation copy rather than raw provider errors.
|
|
43513
|
+
|
|
43514
|
+
Reconnects keep historical rows for audit, but provider status in Settings, CLI, and MCP prefers the current connected row first, then the latest error or disconnected row.
|
|
43464
43515
|
|
|
43465
43516
|
## Sync Brief scope
|
|
43466
43517
|
|
|
@@ -43905,7 +43956,7 @@ Agents should not teach EOS as EOS. They should use {{brand}}'s method. When a u
|
|
|
43905
43956
|
order: 11,
|
|
43906
43957
|
title: "Compass authoring guide",
|
|
43907
43958
|
summary: "Field-by-field guidance for authoring a strong Compass document directly, with the full JSON contract and worked examples.",
|
|
43908
|
-
version: "2026-06-
|
|
43959
|
+
version: "2026-06-20.1",
|
|
43909
43960
|
public: true,
|
|
43910
43961
|
audiences: ["cli", "mcp", "in_app_agent"],
|
|
43911
43962
|
stages: ["company_setup"],
|
|
@@ -44013,7 +44064,7 @@ A consultancy's purpose might be "Make expert tax guidance affordable for first-
|
|
|
44013
44064
|
|
|
44014
44065
|
1. \`compass.draft\` \u2014 submit the document above. Drafting is safe for an agent; it returns a \`compass_version_id\`.
|
|
44015
44066
|
2. \`compass.list_gaps\` \u2014 see what is unanswered. \`compass.answer_gap\` records a human's answer and produces a fresh draft.
|
|
44016
|
-
3. \`compass.update_draft\` \u2014 revise the draft as answers arrive.
|
|
44067
|
+
3. \`compass.update_draft\` \u2014 revise the draft as answers arrive. Pass the same \`compass_version_id\` from \`compass.draft\` as \`draft_id\`; the command replaces that unpublished draft in place and returns the draft row's current version number. If the id is missing, belongs to another tenant, or is already approved or rejected, start from \`compass.get_current\` instead of retrying blindly.
|
|
44017
44068
|
4. \`compass.approve_version\` \u2014 activation by supersession. This is \`human_required\`: a human approves it. Prepare the draft and surface the approve link; do not approve on a human's behalf. See the confirmations guide.`
|
|
44018
44069
|
},
|
|
44019
44070
|
{
|
|
@@ -45962,6 +46013,24 @@ ${field(record2, "summary")}`;
|
|
|
45962
46013
|
return `queued ${field(workOrder, "lane")} work order ${field(workOrder, "id")} for agent ${field(workOrder, "agent_id")} (${field(workOrder, "status")})`;
|
|
45963
46014
|
});
|
|
45964
46015
|
},
|
|
46016
|
+
"fleet-digest": (ctx, rest) => {
|
|
46017
|
+
const parsed = parseFlags(rest);
|
|
46018
|
+
const body = withOptional({}, {
|
|
46019
|
+
window_hours: optionalNumber(parsed, "window-hours"),
|
|
46020
|
+
error_limit: optionalNumber(parsed, "error-limit")
|
|
46021
|
+
});
|
|
46022
|
+
return execute(ctx, parsed, "agent.fleet_digest", body, (output) => {
|
|
46023
|
+
const record2 = asRecord(output);
|
|
46024
|
+
const summary = asRecord(record2.summary);
|
|
46025
|
+
const agents = asArray(record2.agents);
|
|
46026
|
+
const header = `fleet ${field(summary, "fleet_count")} seats live=${field(summary, "live_count")} idle=${field(summary, "idle_count")} turns24h=${field(summary, "turns_24h")} failed24h=${field(summary, "failed_runs_24h")} spend7d=$${field(summary, "spend_7d_usd")}`;
|
|
46027
|
+
const lines = agents.map((agent) => {
|
|
46028
|
+
const r = asRecord(agent);
|
|
46029
|
+
return `${field(r, "seat_name")} ${field(r, "health_status")} live=${field(r, "live")} turns24h=${field(r, "turns_24h")} failed=${field(r, "failed_runs_24h")} next=${field(r, "suggested_next_action")}`;
|
|
46030
|
+
});
|
|
46031
|
+
return [header, ...lines].join("\n");
|
|
46032
|
+
});
|
|
46033
|
+
},
|
|
45965
46034
|
"get-run": (ctx, rest) => {
|
|
45966
46035
|
const parsed = parseFlags(rest);
|
|
45967
46036
|
const body = {
|
|
@@ -46003,7 +46072,7 @@ function agentConfigureTools(ctx, rest, decision) {
|
|
|
46003
46072
|
});
|
|
46004
46073
|
}
|
|
46005
46074
|
function agentUsage(bin) {
|
|
46006
|
-
return `Usage: ${bin} agent templates|create|setup|tools|dry-run|go-live|status|run-now|get-run|show [--json]
|
|
46075
|
+
return `Usage: ${bin} agent templates|create|setup|tools|dry-run|go-live|status|run-now|fleet-digest|get-run|show [--json]
|
|
46007
46076
|
${bin} agent templates
|
|
46008
46077
|
${bin} agent create --seat-id <id> --template <slug> [--expected-version <v>]
|
|
46009
46078
|
${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>]
|
|
@@ -46014,6 +46083,7 @@ function agentUsage(bin) {
|
|
|
46014
46083
|
${bin} agent go-live --seat-id <id> --charter-version-id <id>
|
|
46015
46084
|
${bin} agent status --seat-id <id>
|
|
46016
46085
|
${bin} agent run-now --seat-id <id> [--task-id <id>]
|
|
46086
|
+
${bin} agent fleet-digest [--window-hours <n>] [--error-limit <n>]
|
|
46017
46087
|
${bin} agent get-run --seat-id <id> --run-id <id>
|
|
46018
46088
|
${bin} agent show --seat-id <id> [--markdown]`;
|
|
46019
46089
|
}
|
|
@@ -46057,6 +46127,113 @@ function toolsUsage(bin) {
|
|
|
46057
46127
|
return `Usage: ${bin} tools list [--provider <name>] [--json]
|
|
46058
46128
|
${bin} tools list \u2014 the discoverable tool catalog the builder reads; live handlers execute only behind signed manifests, guards, credentials, and bindings.`;
|
|
46059
46129
|
}
|
|
46130
|
+
function formatSkillList(output) {
|
|
46131
|
+
const skills = asArray(asRecord(output).skills);
|
|
46132
|
+
if (skills.length === 0) {
|
|
46133
|
+
return "No skills found.";
|
|
46134
|
+
}
|
|
46135
|
+
return [
|
|
46136
|
+
"# Skills",
|
|
46137
|
+
...skills.map((entry) => {
|
|
46138
|
+
const r = asRecord(entry);
|
|
46139
|
+
return `- \`${field(r, "slug")}\` v${field(r, "latest_version")} [${field(r, "status")} \xB7 ${field(r, "visibility")} \xB7 assigned ${field(r, "assigned_seat_count")}]
|
|
46140
|
+
${field(r, "description")}`;
|
|
46141
|
+
})
|
|
46142
|
+
].join("\n");
|
|
46143
|
+
}
|
|
46144
|
+
function formatSkillDetail(output) {
|
|
46145
|
+
const skill = asRecord(asRecord(output).skill);
|
|
46146
|
+
const required2 = asArray(skill.required_tools).map((entry) => field(asRecord(entry), "tool")).join(", ") || "none";
|
|
46147
|
+
const optional2 = asArray(skill.optional_tools).map((entry) => field(asRecord(entry), "tool")).join(", ") || "none";
|
|
46148
|
+
const files = asArray(skill.files).map((entry) => field(asRecord(entry), "path")).join(", ") || "SKILL.md";
|
|
46149
|
+
return [
|
|
46150
|
+
`# ${field(skill, "name")} (\`${field(skill, "slug")}\`)`,
|
|
46151
|
+
`${field(skill, "description")}`,
|
|
46152
|
+
`version: ${field(skill, "latest_version")} (${field(skill, "latest_version_id")})`,
|
|
46153
|
+
`required tools: ${required2}`,
|
|
46154
|
+
`optional tools: ${optional2}`,
|
|
46155
|
+
`files: SKILL.md${files === "SKILL.md" ? "" : `, ${files}`}`
|
|
46156
|
+
].join("\n");
|
|
46157
|
+
}
|
|
46158
|
+
function formatAssignedSkills(output) {
|
|
46159
|
+
const record2 = asRecord(output);
|
|
46160
|
+
const assignments = asArray(record2.assignments);
|
|
46161
|
+
if (assignments.length === 0) {
|
|
46162
|
+
return `No assigned skills${record2.seat_id ? ` for seat ${field(record2, "seat_id")}` : ""}.`;
|
|
46163
|
+
}
|
|
46164
|
+
return [
|
|
46165
|
+
`# Assigned skills${record2.seat_id ? ` for ${field(record2, "seat_id")}` : ""}`,
|
|
46166
|
+
...assignments.map((entry) => {
|
|
46167
|
+
const r = asRecord(entry);
|
|
46168
|
+
return `- \`${field(r, "slug")}\` v${field(r, "version")} \u2192 seat ${field(r, "seat_id")} (${field(r, "assignment_id")})
|
|
46169
|
+
${field(r, "rationale")}`;
|
|
46170
|
+
})
|
|
46171
|
+
].join("\n");
|
|
46172
|
+
}
|
|
46173
|
+
function formatDependencyCheck(output) {
|
|
46174
|
+
const record2 = asRecord(output);
|
|
46175
|
+
const render = (label, items) => {
|
|
46176
|
+
if (items.length === 0) {
|
|
46177
|
+
return `${label}: none`;
|
|
46178
|
+
}
|
|
46179
|
+
return [
|
|
46180
|
+
`${label}:`,
|
|
46181
|
+
...items.map((entry) => {
|
|
46182
|
+
const r = asRecord(entry);
|
|
46183
|
+
return `- \`${field(r, "tool")}\` ${field(r, "status")} (needs ${field(r, "min_scope_tier")}, has ${field(r, "current_scope_tier")})`;
|
|
46184
|
+
})
|
|
46185
|
+
].join("\n");
|
|
46186
|
+
};
|
|
46187
|
+
return [
|
|
46188
|
+
`Skill dependencies: ${field(record2, "status")}`,
|
|
46189
|
+
`skill_version_id: ${field(record2, "skill_version_id")}`,
|
|
46190
|
+
`seat_id: ${field(record2, "seat_id")}`,
|
|
46191
|
+
render("required", asArray(record2.required)),
|
|
46192
|
+
render("optional", asArray(record2.optional))
|
|
46193
|
+
].join("\n");
|
|
46194
|
+
}
|
|
46195
|
+
var skillsWrapper = (context, args) => dispatch(context, "skills", args, {
|
|
46196
|
+
list: (ctx, rest) => {
|
|
46197
|
+
const parsed = parseFlags(rest, /* @__PURE__ */ new Set(["include-archived"]));
|
|
46198
|
+
const body = withOptional({}, {
|
|
46199
|
+
status: optionalValue(parsed, "status"),
|
|
46200
|
+
visibility: optionalValue(parsed, "visibility"),
|
|
46201
|
+
query: optionalValue(parsed, "query"),
|
|
46202
|
+
include_archived: parsed.flags.has("include-archived") ? true : void 0
|
|
46203
|
+
});
|
|
46204
|
+
return execute(ctx, parsed, "skill.list", body, formatSkillList);
|
|
46205
|
+
},
|
|
46206
|
+
get: (ctx, rest) => {
|
|
46207
|
+
const parsed = parseFlags(rest);
|
|
46208
|
+
return execute(ctx, parsed, "skill.get", { slug: requireValue2(parsed, "slug") }, formatSkillDetail);
|
|
46209
|
+
},
|
|
46210
|
+
file: (ctx, rest) => {
|
|
46211
|
+
const parsed = parseFlags(rest);
|
|
46212
|
+
const body = { slug: requireValue2(parsed, "slug"), path: requireValue2(parsed, "path") };
|
|
46213
|
+
return execute(ctx, parsed, "skill.file.get", body, (output) => field(asRecord(output), "content"));
|
|
46214
|
+
},
|
|
46215
|
+
assigned: (ctx, rest) => {
|
|
46216
|
+
const parsed = parseFlags(rest);
|
|
46217
|
+
const body = withOptional({}, { seat_id: optionalValue(parsed, "seat-id") });
|
|
46218
|
+
return execute(ctx, parsed, "skill.assigned.list", body, formatAssignedSkills);
|
|
46219
|
+
},
|
|
46220
|
+
"check-dependencies": (ctx, rest) => {
|
|
46221
|
+
const parsed = parseFlags(rest);
|
|
46222
|
+
const body = withOptional({ seat_id: requireValue2(parsed, "seat-id") }, {
|
|
46223
|
+
slug: optionalValue(parsed, "slug"),
|
|
46224
|
+
skill_version_id: optionalValue(parsed, "skill-version-id")
|
|
46225
|
+
});
|
|
46226
|
+
return execute(ctx, parsed, "skill.check_dependencies", body, formatDependencyCheck);
|
|
46227
|
+
}
|
|
46228
|
+
}, skillsUsage(context.binName));
|
|
46229
|
+
function skillsUsage(bin) {
|
|
46230
|
+
return `Usage: ${bin} skills list|get|file|assigned|check-dependencies [--json]
|
|
46231
|
+
${bin} skills list [--status draft|pending_review|published|archived] [--visibility private|seat|tenant] [--query <text>]
|
|
46232
|
+
${bin} skills get --slug <slug>
|
|
46233
|
+
${bin} skills file --slug <slug> --path SKILL.md
|
|
46234
|
+
${bin} skills assigned [--seat-id <id>] [--seat <id>]
|
|
46235
|
+
${bin} skills check-dependencies --seat-id <id> (--slug <slug>|--skill-version-id <id>)`;
|
|
46236
|
+
}
|
|
46060
46237
|
var modelWrapper = (context, args) => dispatch(context, "model", args, {
|
|
46061
46238
|
list: (ctx, rest) => {
|
|
46062
46239
|
const parsed = parseFlags(rest);
|
|
@@ -46131,6 +46308,7 @@ var OPERATION_GROUPS = [
|
|
|
46131
46308
|
"member",
|
|
46132
46309
|
"agent",
|
|
46133
46310
|
"tools",
|
|
46311
|
+
"skills",
|
|
46134
46312
|
"model",
|
|
46135
46313
|
"compass",
|
|
46136
46314
|
"charter"
|
|
@@ -46150,6 +46328,7 @@ var wrappers = {
|
|
|
46150
46328
|
member: memberWrapper,
|
|
46151
46329
|
agent: agentWrapper,
|
|
46152
46330
|
tools: toolsWrapper,
|
|
46331
|
+
skills: skillsWrapper,
|
|
46153
46332
|
model: modelWrapper,
|
|
46154
46333
|
compass: compassWrapper,
|
|
46155
46334
|
charter: charterWrapper
|
|
@@ -46172,6 +46351,7 @@ var groupUsageBuilders = {
|
|
|
46172
46351
|
member: memberUsage,
|
|
46173
46352
|
agent: agentUsage,
|
|
46174
46353
|
tools: toolsUsage,
|
|
46354
|
+
skills: skillsUsage,
|
|
46175
46355
|
model: modelUsage,
|
|
46176
46356
|
compass: compassUsage,
|
|
46177
46357
|
charter: charterUsage
|
|
@@ -46200,8 +46380,9 @@ function operationUsageLines(bin) {
|
|
|
46200
46380
|
`${bin} notification settings|test|errors`,
|
|
46201
46381
|
`${bin} settings get|update`,
|
|
46202
46382
|
`${bin} member invite|update|remove`,
|
|
46203
|
-
`${bin} agent templates|create|setup|tools|dry-run|go-live|status|run-now|get-run|show`,
|
|
46383
|
+
`${bin} agent templates|create|setup|tools|dry-run|go-live|status|run-now|fleet-digest|get-run|show`,
|
|
46204
46384
|
`${bin} tools list`,
|
|
46385
|
+
`${bin} skills list|get|file|assigned|check-dependencies`,
|
|
46205
46386
|
`${bin} model list`,
|
|
46206
46387
|
`${bin} compass show`,
|
|
46207
46388
|
`${bin} charter show`
|