69 lines
1.5 KiB
JSON
Executable File
69 lines
1.5 KiB
JSON
Executable File
{
|
|
"env": {
|
|
"CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION": "false"
|
|
},
|
|
"permissions": {
|
|
"allow": [
|
|
"Read",
|
|
"Read(~/*)",
|
|
"Glob(~/*)",
|
|
"Grep(~/*)",
|
|
"WebFetch",
|
|
"WebSearch",
|
|
"Bash(grep:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(find:*)",
|
|
"Bash(code --goto:*)",
|
|
"Bash(git check-ignore:*)",
|
|
"Bash(head:*)",
|
|
"Bash(find:*)",
|
|
"Bash(tail:*)",
|
|
"Bash(wc:*)",
|
|
"Bash(file:*)",
|
|
"Bash(stat:*)",
|
|
"Bash(du:*)",
|
|
"Bash(df:*)",
|
|
"Bash(which:*)",
|
|
"Bash(whereis:*)",
|
|
"Bash(type:*)",
|
|
"Bash(env:*)",
|
|
"Bash(printenv:*)",
|
|
"Bash(echo:*)",
|
|
"Bash(diff:*)",
|
|
"Bash(sort:*)",
|
|
"Bash(uniq:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(git status:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(git diff:*)",
|
|
"Bash(git show:*)"
|
|
],
|
|
"deny": [
|
|
"Bash(git add *)",
|
|
"Bash(git commit *)",
|
|
"Bash(git push *)",
|
|
"Bash(git pull *)",
|
|
"Bash(git fetch *)",
|
|
"Bash(git merge *)",
|
|
"Bash(git rebase *)",
|
|
"Bash(git reset *)",
|
|
"Bash(git checkout *)",
|
|
"Bash(git switch *)",
|
|
"Bash(git branch *)",
|
|
"Bash(git stash *)",
|
|
"Bash(git cherry-pick *)",
|
|
"Bash(git revert *)",
|
|
"Bash(git tag *)",
|
|
"Bash(git clean *)",
|
|
"Bash(git restore *)",
|
|
"Bash(git rm *)",
|
|
"Bash(git mv *)",
|
|
"Bash(rm -rf *)"
|
|
],
|
|
"defaultMode": "acceptEdits"
|
|
},
|
|
"model": "sonnet",
|
|
"effortLevel": "medium",
|
|
"theme": "light"
|
|
}
|