Expand permission allowlist to reduce approval prompts
Adds git add/commit/push and pnpm typecheck/format/format:check so routine dev-loop actions no longer require manual approval. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
e237fe8449
commit
e00c95d4d6
@@ -6,7 +6,13 @@
|
||||
"Bash(pnpm install *)",
|
||||
"Bash(pnpm build *)",
|
||||
"Bash(pnpm lint *)",
|
||||
"Bash(pnpm dev *)"
|
||||
"Bash(pnpm dev *)",
|
||||
"Bash(pnpm typecheck)",
|
||||
"Bash(pnpm format)",
|
||||
"Bash(pnpm format:check)",
|
||||
"Bash(git add *)",
|
||||
"Bash(git commit *)",
|
||||
"Bash(git push)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user