From 1e02466b4aa948464face747a160a26a88cb550b Mon Sep 17 00:00:00 2001 From: Emma Mulitz Date: Thu, 2 Jul 2026 13:31:01 -0400 Subject: [PATCH] chore: remove CODEOWNERS file --- .github/CODEOWNERS | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 8a1d66b35..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,9 +0,0 @@ -# CODEOWNERS — required reviewers on PRs touching these paths. -# Claude-authored PRs touching these paths won't merge until an owner -# approves. Prevents prompt-injection rewrites of agent behavior, -# workflow hijacking, or dep-chain tampering from ever reaching main. - -/.agents/ @bokelley -/.github/ @bokelley -/.github/workflows/ @bokelley -/pyproject.toml @bokelley