# Fix Scripts Scripts in `api/fix/` make automated corrections to source files. All scripts: - Extend `CliBase` - Support `--dry-run` (preview changes without writing) - Support `--help` for usage information - Operate on tracked files only (respects `.gitignore`) Always run with `--dry-run` first to review changes before applying them. ```bash php api/fix/