Fix lifecycle
- A verification fails, the agent reports issues
- The agent edits one or more files to address the issues
- A new verification cycle runs
- If it passes, the session continues to completion; if it fails, the cycle repeats up to
maxRetries
Interpreting fixes
The number of fix cycles in a session is a signal of difficulty:
Fixes clustered on the same files across many sessions suggest those files are error-prone and may benefit from clearer code or better test coverage.