{ "permissions": { "allow": [ "Read(//home/vscode/.claude/skills/**)", "Bash(git fetch *)", "Bash(git add *)", "Bash(git commit *)", "Bash(git merge *)", "Bash(git pull *)", "Bash(git push *)", "Bash(git status *)", "Bash(git checkout *)", "Bash(git stash *)", "Bash(git config *)", "Bash(git branch *)", "Bash(git worktree *)", "Bash(git check-ignore *)", "Bash(git ls-tree *)", "Bash(npm install *)", "Bash(npm run *)", "Bash(npx drizzle-kit *)", "Bash(pip install *)", "Bash(terraform fmt *)", "Bash(gh label *)" ], "deny": [ "Bash(npx drizzle-kit generate)", "Bash(npx drizzle-kit push)" ] } }