Skip to content

Instantly share code, notes, and snippets.

@nielsvaes
Last active April 7, 2026 07:47
Show Gist options
  • Select an option

  • Save nielsvaes/42374a859b1d528f13ee91a0a774f2e7 to your computer and use it in GitHub Desktop.

Select an option

Save nielsvaes/42374a859b1d528f13ee91a0a774f2e7 to your computer and use it in GitHub Desktop.
Permissions to work
"permissions": {
"allow": [
"Bash(*)",
"WebSearch",
"WebFetch",
"Edit",
"Write",
"Find",
"Read",
"Search"
],
"ask": [
"Bash(rm *)",
"Bash(del *)",
"Bash(rmdir *)",
"Bash(rd *)",
"Bash(git push --force)",
"Bash(git reset --hard)",
"Bash(git clean)"
],
"deny": [
"Bash(chmod 777 *)",
"Bash(sudo rm *)",
"Bash(> *)",
"Bash(dd *)",
"Bash(:> *)"
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment