snipara_inbox_review_apply
Apply a team's Inbox review plan atomically by executing pre-authorized approve/reject actions on memory candidates and decision drafts. Requires human authorization and records an audit trail.
Instructions
Atomically apply the exact memory-candidate and decision-draft actions from a prior team Inbox review plan. This destructive ADMIN operation requires explicit user authorization plus a real human team-admin identity, records authority audits, and fails closed if any item or snapshot changed. It is not idempotent and must follow snipara_inbox_review_plan. Returns per-item outcomes and the atomic apply receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Human authorization rationale recorded in the authority audit. | |
| actions | Yes | Exact approve/reject action snapshot from the plan; additions or mutations fail closed. | |
| review_plan_id | Yes | Exact immutable plan ID returned by snipara_inbox_review_plan after evidence validation. |