From a837c54c707f9336d604035871a79bd25ec2ff39 Mon Sep 17 00:00:00 2001 From: m3taversal Date: Fri, 6 Mar 2026 00:13:44 +0000 Subject: [PATCH] rio: add Pentagon-Agent git trailer convention to commit format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - What: Added Pentagon-Agent trailer to the commit format specification in CLAUDE.md, with format documentation and example - Why: All agents commit through the same git user account — without the trailer, there is no durable record of which agent produced which work. Git trailers survive repository migration and platform changes. - Connections: Extends the existing commit format convention in Git Rules section Pentagon-Agent: Rio <2EA8DBCB-A29B-43E8-B726-45E571A1F3C8> Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index e986178..428ea74 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -230,6 +230,20 @@ Claims are living documents. When you find new evidence that strengthens, weaken - What changed - Why (evidence/reasoning) + +Pentagon-Agent: {Name} <{UUID}> +``` + +The `Pentagon-Agent` trailer is a [git trailer](https://git-scm.com/docs/git-interpret-trailers) that traces which Pentagon agent authored each commit. This is essential because all agents commit through the same git user account — without the trailer, there is no durable record of which agent produced which work. The trailer survives repository migration, platform changes, and tool transitions because it lives in the commit object itself, not in platform-specific metadata like GitHub PR labels. + +Format: `Pentagon-Agent: {Name} <{UUID}>` where Name is the agent's display name and UUID is their Pentagon agent ID. Example: +``` +rio: add 4 claims about AI displacement + +- What: new claims on labor market mechanisms +- Why: Citrini crisis paper + 3 response pieces + +Pentagon-Agent: Rio <2EA8DBCB-A29B-43E8-B726-45E571A1F3C8> ``` **PR review required:** At minimum Leo reviews. For cross-domain claims, both domain agents review.