{
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Bash",
        "hooks": [
          { "type": "command", "command": "{{OPS_ROOT}}/automatization/hooks/guard-shell.sh" }
        ]
      },
      {
        "matcher": "apply_patch|Edit|Write",
        "hooks": [
          { "type": "command", "command": "{{OPS_ROOT}}/automatization/hooks/guard-files.sh" }
        ]
      }
    ],
    "UserPromptSubmit": [
      {
        "hooks": [
          { "type": "command", "command": "{{OPS_ROOT}}/automatization/hooks/guard-chat.sh" }
        ]
      }
    ],
    "SessionEnd": [
      {
        "hooks": [
          { "type": "command", "command": "{{OPS_ROOT}}/automatization/hooks/guard-planning-drift.sh" }
        ]
      }
    ]
  }
}
