zeroclaw/.github/CODEOWNERS
Chummy 1c3f4ec804
`chore(codeowners): route ci/docs surfaces to @chumyin
add route ci/docs surfaces to @chumyin to view directly.
2026-02-16 21:59:38 +08:00

21 lines
517 B
Text

# Default owner for all files
* @theonlyhennygod
# High-risk surfaces
/src/security/** @theonlyhennygod
/src/runtime/** @theonlyhennygod
/src/memory/** @theonlyhennygod
/.github/** @theonlyhennygod
/Cargo.toml @theonlyhennygod
/Cargo.lock @theonlyhennygod
# CI
/.github/workflows/** @chumyin
# Docs & governance
/docs/** @chumyin
/AGENTS.md @chumyin
/CONTRIBUTING.md @chumyin
/docs/pr-workflow.md @chumyin
/docs/reviewer-playbook.md @chumyin
/docs/ci-map.md @chumyin