rollback_plan_get
Examine the reversal plan for a recorded action log entry to determine rollback feasibility. Returns status, operation details, and caveats without executing the rollback.
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 |
|---|---|---|---|
| index | Yes | Index into action_log (0-based). | |
| state_file | No | Path to STATE.json. Defaults to 'STATE.json' in the current working directory. |