docs: add GPG signing instruction to AGENTS.md

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-01-18 20:39:26 +00:00
parent dfce846c9a
commit 0eb77b73c6

View File

@@ -39,3 +39,4 @@ Use Bun exclusively. Do not use npm or yarn.
- Branch: `feat/<task>`, `fix/<task>`, `ci/<task>`, 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`