# CODEOWNERS for vLLM Semantic Router
#
# Code ownership in this project is managed through per-directory OWNER files.
# Each OWNER file lists the GitHub handles responsible for reviewing changes
# in that directory. The owner-notification.yml workflow walks up the changed
# path and uses the nearest OWNER file to automatically assign reviewers on
# pull requests.
#
# This file serves as an index to those OWNER files.
#
# Root owners (fallback reviewers for any unmatched path):
#   ./OWNER                        — Website maintainers
#
# Per-directory OWNER files:
#   ./bench/OWNER                  — Benchmarks & performance
#   ./candle-binding/OWNER         — Rust/Candle ML binding
#   ./config/OWNER                 — Configuration
#   ./dashboard/OWNER              — Dashboard UI
#   ./deploy/OWNER                 — Deployment (Helm, K8s, operator)
#   ./docs/OWNER                   — Top-level agent related docs
#   ./e2e/OWNER                    — Integration tests
#   ./ml-binding/OWNER             — Rust/ML binding
#   ./nlp-binding/OWNER            — Rust/NLP binding
#   ./onnx-binding/OWNER           — Rust/ONNX binding
#   ./paper/OWNER                  — Research papers
#   ./perf/OWNER                   — Performance tooling
#   ./scripts/OWNER                — Shared scripts
#   ./src/OWNER                    — Core source code
#   ./src/fleet-sim/OWNER          — Fleet simulator
#   ./src/semantic-router/OWNER    — Router runtime
#   ./src/training/OWNER           — Training stack
#   ./src/vllm-sr/OWNER            — Python CLI
#   ./tools/OWNER                  — Build tooling & Makefiles
#   ./website/OWNER                — Website & Docusaurus
#
# To view ownership for a specific directory, read the OWNER file in that path.
# GitHub Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Default — root-level owners as fallback
*  @rootfs @Xunzhuo
