feat(llm): add claude note to make key-management aware of encryption related changes (#21818)

This commit is contained in:
Bernd Schoolmann 2026-07-17 02:05:31 +09:00 committed by GitHub
parent b13d842281
commit 89b97d71c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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