zeroclaw/.github/CODEOWNERS
Chummy ddf1c72725 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 .
2026-02-18 00:56:55 +08:00

28 lines
776 B
Text

# Default owner for all files
* @theonlyhennygod
# High-risk surfaces
/src/security/** @willsarg
/src/runtime/** @theonlyhennygod
/src/memory/** @theonlyhennygod @chumyin
/.github/** @theonlyhennygod
/Cargo.toml @theonlyhennygod
/Cargo.lock @theonlyhennygod
# CI
/.github/workflows/** @theonlyhennygod @willsarg
/.github/codeql/** @willsarg
/.github/dependabot.yml @willsarg
# Docs & governance
/docs/** @chumyin
/AGENTS.md @chumyin
/CLAUDE.md @chumyin
/CONTRIBUTING.md @chumyin
/docs/pr-workflow.md @chumyin
/docs/reviewer-playbook.md @chumyin
# Security / CI-CD governance overrides (last-match wins)
/SECURITY.md @willsarg
/docs/actions-source-policy.md @willsarg
/docs/ci-map.md @willsarg