//! Module: persistence::integrity
//!
//! Responsibility: verify persisted backup manifests, journals, and artifacts agree.
//! Does not own: JSON persistence, manifest construction, or restore execution.
//! Boundary: exposes integrity reports and backup artifact path resolution.
pub use verify_layout_integrity;
pub use verify_execution_integrity;
pub use resolve_backup_artifact_path;
pub use ;