🐛 update claude
This commit is contained in:
10
CLAUDE.md
10
CLAUDE.md
@@ -163,12 +163,12 @@ cargo check --manifest-path=src-tauri/Cargo.toml
|
|||||||
- Write self-documenting code
|
- Write self-documenting code
|
||||||
- Follow existing patterns consistently
|
- Follow existing patterns consistently
|
||||||
|
|
||||||
**Commit Guidelines:**
|
**Git and Commit Guidelines:**
|
||||||
|
|
||||||
- Commit working code incrementally
|
- **NEVER commit code automatically** - User handles all git operations
|
||||||
- Use clear, descriptive messages
|
- **NEVER generate commit messages** - User writes their own commit messages
|
||||||
- Never bypass commit hooks
|
- Only make code changes, user decides when and how to commit
|
||||||
- Test before committing
|
- Test before user commits
|
||||||
|
|
||||||
## Branch Strategy
|
## Branch Strategy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user