From cc11bbe7160c623ce163dfa0a3d79a6849dc98b3 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 10 Jun 2026 11:47:17 -0400 Subject: [PATCH 1/2] AGENTS.md: Add more detailed signoff guidance My coding agent started hallucinating my email address to be `rbryant@nvidia.com`. Add more guidance in `AGENTS.md` about how the `Signed-off-by` header should be added so that it uses the email address from git configuration instead of one it makes up. Signed-off-by: Russell Bryant --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index fe417baad..a6f8450fc 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -160,7 +160,7 @@ ocsf_emit!(event); - Always use [Conventional Commits](https://www.conventionalcommits.org/) format for commit messages - Format: `(): ` (scope is optional) - Common types: `feat`, `fix`, `docs`, `chore`, `refactor`, `test`, `ci`, `perf` -- Sign each commit for DCO compliance (`git commit -s`, or include a `Signed-off-by: Name ` trailer) +- Sign off on each commit for DCO compliance. Use the `--signoff` option to `git commit` to add the `Signed-off-by` header to ensure the user's configured email address is used. - Never mention Claude or any AI agent in commits (no author attribution, no Co-Authored-By, no references in commit messages) ## Pre-commit From 7952bdaf9049fa043542223623d813dae1a803c5 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 10 Jun 2026 14:15:24 -0400 Subject: [PATCH 2/2] Update AGENTS.md Co-authored-by: Evan Lezar --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index a6f8450fc..fabc41797 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -160,7 +160,7 @@ ocsf_emit!(event); - Always use [Conventional Commits](https://www.conventionalcommits.org/) format for commit messages - Format: `(): ` (scope is optional) - Common types: `feat`, `fix`, `docs`, `chore`, `refactor`, `test`, `ci`, `perf` -- Sign off on each commit for DCO compliance. Use the `--signoff` option to `git commit` to add the `Signed-off-by` header to ensure the user's configured email address is used. +- Sign off on each commit for DCO compliance. Use the `--signoff` option to `git commit` to add the `Signed-off-by` footer to ensure the user's configured email address is used. - Never mention Claude or any AI agent in commits (no author attribution, no Co-Authored-By, no references in commit messages) ## Pre-commit