# Auto-request review from these owners when matching paths change.
# Owners must approve before merge (when branch protection requires CODEOWNERS).

# Prompt / context surface -- drift here directly affects agent decisions
src/harmonyrun/agent/**/prompts/                @xuchuanqi
src/harmonyrun/agent/utils/context_pack.py      @xuchuanqi
src/harmonyrun/agent/utils/prompt_resolver.py   @xuchuanqi

# Evaluation suite -- code + data + workflows all gate on owner review
evals/                                          @xuchuanqi

# CI workflows -- drift here can silently disable gates
.github/workflows/                              @xuchuanqi

# Layer lint -- defines the architectural boundaries
scripts/lint_layers.py                          @xuchuanqi
