Created
February 16, 2026 13:05
-
-
Save pavelkorolevxyz/d72fc1be8b1215fe082de05b4e17849b to your computer and use it in GitHub Desktop.
Claude Code settings.json thoughts
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
| { | |
| "attribution": { | |
| "commit": "", #### Чтобы не писал нигде, что это он сделал | |
| "pr": "" | |
| }, | |
| "sandbox": { | |
| "enabled": true, #### Хорошая идея, но мягко говоря не всегда хорошо работает пока, поэтому иногда выключаю | |
| "autoAllowBashIfSandboxed": true | |
| }, | |
| "permissions": { | |
| "allow": [ | |
| "Bash(./gradlew:*)", #### Поменять на свою систему сборки/запуска проекта | |
| "Bash(git status:*)", | |
| "Bash(git diff:*)", | |
| "Bash(git log:*)", | |
| "Bash(git show:*)", | |
| "Bash(git branch:*)", | |
| "Bash(git checkout:*)", | |
| "Bash(git switch:*)", | |
| "Bash(git add:*)", | |
| "Bash(git commit:*)", | |
| "Bash(git push:*)", | |
| "Bash(git pull:*)", | |
| "Bash(git fetch:*)", | |
| "Bash(git merge:*)", | |
| "Bash(git rebase:*)", | |
| "Bash(git stash:*)", | |
| "Bash(git cherry-pick:*)", | |
| "Bash(git rev-parse:*)", | |
| "Bash(git config --get:*)", | |
| "Bash(date:*)", | |
| "Bash(ls:*)", | |
| "Bash(mkdir:*)", | |
| "Bash(touch:*)", | |
| "Bash(cp:*)", | |
| "Bash(mv:*)", | |
| "Bash(which:*)", | |
| "Bash(pwd:*)", | |
| "Bash(glab:*)", #### В гитлаб хожу через CLI тулзу | |
| "Bash(jira:*)", #### В джиру хожу через CLI тулзу | |
| "Skill(myprojectname:*)", #### Разрешены все скиллы в неймспейсе проекта | |
| "WebFetch(domain:*.корпоративный-домен)", | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment