From 7bebac194cbac7ffd9e488c4f7595c565b0b4749 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sat, 22 Aug 2026 01:17:11 +0100 Subject: [PATCH] docs: Note commit trailer and body conventions Co-Authored-By is the only trailer wanted here; session links are not. Also spell out that bodies should stay concise. Co-Authored-By: Claude Opus 5 --- AGENTS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index fc4be0a..eb751e1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -212,7 +212,9 @@ in churn. - Commit subjects follow `area/scope: Capitalized summary` (e.g. `nixos/home: ...`); keep logically distinct changes in separate commits. Aim for 50-character subjects and do not exceed 72 characters. Wrap commit bodies at 72 columns. A concise body describing the change and its - rationale is welcome when the subject alone does not provide enough context. + rationale is welcome when the subject alone does not provide enough context — keep it to the + essentials rather than restating the diff. `Co-Authored-By` is the only trailer used here; do + **not** add a `Claude-Session` link (or any other session/tooling trailer). ## Documentation