-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathCODEOWNERS
More file actions
23 lines (17 loc) · 592 Bytes
/
CODEOWNERS
File metadata and controls
23 lines (17 loc) · 592 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# DartLab Code Owners
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owner for everything
* @eddmpython
# Core library
/src/dartlab/core/ @eddmpython
/src/dartlab/company.py @eddmpython
# Providers
/src/dartlab/providers/ @eddmpython
# AI / LLM
/src/dartlab/ai/ @eddmpython
/src/dartlab/mcp/ @eddmpython
# CI/CD
/.github/workflows/ @eddmpython
# Landing / Docs
/landing/ @eddmpython
/docs/ @eddmpython