-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
32 lines (29 loc) · 1.26 KB
/
CODEOWNERS
File metadata and controls
32 lines (29 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Default owner for all files
* @theonlyhennygod @JordanTheJet
# Important functional modules
/src/agent/** @theonlyhennygod @JordanTheJet
/src/providers/** @theonlyhennygod @JordanTheJet
/src/channels/** @theonlyhennygod @JordanTheJet
/src/tools/** @theonlyhennygod @JordanTheJet
/src/gateway/** @theonlyhennygod @JordanTheJet
/src/runtime/** @theonlyhennygod @JordanTheJet
/src/memory/** @theonlyhennygod @JordanTheJet
/Cargo.toml @theonlyhennygod @JordanTheJet
/Cargo.lock @theonlyhennygod @JordanTheJet
# Security / tests / CI-CD ownership
/src/security/** @theonlyhennygod @JordanTheJet
/tests/** @theonlyhennygod @JordanTheJet
/.github/** @theonlyhennygod @JordanTheJet
/.github/workflows/** @theonlyhennygod @JordanTheJet
/.github/codeql/** @theonlyhennygod @JordanTheJet
/.github/dependabot.yml @theonlyhennygod @JordanTheJet
/SECURITY.md @theonlyhennygod @JordanTheJet
/docs/actions-source-policy.md @theonlyhennygod @JordanTheJet
/docs/ci-map.md @theonlyhennygod @JordanTheJet
# Docs & governance
/docs/** @theonlyhennygod @JordanTheJet
/AGENTS.md @theonlyhennygod @JordanTheJet
/CLAUDE.md @theonlyhennygod @JordanTheJet
/CONTRIBUTING.md @theonlyhennygod @JordanTheJet
/docs/pr-workflow.md @theonlyhennygod @JordanTheJet
/docs/reviewer-playbook.md @theonlyhennygod @JordanTheJet