# Code owners for XC_VM.
# These owners are automatically requested for review on matching files.
# Each PR gets 1 maintainer review (human approval, enforced via branch
# protection on `main`) plus automated review by Sourcery.
#
# Add co-maintainer handles below as the team grows.

# Default owner for everything in the repo.
*                       @Divarion-D

# CI / build / governance
/.github/               @Divarion-D
/Makefile               @Divarion-D

# Core infrastructure (DI, events, database, auth, module loader)
/src/Core/              @Divarion-D

# Build & install tooling
/src/bin/install/       @Divarion-D
/install                @Divarion-D
