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§
- GitFlow
Config - 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.