-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathCODEOWNERS
More file actions
32 lines (23 loc) · 711 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
32 lines (23 loc) · 711 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
# ClaudeForge Code Owners
# These owners will be automatically requested for review when someone opens a PR that modifies code in these areas
# Default owner for everything in the repo
* @alirezarezvani
# GitHub workflows and actions
/.github/ @alirezarezvani
# Installation scripts (critical for users)
/install.sh @alirezarezvani
/install.ps1 @alirezarezvani
# Core skill modules
/skill/*.py @alirezarezvani
# Slash commands
/command/ @alirezarezvani
# Guardian agent
/agent/ @alirezarezvani
# Documentation (important for user experience)
/docs/ @alirezarezvani
/README.md @alirezarezvani
/CHANGELOG.md @alirezarezvani
# Quality hooks
/hooks/ @alirezarezvani
# Setup scripts
/setup/ @alirezarezvani