From dec2ed71559115c813285064e3e467c1f58dae55 Mon Sep 17 00:00:00 2001 From: Patrick Honkonen Date: Thu, 23 Oct 2025 15:54:48 -0400 Subject: [PATCH] Add CODEOWNERS for Claude-related files This commit updates the `.github/CODEOWNERS` file to establish ownership for Claude-related files. A new rule has been added that assigns ownership of all files and subdirectories within the `.claude/` directory to the `@bitwarden/team-ai-sme` team. This ensures that the appropriate team is automatically requested for review on any pull requests modifying these files. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9f3339c16e..2735cf6f2a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,6 +10,9 @@ # Actions and workflow changes. .github/ @bitwarden/dept-development-mobile +# Claude related files +.claude/ @bitwarden/team-ai-sme + # Auth # app/src/main/java/com/x8bit/bitwarden/data/auth @bitwarden/team-auth-dev # app/src/main/java/com/x8bit/bitwarden/ui/auth @bitwarden/team-auth-dev