# CRP Repository Code Owners
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# These owners are REQUIRED reviewers for all PRs touching their areas.
# No PR can be merged without approval from the relevant code owner(s).

# ── Global: Everything requires maintainer approval ──
*                           @Constantinos-uni

# ── Specification: Core protocol documents ──
/specification/             @Constantinos-uni
/schemas/                   @Constantinos-uni
/rfcs/                      @Constantinos-uni

# ── SDK Implementation ──
/crp/                       @Constantinos-uni

# ── Licensing & Governance ──
LICENSE.md                  @Constantinos-uni
GOVERNANCE.md               @Constantinos-uni
SECURITY.md                 @Constantinos-uni
CODE_OF_CONDUCT.md          @Constantinos-uni
CONTRIBUTING.md             @Constantinos-uni

# ── CI/CD & Infrastructure ──
/.github/                   @Constantinos-uni
pyproject.toml              @Constantinos-uni
mkdocs.yml                  @Constantinos-uni

# ── Documentation site ──
/site-docs/                 @Constantinos-uni
/docs/                      @Constantinos-uni
