Skip to main content

Module audit

Module audit 

Source

Structs§

AuditAttribution
New-vs-inherited issue counts for audit.
AuditOptions
AuditResult
Full audit result containing verdict, summary, and sub-results.
AuditSummary
Per-category summary counts for the audit result.

Enums§

AuditVerdict
Verdict for the audit command.

Functions§

execute_audit
Run the audit pipeline: resolve base ref, run analyses, compute verdict.
print_audit_result
Print audit results and return the appropriate exit code.
process_is_alive
run_audit
Run the full audit command: execute analyses, print results, return exit code. Run audit, optionally tagged with a gate marker (e.g. "pre-commit") so Fallow Impact can record a containment event when the gate blocks then clears. The marker only affects the local Impact store; it never changes the verdict, exit code, or output.