chore: record squash-merge and no-AI-footer PR conventions - #75
Merged
Conversation
A harness-default "Generated with Claude Code" footer reached two PR bodies because the committed rules governed commit messages only. Extend the COMMITTING domain: PRs merge by squash (the practice recent history already shows), and PR bodies carry no AI footers or session links — disclosure is the Assisted-by commit trailer alone. One dated DECISIONS.md line records the choice. Assisted-by: Claude:claude-fable-5
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.
Extends the
COMMITTINGdomain override in.abcd/rules.jsonwith two rules the record did not yet carry — PRs merge by squash, and PR bodies hold no AI footers or session links (disclosure stays solely in theAssisted-by:commit trailer) — plus the datedDECISIONS.mdline. Closes the coverage gap that let a harness-default footer reach the bodies of #72 and #73.