# MFGarchon Code Owners
#
# This file defines code ownership for automatic review assignment.
# When a PR is created, GitHub will automatically request reviews from relevant owners.
#
# Global ownership
* @derrring

# Core mathematical modules - require specialized review
/mfgarchon/core/ @derrring
/mfgarchon/alg/ @derrring
/mfgarchon/geometry/ @derrring

# Configuration and factory systems
/mfgarchon/config/ @derrring
/mfgarchon/factory/ @derrring

# Type system and infrastructure
/mfgarchon/types/ @derrring
*.py @derrring

# Documentation - allow broader contribution
/docs/ @derrring
/examples/ @derrring
/README.md @derrring

# Infrastructure and workflows
/.github/ @derrring
/.pre-commit-config*.yaml @derrring
/pyproject.toml @derrring

# CI/CD and automation
/.github/workflows/ @derrring
