mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-21 21:17:06 +08:00
feat(llm): add claude note to make key-management aware of encryption related changes (#21818)
This commit is contained in:
parent
b13d842281
commit
89b97d71c5
@ -12,6 +12,7 @@
|
||||
|
||||
- **NEVER** use code regions: If complexity suggests regions, refactor for better readability
|
||||
- **CRITICAL**: new encryption logic should not be added to this repo.
|
||||
- If significant encryption related logic is added or changed, make sure @bitwarden/team-key-management-dev is aware of the PR
|
||||
- **NEVER** send unencrypted vault data to API services
|
||||
- **NEVER** commit secrets, credentials, or sensitive information.
|
||||
- **NEVER** log decrypted data, encryption keys, or PII
|
||||
|
||||
Loading…
Reference in New Issue
Block a user