From a52a105c1f0281c0b7610084ac04abe98ab2ea32 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 20 Aug 2025 15:13:54 +0800 Subject: [PATCH] :bug: update claude --- CLAUDE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 6abcfe7..e7733f1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -163,12 +163,12 @@ cargo check --manifest-path=src-tauri/Cargo.toml - Write self-documenting code - Follow existing patterns consistently -**Commit Guidelines:** +**Git and Commit Guidelines:** -- Commit working code incrementally -- Use clear, descriptive messages -- Never bypass commit hooks -- Test before committing +- **NEVER commit code automatically** - User handles all git operations +- **NEVER generate commit messages** - User writes their own commit messages +- Only make code changes, user decides when and how to commit +- Test before user commits ## Branch Strategy