From 9fafb269c9fd407d9dd72f92da2e381ee49b0e1d Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Tue, 4 Aug 2026 13:04:12 +0900 Subject: [PATCH] docs(agents): code-owner gates disabled org-wide until multiple maintainers exist --- AGENTS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index a314d56..9941a00 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -40,3 +40,11 @@ Preview locally with `python3 -m http.server 4173`. (`codegraph explore ""`, or the code-review-graph MCP tools) BEFORE grep/find — it surfaces callers/callees/impact that text search misses. + +## Code-owner review gates — disabled (on hold) + +As of 2026-08-04, code-owner review requirements (`require_code_owner_reviews` in branch +protection, `require_code_owner_review` in rulesets) are disabled across the ContextualWisdomLab +org: there is a single maintainer (solo developer), so a code-owner approval gate can never be +satisfied. This is ON HOLD until the org has multiple maintainers — do NOT re-enable these +settings or add CODEOWNERS-based merge gates before then.