-
Notifications
You must be signed in to change notification settings - Fork 956
Expand file tree
/
Copy pathCODEOWNERS
More file actions
46 lines (41 loc) · 1.73 KB
/
Copy pathCODEOWNERS
File metadata and controls
46 lines (41 loc) · 1.73 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Default reviewers
* @lidge-jun @Ingwannu
# High-impact runtime behavior
/src/adapters/ @lidge-jun @Ingwannu
/src/providers/ @lidge-jun @Ingwannu
/src/codex/ @lidge-jun @Ingwannu
/src/server/ @lidge-jun @Ingwannu
# Repository automation and release security
/.github/ @lidge-jun @Ingwannu
/.coderabbit.yaml @lidge-jun @Ingwannu
/.npmignore @lidge-jun @Ingwannu
/bunfig.toml @lidge-jun @Ingwannu
/scripts/release.ts @lidge-jun @Ingwannu
/scripts/release-notes.ts @lidge-jun @Ingwannu
/scripts/prepare-package.ts @lidge-jun @Ingwannu
/package.json @lidge-jun @Ingwannu
/bun.lock @lidge-jun @Ingwannu
# Authentication, credentials, and management API
/src/oauth/ @lidge-jun @Ingwannu
/src/codex/auth-context.ts @lidge-jun @Ingwannu
/src/server/auth-cors.ts @lidge-jun @Ingwannu
/src/server/management-api.ts @lidge-jun @Ingwannu
/src/lib/admin-secrets.ts @lidge-jun @Ingwannu
/src/lib/service-secrets.ts @lidge-jun @Ingwannu
/src/server/management-auth.ts @lidge-jun @Ingwannu
# Governance and security policy
/AGENTS.md @lidge-jun @Ingwannu
**/AGENTS.md @lidge-jun @Ingwannu
/MAINTAINERS.md @lidge-jun @Ingwannu
/SECURITY.md @lidge-jun @Ingwannu
# Proxy core boundary — owner approval required.
# These four files carry every user's request path, including users of no optional
# subsystem. Optional subsystems (Compatibility Lab and anything added later) register
# into core-owned slots at activation instead of being imported here; the invariant is
# enforced by tests/core-lab-boundary.test.ts and designed in
# devlog/_fin/260814_lab_core_decoupling/.
# Last-match-wins: this block must stay below /src/server/ to take effect.
/src/router.ts @lidge-jun
/src/server/index.ts @lidge-jun
/src/server/lifecycle.ts @lidge-jun
/src/server/responses/core.ts @lidge-jun