# Code owners — anyone listed here is automatically requested for review
# when matching files change in a PR.
#
# For an Org-owned repo with a maintainers team, replace @gen99 below with
# @praxia-dev/maintainers (the team name).

# Default owner for everything
*               @gen99

# Hot files — extra protection
LICENSE         @gen99
NOTICE.md       @gen99
pyproject.toml  @gen99

# Auth / security boundary
praxia/auth/*   @gen99
praxia/auth/**  @gen99

# CI / repo configuration
.github/*       @gen99
.github/**      @gen99
