🔖 3.2.8

This commit is contained in:
Tw93
2025-08-21 20:31:09 +08:00
parent 210646f359
commit d37738c032
4 changed files with 7 additions and 6 deletions

View File

@@ -172,6 +172,7 @@ cargo check --manifest-path=src-tauri/Cargo.toml
- **NEVER commit code automatically** - User handles all git operations
- **NEVER generate commit messages** - User writes their own commit messages
- **NEVER run npm publish automatically** - Always remind user to run it manually
- Only make code changes, user decides when and how to commit
- Test before user commits