zeroclaw/.github/CODEOWNERS
argenis de la rosa 76a6ab5b12 chore(github): update review ownership routing
Remove JordanTheJet from CODEOWNERS review routing and align the workflow review-policy docs with the current approver fallback.

This keeps protected paths owned by theonlyhennygod and SimianAstronaut7 without pulling in unrelated README edits.
2026-03-11 15:35:15 -04:00

33 lines
1.4 KiB
Plaintext

# Default owner for all files
* @theonlyhennygod @SimianAstronaut7
# Important functional modules
/src/agent/** @theonlyhennygod @SimianAstronaut7
/src/providers/** @theonlyhennygod @SimianAstronaut7
/src/channels/** @theonlyhennygod @SimianAstronaut7
/src/tools/** @theonlyhennygod @SimianAstronaut7
/src/gateway/** @theonlyhennygod @SimianAstronaut7
/src/runtime/** @theonlyhennygod @SimianAstronaut7
/src/memory/** @theonlyhennygod @SimianAstronaut7
/Cargo.toml @theonlyhennygod @SimianAstronaut7
/Cargo.lock @theonlyhennygod @SimianAstronaut7
# Security / tests / CI-CD ownership
/src/security/** @theonlyhennygod @SimianAstronaut7
/tests/** @theonlyhennygod @SimianAstronaut7
/.github/** @theonlyhennygod @SimianAstronaut7
/.github/workflows/** @theonlyhennygod @SimianAstronaut7
/.github/codeql/** @theonlyhennygod @SimianAstronaut7
/.github/dependabot.yml @theonlyhennygod @SimianAstronaut7
/SECURITY.md @theonlyhennygod @SimianAstronaut7
/docs/actions-source-policy.md @theonlyhennygod @SimianAstronaut7
/docs/ci-map.md @theonlyhennygod @SimianAstronaut7
# Docs & governance
/docs/** @theonlyhennygod @SimianAstronaut7
/AGENTS.md @theonlyhennygod @SimianAstronaut7
/CLAUDE.md @theonlyhennygod @SimianAstronaut7
/CONTRIBUTING.md @theonlyhennygod @SimianAstronaut7
/docs/pr-workflow.md @theonlyhennygod @SimianAstronaut7
/docs/reviewer-playbook.md @theonlyhennygod @SimianAstronaut7