Expand description
Development phase execution.
This module handles the development phase of the Ralph pipeline, which consists of iterative planning and execution cycles. Each iteration:
- Creates a PLAN.md from PROMPT.md
- Executes the plan
- Deletes PLAN.md
- Optionally runs fast checks
Structs§
- DevIteration
Result - Result of a single development iteration.
- Development
Result - Result of the development phase.
Functions§
- run_
development_ iteration_ with_ xml_ retry - Run a single development iteration with XML extraction and XSD validation retry loop.
- run_
development_ phase - Run the development phase.
- run_
planning_ step - Run the planning step to create PLAN.md.