From a61ece2582dc1111b50b8c42571b740a97229e46 Mon Sep 17 00:00:00 2001 From: alexion Date: Sat, 18 Jul 2026 15:47:24 -0400 Subject: [PATCH] Sign Gitea comments as the agent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a convention: comments posted to Gitea go out under the operator's account, so sign each with a — Claude sign-off to attribute them to the agent. --- CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 905897c..72c7c35 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -9,6 +9,9 @@ The domain model (Host, Module, Skeleton, Auto-loader, Enable convention, overla Do not write comments about history ("used to be X", "now moved here"), about how a value is consumed in other files, or that justify the choice against alternatives. Never reference agent-facing state (anything under `.claude/` or `CLAUDE.md`) from a code comment: that state is not part of understanding the code. A reader looking at only that file should find every comment accurate and self-contained. +- Comments posted to Gitea (pull requests, issues, reviews) go out under the operator's account, so sign every one to make clear the author is the agent, not the operator. + End the comment with a `— Claude` sign-off. + (A dedicated bot account may replace this later; until then, the sign-off is the only marker.) ## Gotchas