ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto

update CLAUDE.md with separate commit guidance

Add critical note that each commit should address ONE specific fix or feature.
Multiple unrelated changes should be committed separately for clearer history.

byarielm.fyi 8e9efd25 33eab559

verified
Changed files
+6
+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