Skip to main content

build_single_agent_cron_instructions

Function build_single_agent_cron_instructions 

Source
pub fn build_single_agent_cron_instructions(
    project_root: &Path,
    phase: u32,
    retry_after: &str,
) -> CronInstructions
Expand 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.