pub fn load_cron_instructions(
project_root: &Path,
phase: u32,
) -> Result<CronInstructions, ShipError>Expand description
Load a phase’s Hermes cron instructions, or ShipError::Missing if
absent. Falls back to a legacy single-slot record when it names this phase.