# ───────────────────────────────────────────────────────────────────────────── # OWNERSHIP = THE SECOND WALL # # The .aiderignore stops the agent from EDITING these files. CODEOWNERS stops a # mutated PR from CHANGING them without the human's explicit review — enforced by # a GitHub branch-protection rule requiring code-owner approval on `main`. # # Replace @YOU with your GitHub handle, then in repo Settings → Branches: # • Protect `main` # • Require a pull request before merging # • Require review from Code Owners # • Do NOT allow auto-merge # ───────────────────────────────────────────────────────────────────────────── # The locked physics — the grader and the rules of the universe. /harness/ @YOU # The liveness gate. If the agent could change these, it would weaken its own oversight. /tests/ @YOU # The ground truth and its schema. /metrics.csv @YOU # The evolutionary engine and its blindfold. /.github/ @YOU /.aiderignore @YOU /CODEOWNERS @YOU # Deploy surface. /Dockerfile @YOU /requirements.txt @YOU