From ddf1c727257f4bdf7dec63da499502eb17f48c2b Mon Sep 17 00:00:00 2001 From: Chummy Date: Wed, 18 Feb 2026 00:54:05 +0800 Subject: [PATCH] chore: update CODEOWNERS for memory, docs and CI governance remove @chumyin from anything related to ci/cd. add CLAUDE.md to @chumyin . add @chumyin to /src/memory/** to better assist @theonlyhennygod . --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d4b198c..776fb65 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,7 +4,7 @@ # High-risk surfaces /src/security/** @willsarg /src/runtime/** @theonlyhennygod -/src/memory/** @theonlyhennygod +/src/memory/** @theonlyhennygod @chumyin /.github/** @theonlyhennygod /Cargo.toml @theonlyhennygod /Cargo.lock @theonlyhennygod @@ -17,12 +17,12 @@ # Docs & governance /docs/** @chumyin /AGENTS.md @chumyin +/CLAUDE.md @chumyin /CONTRIBUTING.md @chumyin /docs/pr-workflow.md @chumyin /docs/reviewer-playbook.md @chumyin -/docs/ci-map.md @chumyin # Security / CI-CD governance overrides (last-match wins) /SECURITY.md @willsarg -/docs/actions-source-policy.md @willsarg @chumyin -/docs/ci-map.md @willsarg @chumyin +/docs/actions-source-policy.md @willsarg +/docs/ci-map.md @willsarg