From 876ace50ec8ab7b15c5600436611658abe646677 Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Mon, 29 Sep 2025 09:44:55 -0500 Subject: [PATCH] chore: update Claude Code permissions for development workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add new localhost ports for testing and development - Include additional bash commands for E2E testing and debugging - Enable Playwright testing and browser automation permissions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/settings.local.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index efc84d6f..2842e17b 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -151,7 +151,20 @@ "Bash(git pull:*)", "WebFetch(domain:antialias.github.io)", "Bash(open http://localhost:3006/games/matching)", - "Bash(gh api:*)" + "Bash(gh api:*)", + "Bash(npx playwright test:*)", + "Bash(open http://localhost:3001/games/matching)", + "Bash(open http://localhost:3001/games/memory-quiz)", + "Bash(open http://localhost:3002)", + "Bash(open \"data:text/html,

Check browser console

\")", + "Bash(npx playwright:*)", + "Bash(open \"data:text/html,

Check browser console

\")", + "Bash(xargs sed:*)", + "Bash(open http://localhost:3003/games/matching)", + "Bash(open http://localhost:3003/arcade/matching)", + "Bash(open http://localhost:3000)", + "Bash(open http://localhost:3003/games/memory-quiz)", + "Bash(open http://localhost:3001)" ], "deny": [], "ask": []