From dc422f6127c8579f0d4ba190c42a94d7c92858c4 Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 30 Mar 2026 23:37:54 -0700 Subject: [PATCH] docs: reinforce frequent checkpoint commits --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 461f86c..baca243 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -41,6 +41,8 @@ ## Working style - Scan repo first; do not guess file names or patterns. - Make the smallest change that resolves the issue. +- Religiously commit work in small, verified slices; prefer frequent checkpoint commits over large end-state batches. +- Follow the commit discipline in `PROJECT_INSTRUCTIONS.md` for every slice, including Conventional Commit messages and related-file-only scope. - Keep touched files free of TS warnings and lint errors. - Add/update tests when API behavior changes (include negative cases). - Keep text encoding clean (no mojibake).