From 3b94e7348d79700b476f6b704e4b00880e894321 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 22 Jul 2026 06:24:49 -0500 Subject: [PATCH] chore: add CODEOWNERS (solo maintainer) Route review requests to the maintainer. Solo @handle for now; expand to GitHub teams as they form. --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..59131d0 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# CODEOWNERS — review routing. +# Solo maintainer for now; expand to GitHub teams as they form. +# https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +* @jamesarich