# CODEOWNERS
# Format: [Path] [GitHub Username/Team]

# Root files (README, LICENSE, etc.)
README.md LICENSE CONTRIBUTING.md CODE_OF_CONDUCT.md GOVERNANCE.md SECURITY.md @your-github-username
CHANGELOG.md @your-github-username

# License texts
LICENSES/ @your-github-username @legal-expert-username

# Documentation
docs/ @your-github-username @docs-maintainer-username

# Tooling (scripts, workflows)
.github/ @your-github-username @devops-username
Makefile setup.sh test.sh @your-github-username @devops-username

# Assets (badges, QR codes)
assets/ @your-github-username @designer-username
