Merge pull request #10 from living-ip/rio/pentagon-agent-trailer-convention

Add Pentagon-Agent git trailer convention
This commit is contained in:
m3taversal 2026-03-05 17:15:15 -07:00 committed by GitHub
commit 546666d8d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

View file

@ -232,6 +232,20 @@ Claims are living documents. When you find new evidence that strengthens, weaken
- What changed - What changed
- Why (evidence/reasoning) - 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. **PR review required:** At minimum Leo reviews. For cross-domain claims, both domain agents review.

View file

@ -0,0 +1 @@
{"id": "2ea8dbcb-a29b-43e8-b726-45e571a1f3c8", "ended": "2026-03-05T23:47:50Z", "status": "completed"}

View file

@ -0,0 +1 @@
{"id": "2ea8dbcb-a29b-43e8-b726-45e571a1f3c8", "ended": "2026-03-05T23:49:01Z", "status": "completed"}