Summary
Add a manual fix command so users can explicitly invoke the fixer workflow, similar to looper fix, instead of relying only on automatic triggering.
Motivation
- Gives users a predictable way to request a fix pass on demand
- Makes fixer behavior easier to discover and test
- Supports workflows where users want manual control before or after other commands
Proposed behavior
- Add a
looper fix command that manually triggers the fixer
- Reuse existing fixer pipeline behavior where possible
- Return clear output about what the fixer is doing and whether it succeeded
Acceptance criteria
looper fix is available in the CLI
- Running it triggers the fixer flow manually
- Help text/docs mention when to use it
- Errors are surfaced clearly when fixer cannot run
Summary
Add a manual fix command so users can explicitly invoke the fixer workflow, similar to
looper fix, instead of relying only on automatic triggering.Motivation
Proposed behavior
looper fixcommand that manually triggers the fixerAcceptance criteria
looper fixis available in the CLI