-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathCODEOWNERS
More file actions
41 lines (31 loc) · 1.01 KB
/
CODEOWNERS
File metadata and controls
41 lines (31 loc) · 1.01 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
# Root level - main maintainers
* @will-lamerton @Avtrkrb
# CLI specific files
source/cli/ @will-lamerton @Avtrkrb
source/commands/* @will-lamerton @Avtrkrb
# AI SDK client
source/ai-sdk-client/* @will-lamerton @Avtrkrb
# App and UI components
source/app/* @will-lamerton @Avtrkrb
source/components/* @will-lamerton @Avtrkrb
# Configuration and setup
source/config/* @will-lamerton @Avtrkrb
source/init/* @will-lamerton @Avtrkrb
# Model and AI related
source/models/* @will-lamerton @Avtrkrb
source/client-factory* @will-lamerton @Avtrkrb
# VSCode plugin
plugins/vscode/**/* @will-lamerton @Avtrkrb
# Test files
**/*.spec.ts @will-lamerton @Avtrkrb
**/*.spec.tsx @will-lamerton @Avtrkrb
# Build and configuration files
package.json @will-lamerton @Avtrkrb
tsconfig.json @will-lamerton @Avtrkrb
biome.json @will-lamerton @Avtrkrb
# Documentation
docs/**/* @will-lamerton @Avtrkrb
README.md @will-lamerton @Avtrkrb
CONTRIBUTING.md @will-lamerton @Avtrkrb
# GitHub workflows and configurations
.github/**/* @will-lamerton @Avtrkrb