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:
10
CLAUDE.md
10
CLAUDE.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user