From a515b5dc7053fa4ba4e93eb744270af640734855 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 4 Jul 2025 01:05:49 +0900 Subject: claude-code: add settings.json --- .config/claude-code/settings.json | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .config/claude-code/settings.json (limited to '.config') diff --git a/.config/claude-code/settings.json b/.config/claude-code/settings.json new file mode 100644 index 0000000..b85331f --- /dev/null +++ b/.config/claude-code/settings.json @@ -0,0 +1,43 @@ +{ + "permissions": { + "allow": [ + "Bash(fd:*)", + "Bash(find:*)", + "Bash(grep:*)", + "Bash(ls:*)", + "Bash(mkdir:*)", + "Bash(rg:*)", + "Bash(touch:*)", + + "Bash(git diff:*)", + "Bash(git fetch:*)", + "Bash(git log:*)", + "Bash(git status:*)" + ], + "deny": [ + "Bash(git push:*)" + ] + }, + "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