What to build
When a coding agent returns malformed notes for some files, retry only those failed file notes during the same run. Keep every valid file note and any valid change note already produced. Bound the retries so a provider that keeps returning bad output cannot create an endless loop. If all attempts fail, keep the current per-file failure details and later-retry behavior.
Acceptance criteria
Blocked by
- None — can start immediately.
What to build
When a coding agent returns malformed notes for some files, retry only those failed file notes during the same run. Keep every valid file note and any valid change note already produced. Bound the retries so a provider that keeps returning bad output cannot create an endless loop. If all attempts fail, keep the current per-file failure details and later-retry behavior.
Acceptance criteria
details, gets another attempt during the same run.detailsfield, partial batch success, successful recovery, and retry exhaustion.Blocked by