//! Evidence-weighted audit of statements in a repository corpus.
//!
//! The reasoning core is deliberately pure: callers supply a corpus snapshot
//! and captured evidence, and receive a deterministic, replayable links network.
//! Filesystem discovery and network capture stay at the boundary.
pub use audit_corpus;
pub use ;
pub use requirement_claim;
pub use ;