-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathCODEOWNERS
More file actions
36 lines (31 loc) · 1.52 KB
/
CODEOWNERS
File metadata and controls
36 lines (31 loc) · 1.52 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
# ============================================================
# CODEOWNERS — Linearis
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# ============================================================
# --- Default: all files require at least one maintainer ---
* @iamfj
# --- Tier 1: Security-critical (auth, tokens, encryption) ---
src/common/encryption.ts @iamfj
src/common/token-storage.ts @iamfj
src/common/auth.ts @iamfj
src/services/auth-service.ts @iamfj
src/commands/auth.ts @iamfj
SECURITY.md @iamfj
# --- Tier 2: Supply chain & CI/CD ---
.github/workflows/ @iamfj
package.json @iamfj
package-lock.json @iamfj
renovate.json @iamfj
lefthook.yml @iamfj
codegen.config.ts @iamfj
# --- Tier 3: Architecture guardrails ---
src/client/ @iamfj
src/common/context.ts @iamfj
tsconfig.json @iamfj
biome.json @iamfj
# --- Tier 4: Governance ---
LICENSE.md @iamfj
CONTRIBUTING.md @iamfj
AGENTS.md @iamfj
.github/ISSUE_TEMPLATE/ @iamfj
.github/pull_request_template.md @iamfj