--- id: branching-strategy title: Branching Strategy sidebar_position: 3 --- We keep environments aligned with branches: - `dev`: feature work and previews - `staging`: release candidates and QA validation - `main`: production releases > TODO: Document release tagging and hotfix flow.