chore: update CLAUDE.md

This commit is contained in:
Masaki Yatsu
2025-08-21 13:56:35 +09:00
parent 7c4e047299
commit 44cab29d3e

View File

@@ -135,3 +135,12 @@ When adding new services:
3. Store credentials in Vault using established patterns 3. Store credentials in Vault using established patterns
4. Create Keycloak client if authentication required 4. Create Keycloak client if authentication required
5. Import module in main justfile 5. Import module in main justfile
## Code Style
- Indent lines with 4 spaces
- Do not use trailing whitespace
- It must pass the command: `just --fmt --check --unstable`
- Follow existing Justfile patterns
- Only write code comments when necessary, as the code should be self-explanatory
- Write output messages and code comments in English