{
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Write",
        "hooks": [
          {
            "type": "command",
            "command": ".claude/hooks/episode_enforcement.py"
          },
          {
            "type": "command",
            "command": ".claude/hooks/enforce_context_load.py"
          }
        ]
      }
    ],
    "PostToolUse": [
      {
        "matcher": "Write",
        "hooks": [
          {
            "type": "command",
            "command": ".claude/hooks/checkpoint_reminder.py"
          }
        ]
      }
    ]
  }
}
