retry
pnpm dlx @smplcty/ralph retry T-005# ornpx @smplcty/ralph retry T-005Reset one or more BLOCKED tasks so they can be retried from scratch. Logs are preserved but moved out of the retry-count path.
ralph retry T-005 [T-006 ...]Behavior
Section titled “Behavior”- Validates that each task has status
BLOCKED— errors on TODO or DONE tasks - Sets
Statusback toTODOand removes theBlocked reasonfield - Moves all
.ralph-logs/T-NNN-*.jsonlfiles into.ralph-logs/T-NNN-resets/(accumulates across multiple resets) - Reports what was reset
If a task is already TODO with no logs, it’s a no-op with a message.
When to Use
Section titled “When to Use”- A task was blocked after exceeding the retry limit but has been redesigned
- A dependency was enhanced or fixed, making a previously blocked task viable
- The cost cap was hit but you’ve optimized the task or raised the limit