{
  "statusLine": {
    "type": "command",
    "command": "bun C:\\Users\\simon\\.claude\\scripts\\statusline\\src\\index.ts",
    "padding": 0
  },
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Bash",
        "hooks": [
          {
            "type": "command",
            "command": "bun C:\\Users\\simon\\.claude\\scripts\\command-validator\\src\\cli.ts"
          }
        ]
      }
    ],
    "Stop": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "afplay -v 0.1 C:\\Users\\simon\\.claude\\song\\finish.mp3"
          }
        ]
      }
    ],
    "Notification": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "afplay -v 0.1 C:\\Users\\simon\\.claude\\song\\need-human.mp3"
          }
        ]
      }
    ],
    "PostToolUse": [
      {
        "matcher": "Edit|Write|MultiEdit",
        "hooks": [
          {
            "type": "command",
            "command": "bun C:\\Users\\simon\\.claude\\scripts\\hook-post-file.ts"
          }
        ]
      }
    ]
  }
}
