Skip to content

Instantly share code, notes, and snippets.

@crisu83
Last active January 20, 2026 16:27
Show Gist options
  • Select an option

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

Select an option

Save crisu83/f6af2d572b4a7c09dd8cbd6d907f649a to your computer and use it in GitHub Desktop.
Clade Code settings
{
"permissions": {
"allow": [
"Bash(cat:*)",
"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 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(pwd)",
"Bash(tail:*)",
"Bash(wc:*)",
"Bash(which:*)",
"Bash(yarn:*)",
"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