docs: update CLAUDE.md with communication guidelines

- Added communication rules specifying that user interactions should be in Japanese while code, comments, and commit messages remain in English.
- Clarified the purpose of the document being in English for context efficiency.
This commit is contained in:
d-kimsuon
2025-10-18 22:44:19 +09:00
parent 41d5c38461
commit 967e1d0a58

View File

@@ -2,6 +2,11 @@
## Critical Rules (Read First)
**Communication**:
- Always communicate with users in Japanese (日本語)
- Code, comments, and commit messages should be in English
- This document is in English for context efficiency
**NEVER**:
- Use `as` type casting (explain the problem to the user instead)
- Use raw `fetch` or bypass TanStack Query for API calls