# Default owner — every PR needs a maintainer review once branch protection
# turns on require_code_owner_reviews. Later, more specific rules win, but they
# all resolve to the same maintainer, so coverage is total either way.
*                   @asheshgoplani

# Hot paths — Ashesh must review (kept explicit as documentation of intent)
go.mod              @asheshgoplani
go.sum              @asheshgoplani
.github/            @asheshgoplani
.golangci.yml       @asheshgoplani
SECURITY.md         @asheshgoplani
CODEOWNERS          @asheshgoplani
internal/auth/      @asheshgoplani
internal/tmux/      @asheshgoplani
internal/session/   @asheshgoplani
