bulk_reset_phase
Reset failed (and optionally in-progress) nodes in a phase to pending, skipping completed, to allow re-validation and progress.
Instructions
Reset all FAILED (and optionally IN_PROGRESS) nodes in a phase back to PENDING, skipping COMPLETED nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phase | Yes | Phase name to reset (must match a phase in the project phase_order) | |
| includeInProgress | No | Also reset nodes currently IN_PROGRESS (default: false) |