-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
executable file
·21 lines (18 loc) · 942 Bytes
/
CODEOWNERS
File metadata and controls
executable file
·21 lines (18 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# =============================================================================
# Hali MVP — CODEOWNERS
# All PRs require review from the repository owner.
# Replace @irvinesunday with your actual GitHub username.
# =============================================================================
# Global ownership — you must approve every PR
* @irvinesunday
# Agent prompts and session prompts are especially sensitive
# Any changes to these files require your explicit review
/agent_prompts/ @irvinesunday
/session_prompts/ @irvinesunday
/scripts/ @irvinesunday
/.github/ @irvinesunday
# Spec files — changes here affect Claude Code's behaviour
/CLAUDE.md @irvinesunday
/mvp_locked_decisions.md @irvinesunday
/01_postgres_schema.sql @irvinesunday
/02_openapi.yaml @irvinesunday