diff --git a/CLAUDE.md b/CLAUDE.md index eb64572..b7408c8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -8,7 +8,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Workflow -Do not commit directly to `master`. All feature work goes on a `feature/` branch and all bug fixes go on a `fix/` branch, merged back via PR. +Do not commit directly to `master` or `develop`. All feature work goes on a `feature/` branch and all bug fixes go on a `fix/` branch, cut from `develop` and merged back into `develop` via PR. `develop` is periodically merged into `master` with its commits squashed into a single release commit — `master` should only ever contain release commits. ## Build