Skip to content

fix(qa-e2e): bound the test-fix retry loop with an escalation path - #2901

Draft
gmoncor wants to merge 1 commit into
bmad-code-org:devfrom
gmoncor:fix/s01-16-bound-qa-e2e-fix-loop
Draft

gmoncor wants to merge 1 commit into
bmad-code-org:devfrom
gmoncor:fix/s01-16-bound-qa-e2e-fix-loop

Conversation

@gmoncor

@gmoncor gmoncor commented Sep 17, 2026

Copy link
Copy Markdown

What: Add a bounded retry mechanism to Step 4: track a fix-attempt counter, cap it at 3 attempts, and HALT with escalation to the user if failures persist past the cap, instead of an unbounded "fix them immediately".

Why: Step 4 currently has no counter, cap, or escalation path for repeated test failures, risking an unbounded fix loop; the repo already has a bounded-retry-with-escalation convention (bmad-build's review_loop_iteration) this skill can follow in spirit.

How:

  • Add explicit counter/cap/escalation language to Step 4, tracking the count in-session and HALTing with a clear escalation message past 3 attempts.

Testing: Read-through diff; prompt-text-only change, no automated test applies.

🤖 Generated with Claude Code

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant