diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 00000000..968f6c76 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,25 @@ +{ + "permissions": { + "allow": [ + "Bash(gh pr view:*)", + "Bash(gh api:*)", + "Bash(gh issue view:*)", + "Bash(gh pr list:*)", + "WebFetch(domain:github.com)", + "Bash(make test:*)", + "Bash(go test:*)", + "Bash(go build:*)", + "Bash(pnpm test:*)", + "Bash(pnpm build:*)", + "Bash(pnpm typecheck:*)", + "Bash(pnpm list:*)", + "Bash(node --version:*)", + "Bash(git rebase:*)", + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(git checkout:*)", + "Bash(git push:*)", + "Bash(xargs ls:*)" + ] + } +}