rollback_plan_get
Inspect the reversal plan for any recorded action. Retrieves plan status, operation, parameters, and caveats without execution.
Instructions
Inspect the reversal plan for a recorded action_log entry in STATE.json. Returns the planner's status (supported / partial / not_supported), the operation that would be dispatched, its parameters, and any caveats. Does not execute anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_file | No | Path to STATE.json. Defaults to 'STATE.json' in the current working directory. | |
| index | Yes | Index into action_log (0-based). |