From 91917c6413d6daedccc80aed3ceac353fadc20af Mon Sep 17 00:00:00 2001 From: Marty Pradere Date: Fri, 15 May 2026 12:49:35 -0700 Subject: [PATCH 1/4] Document Git branch naming and PR conventions in CLAUDE.md Add Git Branch Naming section covering develop, feature branches (snake_case label), release-targeted branches, and SNAPSHOT/release branches. Expand Pull Request Format to defer to pull_request_template.md when present and require user confirmation before creating branches or PRs. Co-Authored-By: Claude Opus 4.7 (1M context) --- CLAUDE.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 3960577764..0e2bcc138e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -124,6 +124,20 @@ All external library versions are centralized in `gradle.properties` (200+ versi When searching for Java method usages, always include `*.jsp` and `*.jspf` files in addition to `*.java`. JSP files contain inline Java code and are significant callers of API methods (especially anything in `JspBase`). +## Git Branch Naming + +- `develop` — primary development branch (protected; no direct commits). +- `fb_