//! Release Preflight Checks
//!
//! Preflight check methods for ReleaseOrchestrator extracted from releaser.rs.
//! Contains all check_* methods for various quality gates.
//!
//! The common command-execution pattern is factored into [`helpers::run_check_command`],
//! which handles argument parsing, spawning, UTF-8 decoding, and the
//! not-found / general-error branches that every check shares.
// Re-export helper functions for use by other modules
pub use ;