//! Reviewer artifact record / verify.
//!
//! Stage 4 implementation of [ADR-0003] (artifact-over-signing) and
//! [ADR-0005] (sampling verification). Reviewers `record` a command and
//! its output into `.review/round-N/<kind>-<name>.md`; CI later `verify`s
//! a sample by re-running each command and comparing the normalised hash.
//!
//! [ADR-0003]: ../../wiki/decisions/0003-artifact-over-signing.md
//! [ADR-0005]: ../../wiki/decisions/0005-sampling-verification.md
pub use ReviewerKind;
pub use compute_hash;
pub use ;
pub use ;
pub use ;
pub use ;