-
-
Notifications
You must be signed in to change notification settings - Fork 329
Expand file tree
/
Copy pathCODEOWNERS
More file actions
17 lines (14 loc) · 575 Bytes
/
CODEOWNERS
File metadata and controls
17 lines (14 loc) · 575 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file defines code review ownership for Shimmy.
# All changes require review and approval from the lead maintainer.
# Global ownership - require maintainer review for everything
* @Michael-A-Kuykendall
# Critical files require explicit maintainer approval
Cargo.toml @Michael-A-Kuykendall
src/main.rs @Michael-A-Kuykendall
src/api.rs @Michael-A-Kuykendall
src/openai_compat.rs @Michael-A-Kuykendall
# Governance and project files
ROADMAP.md @Michael-A-Kuykendall
CONTRIBUTING.md @Michael-A-Kuykendall
CODEOWNERS @Michael-A-Kuykendall
README.md @Michael-A-Kuykendall