Created
December 1, 2025 13:08
-
-
Save nienkedekker/61a722d321d3443ffa9e9467bbd4b3b7 to your computer and use it in GitHub Desktop.
Claude local settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "permissions": { | |
| "allow": [ | |
| "Bash(turbo build:*)", | |
| "Bash(turbo format:*)", | |
| "Bash(turbo lint:*)", | |
| "Bash(npm:*)", | |
| "Bash(mv:*)", | |
| "Bash(mkdir:*)", | |
| "Bash(find:*)", | |
| "Bash(grep:*)", | |
| "Task", | |
| "Glob", | |
| "Grep", | |
| "LS", | |
| "Read", | |
| "Edit", | |
| "MultiEdit", | |
| "Write", | |
| "WebFetch", | |
| "WebSearch", | |
| "Bash(npx:*)", | |
| "Bash(uv:*)", | |
| "Bash(cat:*)", | |
| "Bash(grep:*)", | |
| "Bash(rg:*)", | |
| "Bash(ag:*)", | |
| "Bash(cp:*)", | |
| "Bash(find:*)", | |
| "Bash(ls:*)", | |
| "Bash(mkdir:*)", | |
| "Bash(touch:*)", | |
| "Bash(echo:*)", | |
| "Bash(which:*)", | |
| "Bash(pwd)", | |
| "Bash(cd:*)", | |
| "Bash(tree:*)", | |
| "Bash(jq:*)", | |
| "Bash(head:*)", | |
| "Bash(tail:*)", | |
| "Bash(wc:*)", | |
| "Bash(sort:*)", | |
| "Bash(awk:*)", | |
| "Bash(sed:*)", | |
| "WebSearch", | |
| "Bash(npm test:*)", | |
| "Bash(npm run lint)", | |
| "Bash(git add:*)", | |
| "Bash(pip install pytest)", | |
| "Bash(turbo type-check:*)" | |
| ], | |
| "deny": [ | |
| "Bash(rm -rf /)", | |
| "Bash(rm -rf ~)", | |
| "Bash(rm -rf /*)", | |
| "Bash(rm -rf .git)", | |
| "Bash(sudo rm:*)" | |
| ], | |
| "ask": [], | |
| "defaultMode": "acceptEdits" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment