🐛 update claude

This commit is contained in:
Tw93
2025-08-20 15:13:54 +08:00
parent 3c1a1ec338
commit a52a105c1f

View File

@@ -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