From b304e71ab3b9e95491fcae2a6940975918f509a6 Mon Sep 17 00:00:00 2001 From: Michael Benedict Date: Thu, 19 Mar 2026 00:14:14 -0400 Subject: [PATCH] Add CODEOWNERS file for AI app compliance This enables AI app access by ensuring human code review. CODEOWNERS selected based on: fallback_org_wide Next step: Enable branch protection "Require Code Owner reviews" Related: PRs #505, #503 (AI app removal) Compliance report: https://gist.github.com/mjbenedict-alchemy/2b55685bb5f018db89bcd636616e4157 Co-Authored-By: Claude Sonnet 4.5 --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..97b1681 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# TODO: Replace with domain-specific team +* @alchemyplatform/alchemy-engineers