From aa8ccc7915527752982fa447c689d7dc57d45291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0otek?= Date: Tue, 21 Jul 2026 06:47:16 +0200 Subject: [PATCH] chore(governance): add independent reviewer to CODEOWNERS Add the independent reviewer account to every CODEOWNERS ownership rule so the protected-main required Code Owner review is satisfied by an independent approval, alongside the maintainer. Pairs with newly enabled branch protection (require pull request, one approval, dismiss stale reviews, last-push approval). Authored by Anulum Fortis & Arcane Sapience (protoscience@anulum.li) Seat: a7c1 --- .github/CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 023083e..8211cc0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,9 +6,9 @@ # Contact: www.anulum.li | protoscience@anulum.li # RigorFoundry — Review ownership -* @anulum -/.github/ @anulum -/src/rigor_foundry/ @anulum -/tools/ @anulum -/pyproject.toml @anulum -/requirements/ @anulum +* @anulum @gradaom +/.github/ @anulum @gradaom +/src/rigor_foundry/ @anulum @gradaom +/tools/ @anulum @gradaom +/pyproject.toml @anulum @gradaom +/requirements/ @anulum @gradaom