Expand description
DevFlow state machine.
Drives the development workflow through a single linear chain of five stages:
Define → Plan → Code → Validate → Ship. See crate::stage::Stage.
Structs§
- Agent
Parse Error - Error returned when parsing an unsupported agent name.
- State
- Full workflow state persisted to
.devflow/state.json.
Enums§
- Agent
Kind - Supported coding agents.