aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config/claude-code/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/claude-code/settings.json')
-rw-r--r--.config/claude-code/settings.json43
1 files changed, 43 insertions, 0 deletions
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"
+ }
+ ]
+ }
+ ]
+ }
+}