From 422df102a69d9a5f54c1100a9b66f3bc63fc6832 Mon Sep 17 00:00:00 2001 From: amcheste-ai-agent <278991699+amcheste-ai-agent@users.noreply.github.com> Date: Sat, 25 Apr 2026 15:49:47 -0400 Subject: [PATCH] chore: add .github/CODEOWNERS routing all PRs to @amcheste Auto-routes every PR (human, bot, or App-authored) to @amcheste for review. Without this file, App-authored PRs disappear from review queues like Graphite. Part of a cross-repo audit fixing the same gap everywhere; pairs with the bot-account model documented in the engineering handbook. Co-Authored-By: Claude Opus 4.7 (1M context) Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com> --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..666bb1c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +* @amcheste