1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

PM-26727 - First iteration of Claude Code Review tuning (#16803)

* First iteration of Claude Code Review tuning
This commit is contained in:
Mick Letofsky
2025-10-09 16:25:22 +02:00
committed by GitHub
parent 7e921c2ec9
commit d17fa04b7a
2 changed files with 27 additions and 4 deletions

View File

@@ -1,5 +1,13 @@
# Bitwarden Clients - Claude Code Configuration
## Project Context Files
**Read these files before reviewing to ensure that you fully understand the project and contributing guidelines**
1. @README.md
2. @CONTRIBUTING.md
3. @.github/PULL_REQUEST_TEMPLATE.md
## Critical Rules
- **NEVER** use code regions: If complexity suggests regions, refactor for better readability
@@ -8,7 +16,7 @@
- **NEVER** send unencrypted vault data to API services
- **NEVER** commit secrets, credentials, or sensitive information. Follow the guidelines in `SECURITY.md`.
- **NEVER** commit secrets, credentials, or sensitive information.
- **NEVER** log decrypted data, encryption keys, or PII
- No vault data in error messages or console logs