-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
36 lines (26 loc) · 893 Bytes
/
CODEOWNERS
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
# ⚔️ Sacred Realm Keepers
# These Keepers will be requested for review when someone opens a ritual request (PR)
# For more info, see: https://help.github.com/articles/about-codeowners/
# 🌒 Default Keepers for All
* @NubsCarson
# 🗝️ Core Protocol Keepers
/src/core/ @NubsCarson
/src/protocol/ @NubsCarson
# ⛧ Bridge Keepers
/src/bridge/ @NubsCarson
# 🕯️ Node Keepers
/src/node/ @NubsCarson
# ⚡ SDK Keepers
/sdk/ @NubsCarson
# 🧠 AI Layer Keepers
/src/ai/ @NubsCarson
# 📓 Documentation Keepers
/docs/ @NubsCarson
*.md @NubsCarson
# ⚔️ Security Keepers
/security/ @NubsCarson
/.github/SECURITY.md @NubsCarson
# 🌑 Test Chamber Keepers
/tests/ @NubsCarson
*.test.ts @NubsCarson
*.spec.ts @NubsCarson