Skip to main content

Module state

Module state 

Source
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§

AgentParseError
Error returned when parsing an unsupported agent name.
State
Full workflow state persisted to .devflow/state.json.

Enums§

AgentKind
Supported coding agents.