chore(claude): add bash permissions for gh, git, and pnpm commands

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-25 14:30:25 +00:00
parent dc96333cfc
commit 4efe626609

View File

@@ -13,9 +13,14 @@
"Bash(gem list:*)",
"Bash(gh issue view:*)",
"Bash(gh pr diff:*)",
"Bash(gh pr list:*)",
"Bash(gh pr view:*)",
"Bash(gh repo view:*)",
"Bash(git add:*)",
"Bash(git log:*)",
"Bash(git rev-parse:*)",
"Bash(git show:*)",
"Bash(git status:*)",
"Bash(go build:*)",
"Bash(go get:*)",
"Bash(go mod init:*)",
@@ -29,6 +34,12 @@
"Bash(pnpm build:*)",
"Bash(pnpm install:*)",
"Bash(pnpm lint:*)",
"Bash(pnpm run build:*)",
"Bash(pnpm run check-types:*)",
"Bash(pnpm run compile)",
"Bash(pnpm run lint:*)",
"Bash(pnpm run lint:fix:*)",
"Bash(pnpm run test:*)",
"Bash(pnpm test:*)",
"Bash(pnpm typecheck:*)",
"Bash(wc:*)",