diff options
Diffstat (limited to '.config/claude/settings.json')
| -rw-r--r-- | .config/claude/settings.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/.config/claude/settings.json b/.config/claude/settings.json new file mode 100644 index 0000000..dfc13c3 --- /dev/null +++ b/.config/claude/settings.json @@ -0,0 +1,50 @@ +{ + "permissions": { + "defaultMode": "acceptEdits", + "disableBypassPermissionsMode": "disable", + "allow": [ + "Bash(fd:*)", + "Bash(find:*)", + "Bash(git diff:*)", + "Bash(git fetch:*)", + "Bash(git log:*)", + "Bash(git status:*)", + "Bash(grep:*)", + "Bash(ls:*)", + "Bash(mkdir:*)", + "Bash(rg:*)", + "Bash(touch:*)", + "Bash(tree:*)" + ], + "deny": [ + "Bash(git push:*)" + ] + }, + "statusLine": { + "type": "command", + "command": "__claude-code-statusline", + "padding": 0 + }, + "hooks": { + "Notification": [ + { + "hooks": [ + { + "type": "command", + "command": "__claude-code-notify Notification" + } + ] + } + ], + "Stop": [ + { + "hooks": [ + { + "type": "command", + "command": "__claude-code-notify Stop" + } + ] + } + ] + } +} |
