Skip to content

Commit 2eccf1c

Browse files
committed
CLAUDE.md: avoid shopping cart lists
Make Claude Code stop creating shopping cart lists on commit logs. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent bfd45b4 commit 2eccf1c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CLAUDE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,16 @@ Generated-by: Claude AI
453453
Signed-off-by: Your Name <[email protected]>
454454
```
455455
456+
## Avoid Shopping cart lists
457+
458+
Generative AI seems to like to make commit logs long itemized lists of things
459+
it did. This is stupid. This should be avoided. It is creating very silly
460+
commit logs. Use plain english and get to the point. Be as clear a possible
461+
and get to the point of not what you want to communicate, but rather what
462+
will make a reviewer easily understand what the heck you are implementing.
463+
464+
You should *think* hard about your commit log, always.
465+
456466
## Code Quality Requirements
457467
458468
**IMPORTANT**: Before completing any work, you MUST run `make style` to check for

0 commit comments

Comments
 (0)