-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
54 lines (43 loc) · 1.66 KB
/
CODEOWNERS
File metadata and controls
54 lines (43 loc) · 1.66 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
47
48
49
50
51
52
53
54
# Code Owners
# This file defines code ownership for the CVE Matter-Analysis OS repository.
# Code owners are automatically requested for review when someone opens a pull request
# that modifies code in a directory they own.
# Default owners for everything in the repo
* @security-team @cve-analysis-team
# Infrastructure and deployment
/k8s/ @sre-team @security-team
/terraform/ @sre-team @infrastructure-team
/argo/ @sre-team @mlops-team
/.github/workflows/ @devops-team @sre-team
/docker/ @devops-team @sre-team
# Security-sensitive files and configurations
/SECURITY.md @security-team
/CODEOWNERS @security-team
/.github/workflows/codeql.yml @security-team
/.github/workflows/container-scan.yml @security-team
# Prompts and system descriptions (high-value IP)
/prompts/ @ml-engineering-team @security-team
/capsules/ @ml-engineering-team @architecture-team
# Core pipeline modules
/src/ingest/ @backend-team @data-engineering-team
/src/alignment/ @ml-engineering-team @research-team
/src/models/ @ml-engineering-team @data-science-team
/src/refractors/ @ml-engineering-team @research-team
/src/evaluation/ @ml-engineering-team @research-team
/src/cuda/ @ml-engineering-team @performance-team
/src/bridge/ @backend-team @sre-team
# Tests
/tests/ @qa-team @backend-team
# Scripts and utilities
/scripts/ @devops-team @backend-team
# Documentation
/docs/ @tech-writing-team
/README.md @tech-writing-team @architecture-team
# Configuration files
/config/ @sre-team @security-team
/requirements.txt @backend-team @security-team
/requirements-dev.txt @backend-team
/pyproject.toml @backend-team
/setup.py @backend-team
# Copilot agent configuration
/.copilot/ @ai-team @architecture-team