Rule Git & Version Control

Atomic Commits

Each commit should be a single, complete logical change

gitcommitsworkflow
CLAUDE.md

Each commit should be a single, complete logical change. The codebase should build and pass tests at every commit. Don’t commit half-finished work to a shared branch.

Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.

get crystl