Skip to content

Instantly share code, notes, and snippets.

@nienkedekker
Created December 1, 2025 13:08
Show Gist options
  • Select an option

  • Save nienkedekker/61a722d321d3443ffa9e9467bbd4b3b7 to your computer and use it in GitHub Desktop.

Select an option

Save nienkedekker/61a722d321d3443ffa9e9467bbd4b3b7 to your computer and use it in GitHub Desktop.
Claude local settings
{
"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