Apply specified code fixes
pr-fix-implementersubagentsetup L1★2,035
jaemk/cached ↗What it does
Implement PR fixes and refactors
Best for
Executing code fixes when the design is locked but implementation needs care.
Inputs
- · failing test
- · fix design
Outputs
- · fixed code
- · passing tests
Requires
- · Bash
- · git
- · test framework
Preconditions
- · Tests written
- · Design approved
Failure modes
- · test still fails
- · side effects
- · incomplete fix
Trust signals
- · Tests drive spec
- · No new features