pub(crate) fn cmd_validate_strict_dir(
directory: PathBuf,
output: Option<PathBuf>,
) -> Result<()>Expand description
Strict mode against a directory: walk every .milk file, run the
pipeline, emit a CSV report, and print a stage-by-stage summary so
the long tail can be triaged without re-reading the CSV.