From f89beccab6a60fb72ccaf0c411982cd593054875 Mon Sep 17 00:00:00 2001 From: satyakwok Date: Thu, 14 May 2026 12:51:45 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20add=20.github/CODEOWNERS=20=E2=80=94?= =?UTF-8?q?=20solo-operator=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..3cb8e8c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Default owner for everything in the repo. CODEOWNERS auto-requests +# review from listed owners when a PR touches matching paths. Solo +# operator pattern — everything owned by satyakwok until co-maintainers +# join, at which point split per-area (e.g. consensus/ contracts/ etc.). +* @satyakwok