Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 432 Bytes

File metadata and controls

11 lines (7 loc) · 432 Bytes

AGENTS.md

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).