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:
ginnoir
2026-05-06 02:10:38 -05:00
co-authored by Claude Sonnet 4.6
parent e237fe8449
commit e00c95d4d6
+7 -1
View File
@@ -6,7 +6,13 @@
"Bash(pnpm install *)", "Bash(pnpm install *)",
"Bash(pnpm build *)", "Bash(pnpm build *)",
"Bash(pnpm lint *)", "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)"
] ]
} }
} }