From e4d6f45efe234e9609ab7535552c4ece262a3e9b Mon Sep 17 00:00:00 2001 From: Alexey Zaytsev Date: Wed, 3 Jun 2026 23:15:15 -0500 Subject: [PATCH] docs: document commit message format --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 729cb09e1..d653442f4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -52,6 +52,7 @@ Committing: - Stage explicit paths (`git add `); never `git add -A` / `git add .`. - Before committing, run `git status` and verify you are only staging your files. - `packages/ai/src/models.generated.ts` may always be included alongside your files. +- Message format: `{feat,fix,docs}[(ai,tui,agent,coding-agent)]: (optionally multiple lines)`. Message is informative and concise. Never run (destroys other agents' work or bypasses checks):