Skip to content

Commit 87b65b2

Browse files
committed
docs: Add git conventions to CLAUDE.md
1 parent a47dd92 commit 87b65b2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,25 @@ The app is configured for Firebase Hosting with automatic GitHub Actions deploym
137137
- `.css` - Stylesheets
138138
- `.js` - Config files (tailwind.config.js, postcss.config.js, eslint.config.js)
139139
- `.json` - Firebase and package configuration
140+
141+
## Git Conventions
142+
143+
### Commit Format
144+
```
145+
feat: Add <description>
146+
fix: Fix <description>
147+
docs: Update <description>
148+
```
149+
150+
- Use lowercase after the prefix
151+
- Keep messages concise and descriptive
152+
153+
### Branch Naming
154+
```
155+
release/v{version}-{short-description}
156+
```
157+
Example: `release/v4.1.0-neon-status-particle`
158+
159+
### Important Rules
160+
- **Never add `Co-Authored-By: Claude` lines** to any commit messages or PR descriptions
161+
- **Never include AI attribution** in commits, PRs, or any git history

0 commit comments

Comments
 (0)