-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
34 lines (24 loc) · 654 Bytes
/
CODEOWNERS
File metadata and controls
34 lines (24 loc) · 654 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
30
31
32
33
34
# CODEOWNERS for SPECTRE
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owner for everything
* @doublegate
# Core library
/crates/spectre-core/ @doublegate
# CLI interface
/crates/spectre-cli/ @doublegate
# TUI dashboard
/crates/spectre-tui/ @doublegate
# GUI application
/crates/spectre-gui/ @doublegate
# MCP server
/crates/spectre-mcp/ @doublegate
# Documentation
/docs/ @doublegate
*.md @doublegate
# CI/CD
/.github/ @doublegate
# Configuration
/configs/ @doublegate
Cargo.toml @doublegate
# Security-sensitive files
SECURITY.md @doublegate