# Code owners for Constraint Registry.
# These owners are automatically requested for review on any PR that touches
# matching paths. See https://docs.github.com/articles/about-code-owners
#
# Order matters: the LAST matching pattern takes precedence.

# Default owner for everything in the repo.
*                                   @SureshKhemka

# Engine adapters + the frozen seam (the most contribution-prone area).
/src/cregistry/engine/              @SureshKhemka
/CONTRACTS.md                       @SureshKhemka

# CI, repo policy, and packaging.
/.github/                           @SureshKhemka
/pyproject.toml                     @SureshKhemka
