aboutsummaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
AgeCommit message (Collapse)AuthorFilesLines
2026-04-28chore: add CODEOWNERS and natsuoto to AUTHORSnatsuoto1-0/+1
Two pieces of collaboration infrastructure: - `.github/CODEOWNERS`: a single `* @luciferreeves` rule. Combined with the "Require review from Code Owners" branch-protection rule on `main`, every PR will auto-request Bobby as reviewer and cannot merge without his approval. - `AUTHORS.rst`: add `natsuoto`, the agent identity that has authored every commit from #32 onward. Closes #38