//! Preflight checks and helpers.
//!
//! This module provides best-effort filesystem and policy gating checks used by the
//! higher-level API. It also exposes a small helper to render a `PreflightReport`
//! into a SPEC-aligned YAML sequence for fixtures and artifacts.
// Re-export common helpers for convenience
pub use ;
pub use to_yaml;