Skip to content

Instantly share code, notes, and snippets.

@up1
Created August 9, 2026 05:42
Show Gist options
  • Select an option

  • Save up1/cf455d1cad3b35b4c8b2953cd6718116 to your computer and use it in GitHub Desktop.

Select an option

Save up1/cf455d1cad3b35b4c8b2953cd6718116 to your computer and use it in GitHub Desktop.
Claude Code :: permission
{
"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