AGENTS: add author-identity git rule for fleet consistency#270
Merged
Conversation
Insert the fleet author-identity rule into the Git and Commit Rules section, immediately after the commit-signing bullet. Every agent-authored commit must use the committing account's GitHub noreply identity (ptr727@users.noreply.github.com for this single-maintainer fleet) - never a private, personal, or invented address. This aligns AGENTS.md with the canonical template, which already carries the rule. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a missing governance rule to AGENTS.md so this repo’s AI-agent git/commit guidance matches the fleet’s canonical template, specifically around commit author identity for agent-authored commits.
Changes:
- Documented a new “author identity” requirement for agent-authored commits: use the committing account’s GitHub
noreplyemail (not private/personal/invented). - Clarified the rationale (avoids GH007 email-privacy push protection failures and prevents polluted commit history) and that identity is distinct from signing.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #270 +/- ##
========================================
Coverage 87.43% 87.43%
========================================
Files 11 11
Lines 1973 1973
Branches 243 243
========================================
Hits 1725 1725
Misses 166 166
Partials 82 82 🚀 New features to boost your workflow:
|
This was referenced Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the fleet author-identity git rule to
AGENTS.md, inserting it in the Git and Commit Rules section immediately after the existing commit-signing bullet.Why
A fleet governance audit found this repo's
AGENTS.mdcarries the signing rule and the default-to-staging rule but is missing the author-identity rule that the canonical template already defines. This PR restores consistency.The new bullet requires every agent-authored commit to use the committing account's GitHub
noreplyidentity (ptr727@users.noreply.github.comfor this single-maintainer fleet) - never a private, personal, or invented address - and explains why: a private email trips GitHub's email-privacy push protection (GH007), and invented authors pollute history. It also clarifies that identity is separate from signing.Notes
AGENTS.mdis CRLF); zero mixed endings.noreplyidentity.