Files
jbashrc/claude/settings.json

67 lines
1.4 KiB
JSON
Raw Normal View History

2026-03-09 00:14:40 -04:00
{
"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(tail:*)",
"Bash(python3:*)",
"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"
},
"theme": "light"
}