pub fn build_single_agent_cron_instructions(
project_root: &Path,
phase: PhaseId,
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. agent is intentionally omitted from the
resume command: devflow resume loads it (along with mode and stage)
from the phase’s saved state.