M4: Error report fixer attempts tracking #95
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Error Report Enhancement
Add fixer attempt tracking to error.json when fixer is involved.
Modified Files
src/orchestrator/types/orchestrator.ts— addfixerAttempts?: numbertoErrorReportsrc/orchestrator/helpers/classifyError.ts— track fixer attempts when presentsrc/artifacts/helpers/validateErrorReport.ts— validate optional fixerAttempts fieldTests
validateErrorReport.test.ts— verify fixerAttempts is optional and numericclassifyError.test.ts— verify fixer attempts are preserved in error reportAcceptance Criteria
fixerAttemptsfieldpi-loop opened a Draft pull request for this issue: #111