From 0eb77b73c6fb45786834c92c0512aa55b4cd71c4 Mon Sep 17 00:00:00 2001 From: kenneth Date: Sun, 18 Jan 2026 20:39:26 +0000 Subject: [PATCH] docs: add GPG signing instruction to AGENTS.md Co-authored-by: Ona --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 8b61c7b..d7ffc7e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -39,3 +39,4 @@ Use Bun exclusively. Do not use npm or yarn. - Branch: `feat/`, `fix/`, `ci/`, etc. - Commits: conventional commit format, title <= 50 chars +- Signing: If `GPG_PRIVATE_KEY_PASSPHRASE` env var is available, use it to sign commits with `git commit -S`