flake-update-20260201
  1{
  2  "model": "claude-opus-4-5@20251101",
  3  "hooks": {
  4    "PreToolUse": [
  5      {
  6        "matcher": "Bash",
  7        "hooks": [
  8          {
  9            "type": "command",
 10            "command": "claude-hooks-validate-git-push"
 11          }
 12        ]
 13      }
 14    ],
 15    "SessionStart": [
 16      {
 17        "hooks": [
 18          {
 19            "type": "command",
 20            "command": "claude-hooks-initialize-session"
 21          }
 22        ]
 23      }
 24    ],
 25    "PostToolUse": [
 26      {
 27        "hooks": [
 28          {
 29            "type": "command",
 30            "command": "claude-hooks-capture-tool-output"
 31          },
 32          {
 33            "type": "command",
 34            "command": "claude-hooks-update-terminal-title"
 35          }
 36        ]
 37      }
 38    ],
 39    "SessionEnd": [
 40      {
 41        "hooks": [
 42          {
 43            "type": "command",
 44            "command": "/etc/profiles/per-user/vincent/bin/claude-hooks-save-session"
 45          }
 46        ]
 47      }
 48    ],
 49    "Stop": [
 50      {
 51        "hooks": [
 52          {
 53            "type": "command",
 54            "command": "printf '\\a' > /dev/tty"
 55          }
 56        ]
 57      }
 58    ],
 59    "PermissionRequest": [
 60      {
 61        "hooks": [
 62          {
 63            "type": "command",
 64            "command": "printf '\\a' > /dev/tty"
 65          }
 66        ]
 67      }
 68    ]
 69  },
 70  "statusLine": {
 71    "type": "command",
 72    "command": "bash ~/.config/claude/statusline.sh"
 73  },
 74  "enabledPlugins": {
 75    "bug-hunter@chmouel-cc-plugins": true,
 76    "deslop@chmouel-cc-plugins": true,
 77    "jira-ticket@chmouel-cc-plugins": true,
 78    "codereview@chmouel-cc-plugins": true,
 79    "git-commit@vdemeester-claude-code-plugins": true,
 80    "weekly-review@vdemeester-claude-code-plugins": true,
 81    "commit-commands@claude-code-plugins": true,
 82    "plugin-dev@claude-code-plugins": true,
 83    "feature-dev@claude-code-plugins": true,
 84    "hookify@claude-code-plugins": true,
 85    "gh-tools@vdemeester-claude-code-plugins": true,
 86    "session-manager": true,
 87    "gopls-lsp@claude-plugins-official": true
 88  },
 89  "alwaysThinkingEnabled": true,
 90  "mcpServers": {
 91    "github": {
 92      "command": "github-mcp-server",
 93      "args": [
 94        "stdio"
 95      ]
 96    },
 97    "playwright": {
 98      "command": "mcp-server-playwright",
 99      "args": [
100        "--browser",
101        "google-chrome-stable"
102      ]
103    }
104  },
105  "skills": {
106    "enabled": true,
107    "directories": [
108      "~/.config/claude/skills"
109    ]
110  },
111  "trustedWorkspaces": [
112    "/home/vincent",
113    "/home/vincent/src/home",
114    "/home/vincent/src/tekton-watcher",
115    "/home/vincent/src/go-ci"
116  ]
117}