-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCODEOWNERS
More file actions
25 lines (19 loc) · 710 Bytes
/
CODEOWNERS
File metadata and controls
25 lines (19 loc) · 710 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
# CODEOWNERS - Defines code ownership for automatic reviewer assignment
#
# Note: The wildcard rule must be FIRST (GitHub uses last-match-wins).
# Specific rules below are currently same owner but documented separately
# to enable per-area ownership when the team grows.
# Default owner for everything
* @sjnims
# --- Specific ownership rules (ready for team scaling) ---
# GitHub configuration (workflows, templates, dependabot)
/.github/ @sjnims
# Plugin core
/plugins/plugin-dev/ @sjnims
# Critical documentation
/README.md @sjnims
/CLAUDE.md @sjnims
/SECURITY.md @sjnims
# Manifests (version management)
/plugins/plugin-dev/.claude-plugin/plugin.json @sjnims
/.claude-plugin/marketplace.json @sjnims