Modules§
- codeowners
- CODEOWNERS file parser and ownership lookup.
- explain
- CLI rendering for explainable rule output.
- report
Enums§
- Audit
Gate Arg - CLI mirror of
fallow_config::AuditGate. - Effort
Filter - Filter refactoring targets by effort level.
- Email
Mode Arg - Privacy mode for author emails emitted by
--ownership. - Health
Severity Cli - CLI parser for the health severity gate.
Functions§
- canonical_
root_ hash - Re-exported for integration tests so they hash reusable-cache roots through
the exact production path (
duncecanonicalization + platform path-identity bytes) rather than an approximation that diverges on Windows. - run
- Run the full fallow CLI: parse argv, dispatch the selected command, and
return the process exit code. This is the crate’s single entry point; the
fallowbinary and the multicallfallow-multicallbinary both delegate here so there is exactly one clap tree and one dispatch path.