{
  "hooks": {
    "Notification": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "powershell -ExecutionPolicy Bypass -Command \"Add-Content -Path 'C:\\Users\\user\\.claude\\notification-hook.log' -Value \\\"$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') - Notification hook fired\\\"; & 'C:\\Users\\user\\.claude\\claude-notice.ps1' -message 'Please confirm'\""
          }
        ]
      }
    ],
    "Stop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "powershell -ExecutionPolicy Bypass -Command \"& 'C:\\Users\\user\\.claude\\claude-notice.ps1' -message 'Task completed'\""
          }
        ]
      }
    ]
  }
}
