{
  "description": "Hard QA gate for the data team: blocks completion of data tasks unless full dbt verification could run (team is on Bedrock) and the qa-auditor has signed off (QA-PASS).",
  "hooks": {
    "TaskCompleted": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/qa_gate.sh\"",
            "statusMessage": "QA gate: verifying data task before completion"
          }
        ]
      }
    ]
  }
}
