diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..88c87fe --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,26 @@ +{ + "hooks": { + "Notification": [ + { + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "paplay /usr/share/sounds/freedesktop/stereo/message.oga & tmux display-message 'Window #I: #W' & notify-send -a 'Claude Code' -i ~/.claude/claude-color.png \"Window $(tmux display-message -p '#I: #W') is needing your professional and ever so wise feedback.\"" + } + ] + } + ] + }, + "enabledPlugins": { + "typescript-lsp@claude-plugins-official": true, + "gopls-lsp@claude-plugins-official": true + }, + "feedbackSurveyState": { + "lastShownTime": 1754297707811 + }, + "statusLine": { + "type": "command", + "command": "branch=$(git rev-parse --abbrev-ref HEAD 2>/dev/null); printf '\\033[00m%s%s' \"$(pwd)\" \"${branch:+ ($branch)}\"" + } +}