fallow audit --brief (alias fallow review): deterministic, always-exit-0
rendering mode layered over the audit analysis. Public so the schema-emit
binary can derive the ReviewBriefOutput envelope.
fallow audit --brief (alias fallow review): a deterministic rendering
mode layered over the existing audit analysis.
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 FocusMap types.
Weighted focus map (stage 4): a COMPOSITE attention score per review unit
that ranks where scarce reviewer attention goes.
Agent-contract loop (the codiff pattern, graph-extended): the walkthrough
guide (digest + schema + graph-snapshot pin) and the --walkthrough-file
post-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).
Process-wide signal handling and scoped child-process registry.
See signal/mod.rs for the design rationale.
Process-wide signal handling and scoped child-process registry.