Skip to content

Commit e8ce855

Browse files
leomp12claude
andcommitted
chore: Add Claude Code configuration with git staging rules
- Configure git staging rules to exclude package.json and lock files by default - Add project context for e-com.plus Cloud Commerce platform - Set up guidelines for dependency file handling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f341964 commit e8ce855

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# e-com.plus Cloud Commerce Configuration
2+
3+
## Git Staging Rules
4+
5+
**IMPORTANT**: When performing git add and commit operations:
6+
- NEVER stage package.json and lock files (package-lock.json, yarn.lock, pnpm-lock.yaml) unless explicitly requested
7+
- Exception: Only stage dependency files when the user specifically asks to "add dependency files" or similar explicit instruction
8+
- Always check what files are being staged before committing
9+
- Ask for confirmation if dependency files would be included unintentionally
10+
11+
## Project Context
12+
13+
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.
14+
15+
This project includes multiple store submodules with dependencies that frequently change during development.

0 commit comments

Comments
 (0)