Skip to content

Commit 15913c8

Browse files
committed
chore: CLAUDE.md session updates
1 parent 8e9c9c7 commit 15913c8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CLAUDE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
- Always check what files are being staged before committing
99
- Ask for confirmation if dependency files would be included unintentionally
1010

11+
## Git Commit Message Rules
12+
13+
**IMPORTANT**: Commit messages must be user-friendly and business-focused:
14+
- **Main message** should describe what the change accomplishes for users/business
15+
- **Secondary lines** can include technical implementation details
16+
- Focus on the problem being solved rather than technical jargon in the main message
17+
- Example:
18+
- Good: "Fix product import when image uploads fail"
19+
- Bad: "Add Promise.allSettled and timeout handling to parseProduct"
20+
- Keep main message concise and clear about the user impact
21+
- Technical details belong in the commit body, not the subject line
22+
1123
## Project Context
1224

1325
Complete platform on top of headless commerce APIs. High performant Astro + Vue storefront with built-in CMS. Integrations for payments, shipping, ERPs, CRMs and others. Truly extensible event-driven and serverless architecture. Easy and cheap deploy to Firebase.

0 commit comments

Comments
 (0)