Last active
February 18, 2026 12:29
-
-
Save themagic314/98ae16ceb5fe1d61e01faf0061ee1afb 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
| { | |
| "$schema": "https://json.schemastore.org/claude-code-settings.json", | |
| "env": { | |
| "CLAUDE_CODE_DISABLE_AUTO_MEMORY": "1", | |
| "CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY": "1", | |
| "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1", | |
| "DISABLE_BUG_COMMAND": "1", | |
| "DISABLE_ERROR_REPORTING": "1", | |
| "DISABLE_TELEMETRY": "1", | |
| "ENABLE_TOOL_SEARCH": "auto:5" | |
| }, | |
| "attribution": { | |
| "commit": "", | |
| "pr": "" | |
| }, | |
| "permissions": { | |
| "defaultMode": "acceptEdits", | |
| "disableBypassPermissionsMode": "disable", | |
| "allow": [ | |
| "Bash(cat*)", | |
| "Bash(date)", | |
| "Bash(diff*)", | |
| "Bash(docker inspect*)", | |
| "Bash(docker logs*)", | |
| "Bash(docker ps*)", | |
| "Bash(docker volume ls*)", | |
| "Bash(find*)", | |
| "Bash(git blame*)", | |
| "Bash(git branch*)", | |
| "Bash(git commit*)", | |
| "Bash(git config --get*)", | |
| "Bash(git diff*)", | |
| "Bash(git log*)", | |
| "Bash(git remote -v*)", | |
| "Bash(git show*)", | |
| "Bash(git status*)", | |
| "Bash(go fmt*)", | |
| "Bash(go list*)", | |
| "Bash(go test*)", | |
| "Bash(go vet*)", | |
| "Bash(head*)", | |
| "Bash(hostname)", | |
| "Bash(jq*)", | |
| "Bash(less*)", | |
| "Bash(ls*)", | |
| "Bash(more*)", | |
| "Bash(ps*)", | |
| "Bash(pwd)", | |
| "Bash(tail*)", | |
| "WebFetch", | |
| "WebSearch" | |
| ], | |
| "ask": [ | |
| "Bash(chmod*)", | |
| "Bash(chown*)", | |
| "Bash(gh pr close *)", | |
| "Bash(gh pr create *)", | |
| "Bash(gh pr merge *)", | |
| "Bash(gh pr reopen *)" | |
| ], | |
| "deny": [ | |
| "Bash(curl*|bash*)", | |
| "Bash(curl*|sh*)", | |
| "Bash(curl*|sudo*)", | |
| "Bash(dd*)", | |
| "Bash(fdisk*)", | |
| "Bash(git push *--force*)", | |
| "Bash(git push --force*)", | |
| "Bash(git reset --hard*)", | |
| "Bash(halt*)", | |
| "Bash(mkfs*)", | |
| "Bash(parted*)", | |
| "Bash(passwd*)", | |
| "Bash(reboot*)", | |
| "Bash(rm -fr*)", | |
| "Bash(rm -rf*)", | |
| "Bash(shutdown*)", | |
| "Bash(sudo*)", | |
| "Bash(wget*|bash*)", | |
| "Bash(wget*|sh*)", | |
| "Bash(wget*|sudo*)", | |
| "Edit(~/.bashrc)", | |
| "Edit(~/.ssh/**)", | |
| "Edit(~/.zshrc)", | |
| "Read(.env)", | |
| "Read(id_dsa)", | |
| "Read(id_ecdsa)", | |
| "Read(id_ed25519)", | |
| "Read(id_rsa)", | |
| "Read(~/.aws/**)", | |
| "Read(~/.azure/**)", | |
| "Read(~/.config/gh/**)", | |
| "Read(~/.docker/config.json)", | |
| "Read(~/.git-credentials)", | |
| "Read(~/.gnupg/**)", | |
| "Read(~/.kube/**)", | |
| "Read(~/.ssh/**)", | |
| "Read(~/Library/Keychains/**)", | |
| "Write(.env)", | |
| "Write(id_dsa)", | |
| "Write(id_ecdsa)", | |
| "Write(id_ed25519)", | |
| "Write(id_rsa)" | |
| ] | |
| }, | |
| "statusLine": { | |
| "type": "command", | |
| "command": "~/.claude/statusline.sh" | |
| }, | |
| "enabledPlugins": { | |
| "compound-engineering@every-marketplace": true, | |
| "context7@claude-plugins-official": true, | |
| "frontend-design@claude-code-plugins": true, | |
| "github@claude-plugins-official": true, | |
| "gopls-lsp@claude-plugins-official": true, | |
| "playwright@claude-plugins-official": true, | |
| "ralph-loop@claude-plugins-official": true, | |
| "swift-lsp@claude-plugins-official": true | |
| }, | |
| "alwaysThinkingEnabled": true, | |
| "effortLevel": "medium", | |
| "spinnerTipsEnabled": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment