From cb05f60cb878352fefe295799a23149d2d476ac7 Mon Sep 17 00:00:00 2001 From: natsuoto <279971144+natsuoto@users.noreply.github.com> Date: Tue, 28 Apr 2026 16:08:33 +0530 Subject: chore: add CODEOWNERS and natsuoto to AUTHORS 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 --- .github/CODEOWNERS | 1 + AUTHORS.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..09e9045 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @luciferreeves diff --git a/AUTHORS.rst b/AUTHORS.rst index d772dad..5b4d182 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -3,3 +3,4 @@ Authors ======= * Bobby - https://thatcomputerscientist.com +* natsuoto / 夏音 - https://github.com/natsuoto -- cgit v1.2.3