work / 05 / Bug → merged PR in <20 min
A multi-agent bug-fix orchestrator
A pipeline of analyser, fixer, validator, and git agents - with human approval gates and workspace isolation - that takes engineers from bug report to merged PR in under 20 minutes.
- 01 Multi-agent pipeline: an analyser reproduces and localizes the defect, a fixer proposes the change, a validator runs the test suite, and a git agent shepherds the branch.
- 02 Human approval gates on both the diagnosis and the final diff - engineers keep the judgment, agents do the legwork.
- 03 Workspace isolation: every fix attempt runs in its own sandbox, so a wrong hypothesis never touches shared state.
- 04 Result: bug report to merged PR in under 20 minutes for a meaningful class of bugs.