Skip to content

Commit f2e3c2a

Browse files
authored
chore(docs): add co-author rules and standardize branch naming (#82)
* docs: add CLAUDE.md for Claude Code guidance * chore(docs): add co-author rules and standardize branch naming - Add critical rules 8-9 prohibiting co-author information and generated-by statements on commits and pull requests - Standardize branch naming to 3-part format: type/scope/short-description
1 parent 089cd55 commit f2e3c2a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1010
2. **Conventional commits** - Format: `type(scope): description`
1111
3. **GitHub Issues for TODOs** - Use `gh` CLI to manage issues, no local TODO files. Use conventional commit format for issue titles
1212
4. **Pull Request titles** - Use conventional commit format (same as commits)
13-
5. **Branch naming** - Use format: `type/short-description` (e.g., `feat/settings-dialog`)
13+
5. **Branch naming** - Use format: `type/scope/short-description` (e.g., `feat/action/new-input`)
1414
6. **Working an issue** - Always create a new branch from an updated main branch
1515
7. **Check branch status before pushing** - Verify the remote tracking branch still exists. If a PR was merged/deleted, create a new branch from main instead
16+
8. **No co-authors** - Do not add co-author information on commits or pull requests
17+
9. **No "generated by" statements** - Do not add generated-by statements on pull requests
1618

1719
---
1820

0 commit comments

Comments
 (0)