# ctx code ownership
#
# @stevesolun is the sole owner of this repository, by decision rather than by
# default. Sole ownership is deliberate, and it means exactly what it says:
# there is no dual control and no independent security or release approval.
# Do not describe this repository as having either.
#
# Enforcement is CI, not review. The active ruleset 15907020 already protects main with strict required CI
# and no bypass actors, and it deliberately does not require pull-request review
# or CODEOWNER approval: with a single owner who is also the author, requiring
# CODEOWNER approval could deadlock merges. This file records ownership; it
# cannot enforce review by itself.

# Default owner for every tracked path.
* @stevesolun

# Security, repository governance, and automation surfaces.
/SECURITY.md @stevesolun
/.github/ @stevesolun

# Product, release, and maintenance surfaces.
/src/ @stevesolun
/scripts/ @stevesolun
/pyproject.toml @stevesolun
