10 · Version Control

CODEOWNERS

Who must review which paths

A GitHub/GitLab file that maps file paths to people or teams who become required reviewers. Guides who owns a change.

Concrete example

`/billing/** @payments-team` requires that team on billing PRs.

Why it matters

How large repos keep review responsibility clear when agents open PRs.