From 35310beccfc70dec02de563f972deb6a8a86c146 Mon Sep 17 00:00:00 2001 From: Amit Haridas Date: Mon, 1 Sep 2025 23:14:36 +0530 Subject: [PATCH] Add Claude settings --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 93967ae..bf1a07b 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -17,7 +17,8 @@ "Bash(gh release upload:*)", "Bash(npm install:*)", "Bash(npm uninstall:*)", - "Bash(git add:*)" + "Bash(git add:*)", + "Bash(git commit:*)" ], "deny": [] }