-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (21 loc) · 771 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
28 lines (21 loc) · 771 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
# Code Owners - Automatic PR Review Assignment
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Global owner - reviews all changes by default
* @semanticintent
# Architecture & Domain Logic
/src/domain/ @semanticintent
/src/application/ @semanticintent
# Infrastructure & Adapters
/src/infrastructure/ @semanticintent
# Security-sensitive files
/SECURITY.md @semanticintent
/.github/workflows/ @semanticintent
/wrangler.jsonc.example @semanticintent
# Documentation
/docs/ @semanticintent
/*.md @semanticintent
# Database Migrations (require extra scrutiny)
/migrations/ @semanticintent
# Testing Infrastructure
/vitest.config.ts @semanticintent
**/*.test.ts @semanticintent