Skip to main content

Safety and Dry-run

Default scan mode is a useful preview: it discovers files and reports proposed changes but does not write. --apply opts into writes. --dry-run is a stronger explicit simulation flag and wins over both --apply and apply = true in configuration.

path-header-scanner scan app
path-header-scanner scan app --apply --dry-run # still non-mutating

Dry-run initialization also prevents scaffolding writes. Diagnostic log files may still be written.