-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
46 lines (37 loc) · 1.92 KB
/
Copy pathCODEOWNERS
File metadata and controls
46 lines (37 loc) · 1.92 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
# ZeroAuth Governance — Code Owners
#
# Path-based ownership. Every PR is reviewed by at least one owner of every
# path it touches. For files under `docs/shared/` and `docs/compliance/`, two
# reviewers are required (Pulkit + Amit).
#
# External DPO counsel is NOT YET ENGAGED. See ADR-0005 (open) in
# pulkitpareek18/ZeroAuth — engagement target ~2026-07-01, before first
# pilot SOW signing. Until then, the founders' joint sign-off is the gate
# and policy files retain `PROVISIONAL` banners.
#
# Once counsel is engaged: counsel review is enforced manually (not via
# CODEOWNERS) because counsel typically does not have GitHub access;
# reviewers note counsel sign-off in the PR description before merging
# policy-touching changes.
# Default — every file
* @pulkitpareek18
# Repo constitution + readme
/CLAUDE.md @pulkitpareek18 @AmitDua
/README.md @pulkitpareek18 @AmitDua
# Shared policy — two-reviewer rule
/docs/shared/ @pulkitpareek18 @AmitDua
/docs/shared/breach-notification.md @pulkitpareek18 @AmitDua
/docs/shared/security-policy.md @pulkitpareek18 @AmitDua
# Threat model — Pulkit (technical) + Amit (governance signoff)
/docs/threat-model/ @pulkitpareek18 @AmitDua
/docs/threat-model/canonical.md @pulkitpareek18 @AmitDua
# Compliance — Pulkit + Amit + counsel signoff in PR
/docs/compliance/ @pulkitpareek18 @AmitDua
# ADR index — anyone with merge rights, but Pulkit reviews
/adr-index/ @pulkitpareek18
# Release coordination — Pulkit (engineering) calls the matrix
/release-coordination/ @pulkitpareek18
# Evidence pack sources — Pulkit
/evidence-pack-sources/ @pulkitpareek18
# Workflows + repo plumbing — Pulkit
/.github/ @pulkitpareek18