Skip to content

Commit 1823140

Browse files
committed
Add branching strategy to CLAUDE.md
Document the staging branch workflow: feature branches target staging for PRs, and staging is PRed to main for releases.
1 parent 5df63d7 commit 1823140

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ See `.devcontainer/CLAUDE.md` for full devcontainer documentation.
66

77
## Development Rules
88

9+
### Branching Strategy
10+
11+
- **`main`** — production/release branch. Only updated via PRs from `staging`.
12+
- **`staging`** — integration branch. All feature/fix branches target `staging` for PRs.
13+
- Feature and fix branches should be created from `staging` and PRed back to `staging`.
14+
- PRs from `staging` to `main` are used for releases.
15+
916
### Changelog
1017

1118
Every change MUST have a corresponding entry in `.devcontainer/CHANGELOG.md`.

0 commit comments

Comments
 (0)