Skip to content

Support manual fix command (looper fix) to manually trigger fixer #257

@mrcfps

Description

@mrcfps

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestpriority:p3Lower priority: nice-to-have or longer-term work

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions