diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 00000000..6a1992c3 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,19 @@ +{ + "permissions": { + "allow": [ + "WebFetch(domain:github.com)", + "Bash(xargs grep:*)", + "WebFetch(domain:raw.githubusercontent.com)", + "WebFetch(domain:api.github.com)", + "WebFetch(domain:jandjheydorn.com)", + "Bash(npx tsc:*)", + "Bash(npx vite:*)", + "Bash(node_modules/.bin/tsc --noEmit --pretty)", + "Bash(npm exec:*)", + "Bash(npm install:*)", + "mcp__puppeteer__puppeteer_navigate", + "mcp__puppeteer__puppeteer_screenshot", + "mcp__puppeteer__puppeteer_evaluate" + ] + } +}