Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Created August 19, 2025 06:17
Show Gist options
  • Save pythoninthegrass/3f60b0381f9bb8263c35ab09372ad5a5 to your computer and use it in GitHub Desktop.
Save pythoninthegrass/3f60b0381f9bb8263c35ab09372ad5a5 to your computer and use it in GitHub Desktop.
{
"permissions": {
"allow": [
"Bash(grep:*)",
"Bash(yarn run *)",
"Bash(yarn lint:*)",
"Bash(yarn workspace:*)",
"Bash(find:*)",
"Bash(mkdir:*)",
"Bash(rg:*)",
"Bash(ls:*)",
"mcp__ide__getDiagnostics",
"Bash(awk:*)",
"Bash(yarn build)",
"Bash(yarn why:*)",
"Bash(yarn info:*)",
"Edit(*)"
],
"deny": ["Bash(npx prisma migrate dev:*)", "Bash(git checkout:*)", "Bash(git add:*)"],
"defaultMode": "acceptEdits"
}
}
@pythoninthegrass
Copy link
Author

Not mine. Dropping here for later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment