rollback_plan_get
Inspect the reversal plan for action_log entries or batches, revealing supported, partial, or unsupported rollbacks with coverage and caveats before anything is applied.
Instructions
Inspect the reversal plan for recorded action_log entries in STATE.json. Pass index for ONE entry: returns the planner's status (supported / partial / not_supported), the operation that would be dispatched, its parameters, and any caveats. Pass batch_id (from mureo_batch_begin) for a WHOLE bulk change: returns every member with its own verdict, plus overall and per-platform coverage (full / partial / none) and the reason each irreversible member cannot be reversed. Exactly one of the two is required. Read-only — nothing is executed, so partial coverage is known BEFORE anything is applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Index into action_log (0-based). | |
| batch_id | No | Batch id to plan as one unit. Covers every action_log entry tagged with it, across every platform they touched. | |
| state_file | No | Path to STATE.json. Defaults to 'STATE.json' in the current working directory. |