fix(fullsend): add safe-retry skill to prevent fix agent retry loops - #3462
Conversation
PR Summary by QodoAdd safe-retry skill to stop fix-agent infinite retry loops Description
Diagram
High-Level Assessment
Files changed (2)
|
Add a new safe-retry skill that guards against infinite retry loops when the fix agent introduces syntax or parse errors during edits. The skill requires error diagnosis before retrying any failing command and enforces hard stop thresholds (3 total failures → stop with tests_passed: false). Wire the skill into the fix harness alongside fix-review and monorepo-workspace-routing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: gabemontero <gmontero@redhat.com>
49d5597 to
2afff9b
Compare
|



Add a new safe-retry skill that guards against infinite retry loops when the fix agent introduces syntax or parse errors during edits. The skill requires error diagnosis before retrying any failing command and enforces hard stop thresholds (3 total failures → stop with tests_passed: false).
Wire the skill into the fix harness alongside fix-review and monorepo-workspace-routing.
addresses non-productive looping like we saw the agent fall into with https://github.com/redhat-developer/rhdh-plugins/actions/runs/27780243879 for #3442
Hey, I just made a Pull Request!
✔️ Checklist