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:
Thomas Hallock
2025-11-05 08:42:57 -06:00
parent e08fdfd676
commit ec887c895c

View File

@@ -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,