pub fn delete_cron_instructions( project_root: &Path, phase: u32, ) -> Result<(), ShipError>
Remove a phase’s cron-instructions record (and a legacy single-slot record naming the same phase). Idempotent.