From 7c156813c5f22ebb3d31c6844c6d792129fc828a Mon Sep 17 00:00:00 2001 From: huty Date: Thu, 23 Apr 2026 00:21:05 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20claude=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 2192b83..476a1c6 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -3,7 +3,9 @@ "allow": [ "Bash(pip install:*)", "Bash(python -c ':*)", - "Bash(git add:*)" + "Bash(git add:*)", + "Bash(git reset:*)", + "Bash(git commit -m ':*)" ] } }