Skip to main content

Module config

Module config 

Source
Expand description

Git-flow branch model.

DevFlow has no .devflow.yaml and no automation toggles — all behavior is driven by CLI flags (--mode, --agent, …). The only project configuration left is the git-flow branch model, and that is hardcoded to opinionated constants: main, develop, and the feature/ prefix.

Structs§

GitFlowConfig
The fixed git-flow branch names used by the current pipeline.

Constants§

DEVELOP
Development/integration branch name.
FEATURE_PREFIX
Prefix for per-phase feature branches.
MAIN
Production/release branch name.