{
  "version": 1,
  "hooks": {
    "sessionStart": [
      {
        "type": "command",
        "bash": "node \"${PLUGIN_ROOT}/hooks/gavel-activate.js\"",
        "powershell": "node \"${PLUGIN_ROOT}\\hooks\\gavel-activate.js\"",
        "timeoutSec": 5,
        "statusMessage": "Loading gavel — the judge's hammer..."
      }
    ],
    "userPromptSubmitted": [
      {
        "type": "command",
        "bash": "node \"${PLUGIN_ROOT}/hooks/gavel-mode-tracker.js\"",
        "powershell": "node \"${PLUGIN_ROOT}\\hooks\\gavel-mode-tracker.js\"",
        "timeoutSec": 5,
        "statusMessage": "Tracking gavel verdict level..."
      }
    ]
  }
}
