# 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
