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.
33 lines
1.4 KiB
Plaintext
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
|