Files
famapp/.claude/settings.json
T
ginnoirandClaude Sonnet 4.6 e00c95d4d6 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>
2026-05-06 02:10:38 -05:00

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)"
]
}
}