@rosthq/cli 0.5.28 → 0.5.29
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 +9 -8
- package/dist/index.js.map +2 -2
- package/dist/operations.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42257,7 +42257,7 @@ Use the lower-level commands after health names a finding: \`agent.get_run\` for
|
|
|
42257
42257
|
order: 46,
|
|
42258
42258
|
title: "Tool access and vault",
|
|
42259
42259
|
summary: "How to give agents access to tools without exposing raw credentials or expanding authority by accident.",
|
|
42260
|
-
version: "2026-06-
|
|
42260
|
+
version: "2026-06-29.1",
|
|
42261
42261
|
public: true,
|
|
42262
42262
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
42263
42263
|
stages: ["staffing"],
|
|
@@ -42311,7 +42311,7 @@ The native Gmail handlers run inside the same broker boundary as the REST and Sl
|
|
|
42311
42311
|
|
|
42312
42312
|
## Google connector status
|
|
42313
42313
|
|
|
42314
|
-
Google can be connected from Settings once the workspace OAuth app is configured. The connection flow requests offline access for Gmail read/compose and Sheets, stores the returned credential in the vault, and records only account and scope metadata in the integration row. The test action refreshes the vaulted credential and performs a minimal Gmail profile read. Sheets
|
|
42314
|
+
Google can be connected from Settings once the workspace OAuth app is configured. The connection flow requests offline access for Gmail read/compose and Sheets, stores the returned credential in the vault, and records only account and scope metadata in the integration row. The test action refreshes the vaulted credential and performs a minimal Gmail profile read. Gmail read/draft, bounded Sheets read, and approval-held Sheets write handlers now run through the guarded broker; connecting Google still does not bypass the signed Charter manifest, tenant policy ceiling, credential vault, or tool-call audit. Sheet grants should use exact signed argument bindings for approved spreadsheet ids and ranges.
|
|
42315
42315
|
|
|
42316
42316
|
CLI and MCP can inspect connector readiness without seeing secrets: \`integration.list\` / \`rost_list_integrations\` lists connected providers and health metadata, \`integration.status\` / \`rost_get_integration_status\` reads one provider by id or name, and \`integration.test\` / \`rost_test_integration_connection\` runs the installed provider-specific health check. For Google, the test refreshes the vaulted OAuth credential and reads the Gmail profile, then records only account, scope, and health metadata.
|
|
42317
42317
|
|
|
@@ -42346,7 +42346,7 @@ There is exactly one way to give a connected tool its credential, and it is the
|
|
|
42346
42346
|
order: 47,
|
|
42347
42347
|
title: "Available tools guide",
|
|
42348
42348
|
summary: "How to think about tool categories available to seats and what each category should be used for.",
|
|
42349
|
-
version: "2026-06-
|
|
42349
|
+
version: "2026-06-29.1",
|
|
42350
42350
|
public: true,
|
|
42351
42351
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
42352
42352
|
stages: ["staffing"],
|
|
@@ -42392,7 +42392,7 @@ Agents should explain the job, the required tool category, the minimum permissio
|
|
|
42392
42392
|
|
|
42393
42393
|
Every tool call passes the server-side guard first: the guard checks the call against the seat's signed permission manifest and records a tool-call audit row for **every** call \u2014 allowed, denied, or escalated. Tool selection is never authorization. Only an allowed call reaches its handler. A connected credential is bound into the handler for the duration of the call only; the secret never appears in the result, the audit summary, logs, or the model's context.
|
|
42394
42394
|
|
|
42395
|
-
External connectors are being rolled out provider by provider, conservatively (read and draft before send; write behind approval). A selected tool is only a permission until a live handler exists and the seat has the required credential or binding. Today the built-in execution path supports internal status reporting, the generic REST connector when a signed host/method/path allowlist and credential exist, \`slack.post_message\` for a bound Slack channel, and
|
|
42395
|
+
External connectors are being rolled out provider by provider, conservatively (read and draft before send; write behind approval). A selected tool is only a permission until a live handler exists and the seat has the required credential or binding. Today the built-in execution path supports internal status reporting, the generic REST connector when a signed host/method/path allowlist and credential exist, \`slack.post_message\` for a bound Slack channel, and Google handlers for \`gmail.read\`, \`gmail.draft\`, \`sheets.read\`, and approval-held \`sheets.write\` when Google is connected. \`gmail.send\` remains held for approval and live external send stays gated on Google verification. Other provider entries remain configuration-only until their connector ships, so nothing runs silently.`
|
|
42396
42396
|
},
|
|
42397
42397
|
{
|
|
42398
42398
|
slug: "mcp-and-cli-guide",
|
|
@@ -43911,7 +43911,7 @@ Stop before: approving a Charter, signing a manifest, connecting a tool or crede
|
|
|
43911
43911
|
order: 72,
|
|
43912
43912
|
title: "Settings guide",
|
|
43913
43913
|
summary: "How to use Settings as the control plane for company access, channels, providers, tokens, and operating defaults.",
|
|
43914
|
-
version: "2026-06-
|
|
43914
|
+
version: "2026-06-29.1",
|
|
43915
43915
|
public: true,
|
|
43916
43916
|
audiences: ["human", "cli", "mcp", "in_app_agent"],
|
|
43917
43917
|
stages: ["company_setup", "staffing"],
|
|
@@ -43950,7 +43950,7 @@ When a settings source is temporarily unavailable, the app keeps the route open
|
|
|
43950
43950
|
|
|
43951
43951
|
## Integration health
|
|
43952
43952
|
|
|
43953
|
-
\`integration.list\` lists connector metadata for CLI and MCP operators, \`integration.readiness\` returns the setup checklist, \`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, checklist status, DER-coded next actions, and health only; they never return vault references, access tokens, refresh tokens, client secrets, 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 readiness facts and test action beside Connect/Reconnect, showing whether OAuth env, callback registration, tenant connection, scopes, tests, Google verification/CASA, and Gmail/Sheets
|
|
43953
|
+
\`integration.list\` lists connector metadata for CLI and MCP operators, \`integration.readiness\` returns the setup checklist, \`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, checklist status, DER-coded next actions, and health only; they never return vault references, access tokens, refresh tokens, client secrets, 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 readiness facts and test action beside Connect/Reconnect, showing whether OAuth env, callback registration, tenant connection, scopes, tests, Google verification/CASA, and Gmail/Sheets handlers are ready or still waiting on DER-880, DER-881, DER-866, or DER-867.
|
|
43954
43954
|
|
|
43955
43955
|
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.
|
|
43956
43956
|
|
|
@@ -47552,7 +47552,8 @@ var deliverableWrapper = (context, args) => dispatch(context, "deliverable", arg
|
|
|
47552
47552
|
title: requireValue2(parsed, "title")
|
|
47553
47553
|
}, {
|
|
47554
47554
|
summary: optionalValue(parsed, "summary"),
|
|
47555
|
-
content: optionalValue(parsed, "content")
|
|
47555
|
+
content: optionalValue(parsed, "content"),
|
|
47556
|
+
delivered_at: optionalValue(parsed, "delivered-at")
|
|
47556
47557
|
});
|
|
47557
47558
|
return execute(ctx, parsed, "deliverable.create", body, formatDeliverableWrite);
|
|
47558
47559
|
},
|
|
@@ -47575,7 +47576,7 @@ function deliverableUsage(bin) {
|
|
|
47575
47576
|
return `Usage: ${bin} deliverable list|get|create|attach [--json]
|
|
47576
47577
|
${bin} deliverable list --seat-id <id>
|
|
47577
47578
|
${bin} deliverable get --seat-id <id> --deliverable-id <id>
|
|
47578
|
-
${bin} deliverable create --title <text> [--kind brief|work_evidence|artifact|report|other] [--summary <text>] [--content <text>]
|
|
47579
|
+
${bin} deliverable create --title <text> [--kind brief|work_evidence|artifact|report|other] [--summary <text>] [--content <text>] [--delivered-at <iso>]
|
|
47579
47580
|
${bin} deliverable attach --title <text> [--run-id <id>] [--task-id <id>] [--work-order-id <id>] [--kind brief|work_evidence|artifact|report|other] [--summary <text>] [--content <text>]`;
|
|
47580
47581
|
}
|
|
47581
47582
|
function formatSystemHealth(output) {
|