# CODEOWNERS — default review ownership
# badhope is the sole owner; replace with team handles in a
# multi-maintainer setup.

# Default: everything
*       @badhope

# GitHub configuration
/.github/        @badhope

# Documentation
/docs/           @badhope
/README.md       @badhope
/CHANGELOG.md    @badhope

# Build / release config
/package.json    @badhope
/uv.lock         @badhope
/package-lock.json @badhope
/pnpm-lock.yaml  @badhope
/Cargo.toml      @badhope
/Cargo.lock      @badhope
