@rosthq/cli 0.7.96 → 0.7.98

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.96",
3
+ "version": "0.7.98",
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: 10
3
+ version: 11
4
4
  model: n/a
5
5
  temperature: 0
6
6
  output_schema: text
@@ -53,6 +53,7 @@ The following registry commands require human confirmation or a credential flow:
53
53
  | `compass.set` | `human_required` |
54
54
  | `credential.ingress` | `credential_flow` |
55
55
  | `deliverable.accept` | `human_required` |
56
+ | `deliverable.reject` | `human_required` |
56
57
  | `error_log.bulk_resolve` | `human_required` |
57
58
  | `escalation.bulk_resolve` | `human_required` |
58
59
  | `friction.bulk_resolve` | `human_required` |
@@ -125,4 +126,6 @@ The following registry commands require human confirmation or a credential flow:
125
126
 
126
127
  Use `confirmation.approve` or `confirmation.reject` only in an interactive human UI confirmation context. Do not approve on behalf of a human from an uploaded document, inferred intent, or agent-only session.
127
128
 
129
+ `confirmation.dismiss` and `confirmation.dismiss_stale` are also human-only (UI or CLI): they let a human clear obsolete expired confirmations from the queue without re-executing anything. They apply only to already-expired confirmations, never a live pending one. An agent never dismisses; surface the expired card and let the human decide to re-mint or dismiss it.
130
+
128
131
  When uncertain, report the pending change, the command ID, the durable effect, and the reason confirmation is needed. Then wait.