Add pull-before-merge rule to CLAUDE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julian Tabel
2026-02-10 12:58:52 +01:00
parent 9ea03c598a
commit 1842aa947b

View File

@@ -6,6 +6,7 @@
- Merge flow: `feature/*``develop``main`. - Merge flow: `feature/*``develop``main`.
- **Squash merge** `feature/*` into `develop` (one clean commit per feature). - **Squash merge** `feature/*` into `develop` (one clean commit per feature).
- **Merge commit** `develop` into `main` (marks deploy points). - **Merge commit** `develop` into `main` (marks deploy points).
- Always `git pull` the target branch before merging into it.
# Instructions # Instructions