M3: runPipeline fixer integration #94
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?
runPipeline Fixer Integration
Wrap implement/remediate/mr stages with fixer retry loop in runPipeline.
Modified Files
src/orchestrator/services/runPipeline.ts— wrap eligible stages with fixer retry loopsrc/orchestrator/types/orchestrator.ts— addrunFixerseam toRunPipelineSeamsChanges
const FIXER_ELIGIBLE_STAGES = ["implement", "remediate", "mr"]runFixerseam for testabilityTests
runPipeline.test.ts— test fixer retry loop (mock stage throws GitError, fixer runs, stage succeeds on retry)runPipeline.test.ts— test 3 attempts exhausted → error.jsonAcceptance Criteria
pi-loop opened a Draft pull request for this issue: #110