{ "$schema": "https://json.schemastore.org/claude-code-settings.json", "theme": "dark", "permissions": { "allow": [ "Bash(git *)", "Bash(make *)", "Bash(go *)", "Bash(python *)", "Bash(cargo *)", "Read(~/.zshrc)", "Read(~/.config/**)" ], "deny": [ "Read(./.env)", "Read(./.env.*)", "Read(./secrets/**)", "Bash(curl * | bash *)" ] }, "hooks": { "Stop": [ { "hooks": [{ "type": "command", "command": "notify-send 'Claude Code' 'Task finished'" }] } ] }, "attribution": { "commits": false, "pullRequests": false }, "spinnerTipsOverride": { "excludeDefault": false, "tips": [ "Your custom tip here", "Another reminder" ] } }