Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 382 Bytes

File metadata and controls

10 lines (8 loc) · 382 Bytes

Claude Code Guidelines

Code style

  • All code must be written in English.
  • No unnecessary or verbose comments. Only add a comment when the why is non-obvious.
  • Get straight to the point — no padding, no fluff.

Git commits

  • Commit messages must be short and descriptive: what changed, nothing more.
  • Do not mention AI, Claude, or automated tooling in commit messages.