Ver Fonte

docs: add branch naming guidance

Dax Raad há 3 meses atrás
pai
commit
cc22646467
1 ficheiros alterados com 6 adições e 0 exclusões
  1. 6 0
      AGENTS.md

+ 6 - 0
AGENTS.md

@@ -2,6 +2,12 @@
 - The default branch in this repo is `dev`.
 - The default branch in this repo is `dev`.
 - Local `main` ref may not exist; use `dev` or `origin/dev` for diffs.
 - Local `main` ref may not exist; use `dev` or `origin/dev` for diffs.
 
 
+## Branch Names
+
+Use a short branch name of at most three words, separated by hyphens. Do not use slashes or type prefixes such as `feat/` or `fix/`.
+
+Examples: `session-recovery`, `fix-scroll-state`, `regenerate-sdk`.
+
 ## Commits and PR Titles
 ## Commits and PR Titles
 
 
 Use conventional commit-style messages and PR titles: `type(scope): summary`.
 Use conventional commit-style messages and PR titles: `type(scope): summary`.