Last active
July 21, 2025 02:34
-
-
Save hushin/c87f437d2afd9f4d4e1e04707e946ea4 to your computer and use it in GitHub Desktop.
~/.claude/settings.json
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(npm:*)", | |
| "Bash(npx tsc:*)", | |
| "Bash(pnpm:*)", | |
| "Bash(bun:*)", | |
| "Bash(deno:*)", | |
| "Bash(uv:*)", | |
| "Bash(git add:*)", | |
| "Bash(git commit:*)", | |
| "Bash(git status:*)", | |
| "Bash(git diff:*)", | |
| "Bash(git log:*)", | |
| "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:*)", | |
| "Bash(perl:*)", | |
| "Bash(gibo:*)", | |
| "Read(~/ghq/**)", | |
| "Edit(~/ghq/**)", | |
| "Write(~/ghq/**)", | |
| "WebFetch(domain:tailwindcss.com)", | |
| "WebFetch(domain:zenn.dev)", | |
| "WebFetch(domain:hono.dev)", | |
| "WebSearch(*)" | |
| ], | |
| "deny": [ | |
| "Bash(rm -rf /)", | |
| "Bash(rm -rf ~)", | |
| "Bash(rm -rf /*)", | |
| "Bash(rm -rf .git)", | |
| "Bash(sudo rm:*)" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment