Skip to content

Instantly share code, notes, and snippets.

@crisu83
Last active January 28, 2026 08:07
Show Gist options
  • Select an option

  • Save crisu83/2bef5846cb592bd4b752636f361a5609 to your computer and use it in GitHub Desktop.

Select an option

Save crisu83/2bef5846cb592bd4b752636f361a5609 to your computer and use it in GitHub Desktop.
Claude Code Settings
{
"permissions": {
"allow": [
"Bash(cat *)",
"Bash(dotnet *)",
"Bash(env)",
"Bash(find *)",
"Bash(gh api*)",
"Bash(gh issue list*)",
"Bash(gh issue status*)",
"Bash(gh issue view*)",
"Bash(gh pr checks*)",
"Bash(gh pr list*)",
"Bash(gh pr status*)",
"Bash(gh pr view*)",
"Bash(gh repo view*)",
"Bash(git blame*)",
"Bash(git branch*)",
"Bash(git cherry*)",
"Bash(git config --get*)",
"Bash(git config --list*)",
"Bash(git describe*)",
"Bash(git diff*)",
"Bash(git fetch*)",
"Bash(git grep*)",
"Bash(git log*)",
"Bash(git ls-files*)",
"Bash(git merge-base*)",
"Bash(git reflog*)",
"Bash(git remote*)",
"Bash(git rev-parse*)",
"Bash(git shortlog*)",
"Bash(git show*)",
"Bash(git stash list*)",
"Bash(git stash show*)",
"Bash(git status*)",
"Bash(git tag*)",
"Bash(grep *)",
"Bash(head *)",
"Bash(ls *)",
"Bash(node -v*)",
"Bash(npx *)",
"Bash(open *)",
"Bash(printenv*)",
"Bash(pwd)",
"Bash(tail *)",
"Bash(wc *)",
"Bash(which *)",
"Bash(yarn *)",
"Glob",
"Grep",
"Read",
"Search",
"WebFetch",
"WebSearch",
"mcp__ide__getDiagnostics"
],
"deny": [],
"ask": [
"Bash(gh issue close*)",
"Bash(gh issue comment*)",
"Bash(gh issue create*)",
"Bash(gh issue edit*)",
"Bash(gh pr close*)",
"Bash(gh pr comment*)",
"Bash(gh pr create*)",
"Bash(gh pr edit*)",
"Bash(gh pr merge*)",
"Bash(git add*)",
"Bash(git checkout*)",
"Bash(git cherry-pick*)",
"Bash(git clean*)",
"Bash(git commit*)",
"Bash(git merge*)",
"Bash(git pull*)",
"Bash(git push*)",
"Bash(git rebase*)",
"Bash(git reset*)",
"Bash(git restore*)",
"Bash(git revert*)",
"Bash(git rm*)",
"Bash(git stash drop*)",
"Bash(git stash pop*)",
"Bash(git stash push*)",
"Bash(git switch*)"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment