{ "permissions": { "allow": [ "Bash(git status:*)", "Bash(git diff:*)", "Bash(git log:*)" ], "additionalDirectories": [ "/home/tvanbesi/Projects/.claude/Projects memory" ] }, "hooks": { "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": false, "pyright-lsp@claude-plugins-official": true, "lua-lsp-local@local-lsp": true }, "extraKnownMarketplaces": { "local-lsp": { "source": { "source": "directory", "path": "/home/tvanbesi/.claude/lsp-marketplace" } } }, "theme": "auto", "editorMode": "vim", "autoCompactEnabled": false, "effortLevel": "high" }