Usage
analyze).
| Flag | Meaning |
|---|---|
--dry-run | Compute transforms and queue results without writing files |
--verify | Run the verification engine before each write (in addition to config autofix.require_verification) |
Behavior
- Loads fixable issues from the active session.
- Reconstructs the analysis result and runs the orchestrator autofix pipeline (fixers → verification gate → atomic writes → backups when not dry-run).
- Updates the session with applied vs blocked fixes and timestamps.
Output
You will see counts for Applied and Blocked, plus any block reasons (for example verification failure). Session phase moves tofixed when updates succeed.
Configuration
Global behavior is controlled inrefactron.yaml:
autofix.dry_run— Default dry-run for automation (REPL flag overrides per run when passed).autofix.require_verification— If true, fixes that fail verification are not written.
