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 .
This commit is contained in:
Chummy 2026-02-18 00:54:05 +08:00
parent 107d7b1ac4
commit ddf1c72725

8
.github/CODEOWNERS vendored
View file

@ -4,7 +4,7 @@
# High-risk surfaces # High-risk surfaces
/src/security/** @willsarg /src/security/** @willsarg
/src/runtime/** @theonlyhennygod /src/runtime/** @theonlyhennygod
/src/memory/** @theonlyhennygod /src/memory/** @theonlyhennygod @chumyin
/.github/** @theonlyhennygod /.github/** @theonlyhennygod
/Cargo.toml @theonlyhennygod /Cargo.toml @theonlyhennygod
/Cargo.lock @theonlyhennygod /Cargo.lock @theonlyhennygod
@ -17,12 +17,12 @@
# Docs & governance # Docs & governance
/docs/** @chumyin /docs/** @chumyin
/AGENTS.md @chumyin /AGENTS.md @chumyin
/CLAUDE.md @chumyin
/CONTRIBUTING.md @chumyin /CONTRIBUTING.md @chumyin
/docs/pr-workflow.md @chumyin /docs/pr-workflow.md @chumyin
/docs/reviewer-playbook.md @chumyin /docs/reviewer-playbook.md @chumyin
/docs/ci-map.md @chumyin
# Security / CI-CD governance overrides (last-match wins) # Security / CI-CD governance overrides (last-match wins)
/SECURITY.md @willsarg /SECURITY.md @willsarg
/docs/actions-source-policy.md @willsarg @chumyin /docs/actions-source-policy.md @willsarg
/docs/ci-map.md @willsarg @chumyin /docs/ci-map.md @willsarg