From 35cce2007bf29089d5954cc152ee340d18836c60 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Tue, 4 Aug 2026 13:40:20 +0900 Subject: [PATCH 1/3] docs: update renamed repo references in AGENTS.md --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index ec76a127..f31cfe61 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -75,7 +75,7 @@ behind Traefik (`deploy/traefik/`). DOM-decomposes emails and files into a persisted knowledge graph. Each component below is a **standalone program that must ALSO work as a git submodule**, grown separately and together: - - **waf-ids-ai-soc** — WAF / IDS / AI SOC / load balancer / API management. + - **wardnet** — WAF / IDS / AI SOC / load balancer / API management. - **clearfolio** — document viewer. - **pg-erd-cloud** — ERD tool (this repo). - **contextual-orchestrator** — LLM cost/perf/upstream-LB gateway (beyond From 30590c3578a5d1d0d3e8b1058f911bb5149c759c Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Tue, 4 Aug 2026 15:23:18 +0900 Subject: [PATCH 2/3] docs: consolidate ecosystem renames and review-gate policy --- AGENTS.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index f31cfe61..b05e0e9d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -83,7 +83,7 @@ behind Traefik (`deploy/traefik/`). - **codec-carver** — STT / omni-modal speech-video codec. - **fast-mlsirm** — LLM-as-a-Judge calibration + evaluation-item quality (uses aFIPC FIPC + kaefa item-fit). - - **feelanet-adfs** — passwordless SSO (OIDC / SCIM / ADFS / LDAP / FIDO2 / + - **keyverse** — passwordless SSO (OIDC / SCIM / ADFS / LDAP / FIDO2 / OAuth2.1; eliminate passwords). - **newsdom-api** — PDF→DOM sidecar. - **semantic-data-portal** — upper ontology / catalog / governance plane with @@ -99,3 +99,11 @@ behind Traefik (`deploy/traefik/`). literature — e.g. data modeling, ER theory, schema normalization, or graph/layout algorithms for diagram rendering. + +## Code-owner review gates — disabled (on hold) + +As of 2026-08-04, code-owner review requirements (`require_code_owner_reviews` +in branch protection and `require_code_owner_review` in rulesets) are disabled +across ContextualWisdomLab. A solo maintainer cannot independently satisfy a +code-owner approval gate. Keep this policy on hold until the organization has +multiple maintainers; do not re-enable CODEOWNERS-based merge gates before then. From 8fbae8e08ebea2f30347c7ca5b87bca948d7ef3b Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Tue, 4 Aug 2026 21:56:27 +0900 Subject: [PATCH 3/3] docs(agents): bind code-owner hold to central policy --- AGENTS.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index b05e0e9d..1a1389a4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -102,8 +102,12 @@ behind Traefik (`deploy/traefik/`). ## Code-owner review gates — disabled (on hold) -As of 2026-08-04, code-owner review requirements (`require_code_owner_reviews` -in branch protection and `require_code_owner_review` in rulesets) are disabled -across ContextualWisdomLab. A solo maintainer cannot independently satisfy a -code-owner approval gate. Keep this policy on hold until the organization has -multiple maintainers; do not re-enable CODEOWNERS-based merge gates before then. +The organization-level policy in `ContextualWisdomLab/.github` is authoritative. +While the organization has only one maintainer, code-owner-specific requirements +(`require_code_owner_reviews` in branch protection and +`require_code_owner_review` in rulesets) remain on hold because they cannot be +satisfied independently. Do not add or re-enable a CODEOWNERS-based merge gate +until the central policy records multiple independent maintainers. This hold +does not remove current-head independent approval, required status checks, +security gates, latest-pusher restrictions, or unresolved-thread protection; +when local text and central governance disagree, central governance wins.