-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
29 lines (22 loc) · 726 Bytes
/
CODEOWNERS
File metadata and controls
29 lines (22 loc) · 726 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
# Default owner for everything
* @webdevcom01-cell
# CI/CD and GitHub config
.github/ @webdevcom01-cell
# Database schema — changes require careful review
prisma/ @webdevcom01-cell
# Core runtime engine
src/lib/runtime/ @webdevcom01-cell
# Security-sensitive code
src/lib/security/ @webdevcom01-cell
src/lib/safety/ @webdevcom01-cell
src/lib/webhooks/verify.ts @webdevcom01-cell
src/middleware.ts @webdevcom01-cell
src/lib/api/auth-guard.ts @webdevcom01-cell
# AI and model configuration
src/lib/ai.ts @webdevcom01-cell
src/lib/models.ts @webdevcom01-cell
# Knowledge base / RAG pipeline
src/lib/knowledge/ @webdevcom01-cell
# ECC integration
src/lib/ecc/ @webdevcom01-cell
services/ecc-skills-mcp/ @webdevcom01-cell