+6
CLAUDE.md
+6
CLAUDE.md
···
120
120
- Use concise summary line describing the change
121
121
- Add additional details if needed, but keep it focused
122
122
123
+
**CRITICAL: Commit separate concerns separately**
124
+
- Each commit should address ONE specific fix or feature
125
+
- DO NOT bundle multiple unrelated changes into a single commit
126
+
- If fixing multiple bugs, create separate commits for each bug fix
127
+
- Example: Login typeahead fix, card spacing fix, and toast refactor = 3 commits
128
+
123
129
**Example:**
124
130
```bash
125
131
git commit -m "remove deprecated 'followed' field and cleanup codebase