diff --git a/CLAUDE.md b/CLAUDE.md index 28ab3bd..b981fb1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,6 +6,7 @@ - Merge flow: `feature/*` → `develop` → `main`. - **Squash merge** `feature/*` into `develop` (one clean commit per feature). - **Merge commit** `develop` into `main` (marks deploy points). +- Always `git pull` the target branch before merging into it. # Instructions