Modules§
- audit
- audit_
brief fallow audit --brief(aliasfallow review): deterministic, always-exit-0 rendering mode layered over the audit analysis. Public so the schema-emit binary can derive theReviewBriefOutputenvelope.fallow audit --brief(aliasfallow review): a deterministic rendering mode layered over the existing audit analysis.- audit_
decision_ surface - Decision-surface extractor (stage 6 / 6.G): the apex of the review brief.
Public so the schema-emit binary can derive the
DecisionSurfacetypes. Decision-surface extractor (stage 6 / 6.G): THE product. - audit_
focus - Weighted focus map (stage 4): the composite attention score per review unit
plus the no-skip labels, confidence flags, and escape hatch. Public so the
schema-emit binary can derive the
FocusMaptypes. Weighted focus map (stage 4): a COMPOSITE attention score per review unit that ranks where scarce reviewer attention goes. - audit_
walkthrough - Agent-contract loop (the codiff pattern, graph-extended): the walkthrough
guide (digest + schema + graph-snapshot pin) and the
--walkthrough-filepost-validation against the live graph. Public so the schema-emit binary can derive the guide + validation envelopes. Agent-contract loop (the codiff pattern, graph-extended). - codeowners
- CODEOWNERS file parser and ownership lookup. CODEOWNERS file parser and ownership lookup.
- error
- Structured error output for CLI and JSON formats.
- explain
- Metric and rule definitions for explainable CLI output. Metric and rule definitions for explainable CLI output.
- impact
- Fallow Impact: local, opt-in value reporting.
- regression
- Regression detection: baseline comparison and tolerance checking.
- report
- Report formatting utilities for analysis results.
- security
fallow securitycommand: opt-in local security-candidate surface.- signal
- Process-wide signal handling and scoped child-process registry.
See
signal/mod.rsfor the design rationale. Process-wide signal handling and scoped child-process registry.
Enums§
- Analysis
Kind - Analysis types for –only/–skip selection.
- GroupBy
- Grouping mode for
--group-by.