🔖 3.2.15

This commit is contained in:
Tw93
2025-08-22 17:49:55 +08:00
parent 974bc2885c
commit c01bd99419
4 changed files with 6 additions and 8 deletions

View File

@@ -174,6 +174,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
- **NEVER execute git tag or push operations** - User handles all tag creation and GitHub pushes
- Only make code changes, user decides when and how to commit
- Test before user commits