-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathCODEOWNERS
More file actions
40 lines (32 loc) · 935 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
40 lines (32 loc) · 935 Bytes
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
# SYNCRO Code Ownership and Review Requirements
#
# This file defines code ownership by area and enforces required reviews on pull requests.
# When a PR touches files in an owned area, GitHub automatically requests review from the
# designated owners.
#
# Documentation: See docs/code-review-process.md for escalation and handoff procedures.
# Global defaults - all files require root maintainer review
* @Calebux
# Frontend / Client Application
/client/ @Calebux
# Backend / API Server
/backend/ @Calebux
# Smart Contracts / Blockchain
/contracts/ @Calebux
# Database / Infrastructure
/supabase/ @Calebux
/migrations/ @Calebux
# SDK
/sdk/ @Calebux
# Build & CI/CD Configuration
/.github/ @Calebux
*.yml @Calebux
*.yaml @Calebux
tsconfig.json @Calebux
jest.config.js @Calebux
vitest.config.ts @Calebux
pnpm-workspace.yaml @Calebux
package.json @Calebux
# Documentation (requires root maintainer)
*.md @Calebux
/docs/ @Calebux