{ "permissions": { "allow": [ "Bash(git status:*)", "Bash(git diff:*)", "Bash(git log:*)", "Bash(git show:*)", "Bash(git branch:*)", "Bash(git stash list:*)", "Bash(git remote -v)", "Bash(npm run:*)", "Bash(npm test:*)", "Bash(npm install:*)", "Bash(npm ci:*)", "Bash(npm list:*)", "Bash(npm view:*)", "Bash(npm outdated:*)", "Bash(npx eslint:*)", "Bash(npx vite:*)", "Bash(node -v)", "Bash(ls:*)" ], "deny": [ "Read(.env)", "Read(.env.*)", "Read(**/.env)", "Read(**/.env.*)", "Read(**/credentials*)", "Read(**/secrets*)", "Read(**/*.pem)", "Read(**/*.key)" ] } }