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.
This commit is contained in:
Patrick Honkonen
2025-10-23 15:54:48 -04:00
parent b7fb072758
commit dec2ed7155

3
.github/CODEOWNERS vendored
View File

@@ -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