# CODEOWNERS
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# NOTE: @maref-org/maintainers team must be created in GitHub organization settings

# Default owners for everything in the repo
* @frankiehot-tech @maref-org/maintainers

# Python / backend
*.py @frankiehot-tech @maref-org/maintainers
src/ @frankiehot-tech @maref-org/maintainers

# Frontend / GUI
gui/ @frankiehot-tech @maref-org/maintainers
gui/**/*.ts @frankiehot-tech @maref-org/maintainers
gui/**/*.tsx @frankiehot-tech @maref-org/maintainers

# Rust / Tauri
gui/src-tauri/ @frankiehot-tech @maref-org/maintainers

# CI/CD
.github/workflows/ @frankiehot-tech @maref-org/maintainers
.github/dependabot.yml @frankiehot-tech @maref-org/maintainers

# Documentation
docs/ @frankiehot-tech @maref-org/maintainers
*.md @frankiehot-tech @maref-org/maintainers

# Security
security/ @frankiehot-tech @maref-org/maintainers
DEPENDENCIES @frankiehot-tech @maref-org/maintainers
