-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (21 loc) · 753 Bytes
/
CODEOWNERS
File metadata and controls
28 lines (21 loc) · 753 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
# CODEOWNERS file for webai-mcp repository
# This file defines who should review pull requests for different parts of the codebase
# Documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Global fallback - cpjet64 owns everything by default
* @cpjet64
# GitHub configuration files
.github/ @cpjet64
.github/CODEOWNERS @cpjet64
# Documentation
*.md @cpjet64
docs/ @cpjet64
# TypeScript configuration
tsconfig.json @cpjet64
*/tsconfig.json @cpjet64
# Chrome extension
chrome-extension/ @cpjet64
# WebAI-MCP packages
webai-mcp/ @cpjet64
webai-server/ @cpjet64
# Lighthouse audit configurations
webai-server/lighthouse/ @cpjet64