//! Domain layer containing core business logic.
//!
//! This module contains the core domain types and logic for ADRScope,
//! independent of external concerns like I/O, parsing, or rendering.
pub use ;
pub use ;
pub use Frontmatter;
pub use ;
pub use AdrStatistics;
pub use Status;
pub use ;