From c5ffaf85c81c7630fd241571fe7a9e1473c02c55 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 25 Aug 2025 23:58:40 +0900 Subject: claude: move settings file --- .config/claude-code/settings.json | 51 --------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 .config/claude-code/settings.json (limited to '.config/claude-code') diff --git a/.config/claude-code/settings.json b/.config/claude-code/settings.json deleted file mode 100644 index 17d04eb..0000000 --- a/.config/claude-code/settings.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "model": "sonnet", - "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" - } - ] - } - ] - } -} -- cgit v1.2.3-70-g09d2