Broaden Claude Code permissions to reduce approval prompts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(STORYKIT_PORT=*)",
|
||||
"Bash(cargo build:*)",
|
||||
"Bash(cargo check:*)",
|
||||
"Bash(cargo clippy:*)",
|
||||
@@ -10,22 +11,16 @@
|
||||
"Bash(cargo watch:*)",
|
||||
"Bash(claude:*)",
|
||||
"Bash(curl:*)",
|
||||
"Bash(git -C:*)",
|
||||
"Bash(git add:*)",
|
||||
"Bash(git branch:*)",
|
||||
"Bash(git checkout:*)",
|
||||
"Bash(git commit:*)",
|
||||
"Bash(git merge:*)",
|
||||
"Bash(git mv:*)",
|
||||
"Bash(git push:*)",
|
||||
"Bash(git rm:*)",
|
||||
"Bash(git stash:*)",
|
||||
"Bash(git stash pop:*)",
|
||||
"Bash(git stash push:*)",
|
||||
"Bash(git status:*)",
|
||||
"Bash(git worktree *)",
|
||||
"Bash(cd *)",
|
||||
"Bash(git *)",
|
||||
"Bash(kill *)",
|
||||
"Bash(lsof *)",
|
||||
"Bash(ls:*)",
|
||||
"Bash(lsof:*)",
|
||||
"Bash(mkdir *)",
|
||||
"Bash(mv *)",
|
||||
"Bash(ps *)",
|
||||
"Bash(pwd *)",
|
||||
"Bash(rm *)",
|
||||
"Bash(npm run build:*)",
|
||||
"Bash(npx @biomejs/biome check:*)",
|
||||
"Bash(npx @playwright/test test:*)",
|
||||
@@ -37,10 +32,12 @@
|
||||
"Bash(pnpm build:*)",
|
||||
"Bash(pnpm install:*)",
|
||||
"Bash(pnpm run build:*)",
|
||||
"Bash(pnpm run test:coverage:*)",
|
||||
"Bash(pnpm run test:*)",
|
||||
"Bash(pnpm test:*)",
|
||||
"Bash(printf:*)",
|
||||
"Bash(python3:*)",
|
||||
"Bash(sleep *)",
|
||||
"Bash(touch *)",
|
||||
"WebFetch(domain:crates.io)",
|
||||
"WebFetch(domain:docs.rs)",
|
||||
"WebFetch(domain:github.com)",
|
||||
|
||||
Reference in New Issue
Block a user