{ "permissions": { "allow": [ "Bash(git status:*)", "Bash(git diff:*)", "Bash(git log:*)", "Bash(git ls-files:*)", "Bash(claude doctor:*)" ], "additionalDirectories": [ "/home/tvanbesi/Projects/.claude/Projects memory" ] }, "model": "fable", "hooks": { "Notification": [ { "matcher": "permission_prompt|idle_prompt", "hooks": [ { "type": "command", "command": "notify-send --app-name 'Claude Code' --icon utilities-terminal 'Claude Code' \"$(jq --raw-output '.message')\"" } ] } ], "PostToolUse": [ { "matcher": "Edit|Write", "hooks": [ { "type": "command", "command": "~/.claude/hooks/clang-format.sh" }, { "type": "command", "command": "~/.claude/hooks/bash-format.sh" }, { "type": "command", "command": "~/.claude/hooks/markdown-format.sh" }, { "type": "command", "command": "~/.claude/hooks/cmake-format.sh" }, { "type": "command", "command": "~/.claude/hooks/qml-format.sh" }, { "type": "command", "command": "~/.claude/hooks/black-format.sh" }, { "type": "command", "command": "~/.claude/hooks/php-cs-fixer.sh" } ] } ] }, "statusLine": { "type": "command", "command": "/home/tvanbesi/.claude/hooks/status-line.sh" }, "enabledPlugins": { "clangd-lsp@claude-plugins-official": true, "lua-lsp@claude-plugins-official": true, "pyright-lsp@claude-plugins-official": true }, "extraKnownMarketplaces": {}, "effortLevel": "high", "theme": "auto", "editorMode": "vim", "autoCompactEnabled": false }