{
  "hooks": {
    "SessionEnd": [{"hooks": [{"type": "command", "command": "bash /c/Users/decid/.claude/skills/owl/owl.sh cleanup-session"}]}],
    "SessionStart": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "node \"C:/Users/decid/.claude/hooks/gsd-check-update.js\""
          }
        ]
      }
    ],
    "PostToolUse": [
      {
        "matcher": "Bash|Edit|Write|MultiEdit|Agent|Task",
        "hooks": [
          {
            "type": "command",
            "command": "node \"C:/Users/decid/.claude/hooks/gsd-context-monitor.js\"",
            "timeout": 10
          }
        ]
      }
    ],
    "PreToolUse": [
      {
        "matcher": "Write|Edit",
        "hooks": [
          {
            "type": "command",
            "command": "node \"C:/Users/decid/.claude/hooks/gsd-prompt-guard.js\"",
            "timeout": 5
          }
        ]
      }
    ]
  },
  "statusLine": {
    "type": "command",
    "command": "node \"C:/Users/decid/.claude/hooks/gsd-statusline.js\""
  },
  "env": {
    "OWL": "bash C:/Users/decid/.claude/skills/owl/owl.sh",
    "LIVE": "bash C:/Users/decid/.claude/skills/owl/live.sh"
  },
  "autoUpdatesChannel": "latest",
  "skipDangerousModePermissionPrompt": true
}
