Initial commit
This commit is contained in:
66
claude/settings.json
Executable file
66
claude/settings.json
Executable file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user