Apply verified bug fixes across codebases
phase-b2-fix-bugsworkflowsetup L3★0
Microck/bun-rust-port-claude-artifacts ↗What it does
fix verified logic bugs per-crate parallel
Best for
applying pre-verified bug fixes across multiple crates without sequencing delays
Inputs
- · { bugs: [{module, fn, what, fix}] } (JSON array of verified bugs)
Outputs
- · { total_bugs, total_fixed, by_crate: [{crate, bugs, fixed, skipped}] }
Requires
- · parallel() orchestrator
- · agent() executor
- · cargo check
- · Edit tool
Preconditions
- · repo at /root/bun-5
- · bugs already verified by 2-vote adversarial verifier
- · no git operations allowed
Failure modes
- · concurrent edits break deps (expected, tolerated)
- · agent cannot fix due to missing other-crate symbol (skips + notes)
Trust signals
- · 2-vote adversarial verifier pre-filter
- · forbidden pattern checklist (Box::leak, ManuallyDrop)
- · .zig ground-truth lookup per fix