-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS.txt
More file actions
44 lines (33 loc) · 1.72 KB
/
Copy pathCODEOWNERS.txt
File metadata and controls
44 lines (33 loc) · 1.72 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
# ========================================
# Adaptive Intelligence Circle - CODEOWNERS
# ========================================
# This file defines the maintainers responsible
# for specific components of the ecosystem.
# GitHub automatically requests reviews based on these mappings.
# ----------------------------------------
# Global Maintainers (default fallback)
* @AdaptiveCircle/CoreMaintainers
# Core System Components
/core/ @AdaptiveCircle/CoreMaintainers
# Runtime and Execution Engine
/runtime/ @AdaptiveCircle/RuntimeMaintainers
# Protection and Security Layer
/modules/protection/ @AdaptiveCircle/SecurityTeam
# Preprocessing and Data Pipelines
/modules/preprocessing/ @AdaptiveCircle/DataPipelineTeam
# Communication, Sync, and Node Management
/modules/communication/ @AdaptiveCircle/NetworkTeam
# Language and Compiler Subsystem
/language/ @AdaptiveCircle/CompilerTeam
# Behavior Simulation and Sandbox
/simulation/ @AdaptiveCircle/BehaviorTeam
# Documentation, diagrams, and meta-specs
/docs/ @AdaptiveCircle/ResearchTeam
# Workflows and CI/CD definitions
/.github/ @AdaptiveCircle/CoreMaintainers
# ----------------------------------------
# Notes:
# - Each team above should be defined under the GitHub organization
# (Settings → Teams → New Team).
# - At least one member per team must have “Write” or “Maintain” permission.
# - Avoid assigning single individuals unless the module is experimental.