-
-
Save peterkc/1aa9860a76dad6baf22cc07ea3e14867 to your computer and use it in GitHub Desktop.
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": [ | |
| "Read(**)", | |
| "Edit(**)", | |
| "MultiEdit(**)", | |
| "Write(**)", | |
| "Glob(**)", | |
| "Grep(**)", | |
| "LS(**)", | |
| "WebSearch(**)", | |
| "TodoRead()", | |
| "TodoWrite(**)", | |
| "Task(**)", | |
| "Bash(git status*)", | |
| "Bash(git log*)", | |
| "Bash(git diff*)", | |
| "Bash(git show*)", | |
| "Bash(git blame*)", | |
| "Bash(git branch*)", | |
| "Bash(git remote -v*)", | |
| "Bash(git config --get*)", | |
| "Bash(ls*)", | |
| "Bash(cat *)", | |
| "Bash(less *)", | |
| "Bash(head*)", | |
| "Bash(tail*)", | |
| "Bash(grep*)", | |
| "Bash(find*)", | |
| "Bash(tree*)", | |
| "Bash(pwd*)", | |
| "Bash(wc*)", | |
| "Bash(diff *)", | |
| "Bash(sed -n*)", | |
| "Bash(awk*)", | |
| "Bash(cut*)", | |
| "Bash(sort*)", | |
| "Bash(uniq*)", | |
| "Bash(basename *)", | |
| "Bash(dirname *)", | |
| "Bash(realpath *)", | |
| "Bash(readlink *)", | |
| "Bash(jq*)", | |
| "Bash(yq eval*)", | |
| "Bash(npx*)", | |
| "Bash(black --check*)", | |
| "Bash(black --diff*)", | |
| "Bash(pylint*)", | |
| "Bash(flake8*)", | |
| "Bash(mypy*)", | |
| "Bash(eslint*)", | |
| "Bash(pytest*)", | |
| "Bash(make test*)", | |
| "Bash(npm test*)", | |
| "Bash(make -n*)", | |
| "Bash(man *)", | |
| "Bash(pydoc*)", | |
| "Bash(which *)", | |
| "Bash(type *)", | |
| "Bash(echo *)", | |
| "Bash(printf *)", | |
| "Bash(test *)", | |
| "Bash(true*)", | |
| "Bash(false*)", | |
| "Bash(* | grep*)", | |
| "Bash(* | jq*)", | |
| "Bash(* | head*)", | |
| "Bash(* | tail*)", | |
| "Bash(* | wc*)", | |
| "Bash(* | sort*)", | |
| "Bash(* | uniq*)" | |
| ], | |
| "deny": [] | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Removed python, node, curl.