From 0f87ee75a70f548e96741eb777f8fa0c1c2bdc9b Mon Sep 17 00:00:00 2001 From: "K. O. A." Date: Mon, 13 Jul 2026 08:46:05 -0400 Subject: [PATCH] chore: add CODEOWNERS (topkoa, byrongamatos) Backs the branch protection being enabled on main: review from a code owner is required to merge. The plugin spec is a published contract, so all changes route through the maintainers. Signed-off-by: K. O. A. --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..a298fe2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# Default owners for everything in this repo. Review from a code owner is +# required to merge into main (enforced via branch protection). +# +# The plugin spec is a published contract — plugin authors build against it — +# so changes go through the maintainers listed here. +* @topkoa @byrongamatos