rollback_plan_get
Inspect the reversal plan for a recorded action log entry. Returns the planner's status (supported, partial, not supported), the operation that would be dispatched, its parameters, and any caveats. Does not execute anything.
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). |