pub fn build_single_agent_cron_instructions(
project_root: &Path,
phase: u32,
retry_after: &str,
) -> CronInstructionsExpand description
Build a Hermes cron-instructions manifest for resuming the PRIMARY
single-agent advance() monitor loop (D-09, review consensus #5) via
devflow resume --phase N — distinct from build_cron_instructions,
which resumes the two-agent sequentagent handoff. agent is
intentionally omitted from the resume command: devflow resume loads it
(along with mode and stage) from the phase’s saved state.