# Orxaq Code Ownership
# Operator (Steven) owns everything — final review authority.
# Segregation of duty: Master Conductor creates PRs,
# Operator reviews and merges.

# Global fallback — Operator owns all files
* @sdevisch

# Compliance-critical paths — require explicit Operator review
docs/adr/                     @sdevisch
docs/compliance/              @sdevisch
.github/                      @sdevisch
.github/CODEOWNERS            @sdevisch
.github/workflows/            @sdevisch
pyproject.toml                @sdevisch

# Security-sensitive code
src/orxaq/kernel/crypto.py    @sdevisch
src/orxaq/kernel/audit.py     @sdevisch
