@rosthq/cli 0.7.122 → 0.7.124

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rosthq/cli",
3
- "version": "0.7.122",
3
+ "version": "0.7.124",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Command-line adapter for the server-side command surface.",
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: human-confirmations
3
- version: 15
3
+ version: 16
4
4
  model: n/a
5
5
  temperature: 0
6
6
  output_schema: text
@@ -20,6 +20,7 @@ These onboarding gates cannot be completed by an agent alone:
20
20
  | Sign manifest | `charter.sign_manifest` |
21
21
  | Credential ingress | `credential.ingress` |
22
22
  | Go-live | `agent.go_live` |
23
+ | Activate the exact all-passed onboarding group after rehearsal | `onboarding.activate` |
23
24
 
24
25
  ## Registry human-gated commands
25
26
 
@@ -71,6 +72,7 @@ The following registry commands require human confirmation or a credential flow:
71
72
  | `mcp_token.revoke` | `human_required` |
72
73
  | `member.remove` | `human_required` |
73
74
  | `member.update` | `human_required` |
75
+ | `onboarding.activate` | `human_required` |
74
76
  | `onboarding.finish` | `human_required` |
75
77
  | `onboarding.setup` | `human_required` |
76
78
  | `runner.revoke` | `human_required` |