Skip to content

Commit 5f164a6

Browse files
irparentclaude
andcommitted
Add CODEOWNERS and branch protection
All changes require founder review. CODEOWNERS covers website/, src/, dashboard/, .github/, and config files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dcca631 commit 5f164a6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/CODEOWNERS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Iris Code Owners
2+
# All changes require review from the founder.
3+
4+
# Default: founder reviews everything
5+
* @irparent
6+
7+
# Website and playground — founder only, no exceptions
8+
website/ @irparent
9+
10+
# Core product code
11+
src/ @irparent
12+
13+
# Dashboard
14+
dashboard/ @irparent
15+
16+
# Configuration and CI
17+
.github/ @irparent
18+
package.json @irparent
19+
tsconfig*.json @irparent
20+
smithery.yaml @irparent

0 commit comments

Comments
 (0)