# EconGuard Code Owners
# These owners are required reviewers for PRs touching their files.
# Format: pattern  @owner

# Statistical validators — highest risk of econometric error
# Any change to validator logic requires review from the project lead.
src/econguard/validators/         @your-github-username
src/econguard/sensitivity/        @your-github-username

# Contract schemas — changes affect all downstream users
src/econguard/contracts/          @your-github-username

# Server and CLI — interface stability
src/econguard/server/             @your-github-username
src/econguard/cli.py              @your-github-username

# CI/CD and packaging — affects all contributors
.github/                          @your-github-username
pyproject.toml                    @your-github-username

# Everything else — open to contribution
*                                 @your-github-username
