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 ':*)" ] } }