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/settings.json | 50 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .config/claude/settings.json (limited to '.config/claude') 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" + } + ] + } + ] + } +} -- cgit v1.2.3-70-g09d2