pub fn list_cron_instructions(project_root: &Path) -> Vec<CronInstructions>Expand description
Every pending cron-instructions record (per-phase files plus a legacy single-slot one), sorted by phase. Unparsable files are skipped.
pub fn list_cron_instructions(project_root: &Path) -> Vec<CronInstructions>Every pending cron-instructions record (per-phase files plus a legacy single-slot one), sorted by phase. Unparsable files are skipped.