From bf4b8b5dc567362db979f226f2e1ac5d15c99086 Mon Sep 17 00:00:00 2001 From: "Mr. Z" Date: Thu, 17 Jul 2025 09:03:38 -0400 Subject: [PATCH] chore(repo): update CODEOWNERS for config files --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f5d0461..a584edc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,6 +7,7 @@ # GitHub Actions workflows .github/workflows/* @mrz1836 +.github/.env.shared @mrz1836 # Documentation files *.md @mrz1836 @@ -19,3 +20,13 @@ Makefile @mrz1836 # Go module dependencies go.mod @mrz1836 go.sum @mrz1836 + +# AI Config Files +.github/AGENTS.md @mrz1836 +.cursorrules @mrz1836 +.github/CLAUDE.md @mrz1836 +sweep.yml @mrz1836 + +# Repository configuration +.github/labels.yml @mrz1836 +.github/dependabot.yml @mrz1836