chore: update Claude Code auto-approvals for abacus-react
Add additional auto-approved commands to improve Claude Code workflow: - git log/tag operations - pnpm dev server - biome formatting - TypeScript compilation - GitHub API access - WebSearch and WebFetch - npm/pnpm package management These are safe, read-only, or routine development operations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,18 @@
|
||||
"Bash(pnpm build:*)",
|
||||
"Bash(pnpm --filter @soroban/web build:*)",
|
||||
"Bash(pnpm tsc:*)",
|
||||
"Bash(AbacusReact.tsx)"
|
||||
"Bash(AbacusReact.tsx)",
|
||||
"Bash(git log:*)",
|
||||
"Bash(pnpm dev)",
|
||||
"Bash(npx biome:*)",
|
||||
"Bash(pnpm --filter @soroban/web tsc:*)",
|
||||
"Bash(git tag:*)",
|
||||
"Bash(gh api:*)",
|
||||
"WebSearch",
|
||||
"WebFetch(domain:schroer.ca)",
|
||||
"WebFetch(domain:github.com)",
|
||||
"Bash(npm search:*)",
|
||||
"Bash(pnpm add:*)"
|
||||
]
|
||||
},
|
||||
"enableAllProjectMcpServers": true,
|
||||
|
||||
Reference in New Issue
Block a user