From d3a473466ac5f82194d57dfeff101a3d8a16e5f1 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Tue, 3 Feb 2026 12:53:13 +0000 Subject: [PATCH] docs: add commit signing and authorship conventions to CLAUDE.md --- CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 85671ac..4a055c3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -315,6 +315,9 @@ impl BagRecord { 3. **SQL strings**: Use raw strings `r#"..."#` for multi-line queries 4. **Tests**: Integration tests in `tests/cli/` and `tests/server/` 5. **Commits**: Use Conventional Commit format (`feat:`, `fix:`, `refactor:`, etc.) +6. **Commit authorship**: Never add "Co-Authored-By" trailers to commit messages +7. **Commit signing**: Never use `--no-gpg-sign` when committing — always allow the default GPG signing +8. **Committing**: Do not commit unless explicitly asked to — provide a draft commit message instead ## Communication Style