diff --git a/CLAUDE.md b/CLAUDE.md index 636b8de..084a933 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -87,9 +87,13 @@ For the embedding-heavy tests (separate job in CI): `pip install ## Ship a feature branch +`test` is the integration branch — base feature branches on it and +target it in the PR. Docs-only changes may branch off `main` instead +(see the worktree note below). + ```bash -git fetch origin main -git switch -c / origin/main +git fetch origin test +git switch -c / origin/test # … work … make check git add # never `git add -A` — leaks .claude/, web/, etc.