Created
August 9, 2026 05:42
-
-
Save up1/cf455d1cad3b35b4c8b2953cd6718116 to your computer and use it in GitHub Desktop.
Claude Code :: permission
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": { | |
| "defaultMode": "auto", | |
| "allow": [ | |
| "Read", | |
| "Grep", | |
| "WebSearch" | |
| ], | |
| "ask": [ | |
| "Bash" | |
| ], | |
| "deny": [ | |
| "Bash(rm -rf *)", | |
| "Edit(~/.ssh/*)" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment