Set up branching structure and add branching rules to CLAUDE.md

Create develop branch from main and document the branching strategy
(main/develop/feature/*) in CLAUDE.md to enforce the workflow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julian Tabel
2026-02-10 11:50:11 +01:00
parent bd267499b8
commit 7b383dd982
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
# Branching Strategy
- **Never commit directly to `main`.** `main` is always production-ready.
- Day-to-day work happens on `develop`.
- New work is done on `feature/*` branches off `develop`.
- Merge flow: `feature/*``develop``main`.
# Instructions
- After completing a task, always ask the user if they'd like to commit the changes.