Created
April 1, 2026 00:09
-
-
Save k-kinzal/59f0aa2a77117e5c4fc6644d6bb0427f to your computer and use it in GitHub Desktop.
Claude Code Settings
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
| { | |
| "env": { | |
| "CLAUDE_CODE_DISABLE_AUTO_MEMORY": "1", | |
| "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" | |
| }, | |
| "permissions": { | |
| "allow": [], | |
| "deny": [ | |
| "Bash(git init:*)", | |
| "Bash(git clone:*)", | |
| "Bash(git submodule add:*)", | |
| "Bash(git submodule deinit:*)", | |
| "Bash(git submodule update:*)", | |
| "Bash(git submodule sync:*)", | |
| "Bash(git submodule init:*)", | |
| "Bash(git submodule set-url:*)", | |
| "Bash(git merge:*)", | |
| "Bash(git rebase:*)", | |
| "Bash(git cherry-pick:*)", | |
| "Bash(git revert:*)", | |
| "Bash(git reset:*)", | |
| "Bash(git stash:*)", | |
| "Bash(git am:*)", | |
| "Bash(git apply:*)", | |
| "Bash(git filter-branch:*)", | |
| "Bash(git replace:*)", | |
| "Bash(git branch:*)", | |
| "Bash(git tag:*)", | |
| "Bash(git rm:*)", | |
| "Bash(git mv:*)", | |
| "Bash(git restore:*)", | |
| "Bash(git reset:*)", | |
| "Bash(git update-index:*)", | |
| "Bash(git sparse-checkout:*)", | |
| "Bash(git checkout:*)", | |
| "Bash(git switch:*)", | |
| "Bash(git clean:*)", | |
| "Bash(git fetch:*)", | |
| "Bash(git pull:*)", | |
| "Bash(git remote add:*)", | |
| "Bash(git remote remove:*)", | |
| "Bash(git remote rename:*)", | |
| "Bash(git remote set-url:*)", | |
| "Bash(git config:*)", | |
| "Bash(git update-ref:*)", | |
| "Bash(git reflog expire:*)", | |
| "Bash(git reflog delete:*)", | |
| "Bash(git pack-refs:*)", | |
| "Bash(git gc:*)", | |
| "Bash(git prune:*)", | |
| "Bash(git fsck --lost-found:*)", | |
| "Bash(git maintenance run:*)", | |
| "Bash(git notes add:*)", | |
| "Bash(git notes remove:*)", | |
| "Bash(git bisect:*)", | |
| "Bash(rm -rf /*)" | |
| ] | |
| }, | |
| "skipDangerousModePermissionPrompt": true, | |
| "effortLevel": "xhigh" | |
| } |
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": [], | |
| "deny": [ | |
| "Read(.claude/**)", | |
| "Write(.claude/**)", | |
| "Write(AGENTS.md)", | |
| "Write(CLAUDE.md)", | |
| "Edit(.claude/**)", | |
| "Edit(AGENTS.md)", | |
| "Edit(CLAUDE.md)", | |
| "Bash(*.claude/*)", | |
| "Bash(*AGENTS.md*)", | |
| "Bash(*CLAUDE.md*)" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment