Skip to main content

Module coder_prompt_phase

Module coder_prompt_phase 

Source
Expand description

Coder-prompt phase machine (see concepts.md §6).

Inside each run_coder_prompt, the mini loop moves through Investigate, WindDown, and Terminal phases. This module names the phase enum for documentation and typing; transition logic stays in loop_inner_phases and related mini modules.

Enums§

MiniPhase
Phase of the mini inner loop for one coder prompt.