# CODEOWNERS — review requirements
#
# Lines later in the file override earlier ones. Default first, then
# stricter rules for architecture-protected areas.

# Default: maintainer reviews everything
*                                       @Ezzy1630

# Architecture-protected: must not be edited casually
/ARCHITECTURE.md                        @Ezzy1630
/docs/SPEC.md                           @Ezzy1630
/docs/BUILD_PLAN.md                     @Ezzy1630
/docs/BUILD_GUIDE.md                    @Ezzy1630
/crates/argyph-core/src/supervisor.rs   @Ezzy1630
/crates/argyph-store/src/schema.rs      @Ezzy1630
/crates/argyph-store/src/migrations/    @Ezzy1630
/crates/*/MODULE.md                     @Ezzy1630

# Build / release pipeline
/Cargo.toml                             @Ezzy1630
/dist-workspace.toml                    @Ezzy1630
/.github/workflows/                     @Ezzy1630
/npm/                                   @Ezzy1630
/dxt/                                   @Ezzy1630
