Created
August 19, 2025 06:17
-
-
Save pythoninthegrass/3f60b0381f9bb8263c35ab09372ad5a5 to your computer and use it in GitHub Desktop.
Puzzmo claude code config (https://blog.puzzmo.com/posts/2025/07/30/six-weeks-of-claude-code/)
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(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" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not mine. Dropping here for later