diff --git a/.claude/settings.local.json b/.claude/settings.local.json index f35960a..6f37bc3 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,7 +2,13 @@ "permissions": { "allow": [ "WebSearch", - "Bash(npm install:*)" + "Bash(npm install:*)", + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(npm run:*)", + "Bash(git show-ref:*)", + "Bash(git checkout:*)", + "mcp__plugin_playwright_playwright__browser_navigate" ] } }