{
  "description": "Bridges the repository's GitHub Copilot customization (.github/) into the Claude Code session",
  "hooks": {
    "SessionStart": [
      {
        "matcher": "startup|clear|compact",
        "hooks": [
          {
            "type": "command",
            "command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/claupilot.mjs\" sync --hook",
            "timeout": 30
          }
        ]
      }
    ]
  }
}
