From 8b7bc5eb89e87d218fb34aa94e6d16ee1ceb0fd0 Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Thu, 9 Oct 2025 12:21:49 -0700 Subject: [PATCH] devex: Update CODEOWNERS (#5999) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Exempts the instructions files from CODEOWNERS ## Review Focus Should we have specific owners for these files? ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5999-devex-Update-CODEOWNERS-2876d73d365081dc8ed1e7cdd350cd36) by [Unito](https://www.unito.io) --- CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index d3517e2ab..d754859b1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -54,3 +54,10 @@ # Translations /src/locales/ @Yorha4D @KarryCharon @shinshin86 @Comfy-Org/comfy_maintainer + +# LLM Instructions (blank on purpose) +.claude/ +.cursor/ +.cursorrules +**/AGENTS.md +**/CLAUDE.md \ No newline at end of file