# Code Owners for Anya Core - Enhanced Security Review

# Global ownership - all files require review from core maintainer
* @botshelomokoka

# Critical security components require additional review
/src/security/ @botshelomokoka
/src/bitcoin/ @botshelomokoka
/src/layer2/ @botshelomokoka

# HSM and cryptographic code requires security team review
/src/security/hsm/ @botshelomokoka
/src/security/crypto/ @botshelomokoka

# Web5 integration requires web5 expertise
/src/web5/ @botshelomokoka

# Mobile & UI components
/mobile/ @botshelomokoka
/src/ui/ @botshelomokoka

# Enterprise features require enterprise team review
/enterprise/ @botshelomokoka

# Infrastructure and CI/CD require devops review
/.github/ @botshelomokoka
/scripts/ @botshelomokoka
/Dockerfile @botshelomokoka
/docker-compose*.yml @botshelomokoka

# Release-critical files require maintainer approval
/Cargo.toml @botshelomokoka
/Cargo.lock @botshelomokoka
/rust-toolchain.toml @botshelomokoka

# Documentation requires review for accuracy
/docs/ @botshelomokoka
/*.md @botshelomokoka

# Test files require review to maintain coverage
/tests/ @botshelomokoka
