tomaytotomato
an hour ago
Not a criticism, but why would I use this instead of locking down my Claude using the allow/deny permissions list?
"permissions": {
"allow": [
"Bash(npm run lint)",
"Bash(npm run test *)",
"Read(~/.zshrc)"
],
"deny": [
"Bash(curl *)",
"Read(./.env)",
"Read(./.env.*)",
"Read(./secrets/**)"
]
},FishAngular12
an hour ago
Where would one put this? In AGENTS.md?
abirch
an hour ago
Your settings file: User settings are defined in ~/.claude/settings.json
or /permissions