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>
19 lines
377 B
JSON
19 lines
377 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pnpm add *)",
|
|
"Bash(pnpm dlx *)",
|
|
"Bash(pnpm install *)",
|
|
"Bash(pnpm build *)",
|
|
"Bash(pnpm lint *)",
|
|
"Bash(pnpm dev *)",
|
|
"Bash(pnpm typecheck)",
|
|
"Bash(pnpm format)",
|
|
"Bash(pnpm format:check)",
|
|
"Bash(git add *)",
|
|
"Bash(git commit *)",
|
|
"Bash(git push)"
|
|
]
|
|
}
|
|
}
|