This repository follows these commit guidelines:
- One line commit messages: subject line only (no body), concise and imperative.
- One file per commit: each commit should modify exactly one file (add/modify/rename).
When making changes:
- Prefer multiple small commits over one large commit.
- Keep commits ordered so history stays bisectable (e.g. config/tooling changes before regenerated lockfiles).