// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0
//! MARCH self-check quality pipeline.
//!
//! Provides post-response factual consistency checking via a two-stage
//! Proposer → Checker pipeline. Enabled by the `self-check` feature flag.
//!
//! See [`pipeline::SelfCheckPipeline`] for the entry point.
pub use QualityConfig;
pub use ;
pub use SelfCheckReport;