# whatifd code owners
#
# Lines are file globs and the user(s) responsible. The last matching pattern
# wins, so order matters: most specific patterns last.
#
# These owners get auto-requested for review when matching files change.
# Combined with branch protection, files under the listed paths require an
# approving review from one of the owners before merge.

# Default owner for everything in the repo.
*                              @victoralfred

# The design and the runner contract are the load-bearing surfaces.
# Changes here need extra care; the design should rarely change without
# a corresponding DESIGN.md update.
DESIGN.md                      @victoralfred
src/whatifd/contract/           @victoralfred

# CI / security / release plumbing requires careful change.
.github/workflows/             @victoralfred
SECURITY.md                    @victoralfred
pyproject.toml                 @victoralfred

# Public-facing copy.
README.md                      @victoralfred
CHANGELOG.md                   @victoralfred
