{
  "_comment": "Paste the hooks block below into .claude/settings.json in your project. If that file does not exist yet, this whole file works as a starting one: delete this _comment line first, since real JSON has no comments. Both hooks run on every Write and Edit.",
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Write|Edit",
        "hooks": [
          {
            "type": "command",
            "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/protect-secrets.sh"
          },
          {
            "type": "command",
            "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/no-select-star.sh"
          }
        ]
      }
    ]
  }
}
