Normalized the AI disclosure comment to one fixed line per file - #8
Merged
fdesbiens merged 1 commit intoSep 15, 2026
Merged
Conversation
The per-edit disclosure named the product and model, so every tool and every
model version appended another line rather than recognising the one already
there. Deduplication was by exact string, which a version bump defeats.
Every file now carries exactly one line, fixed text naming no product:
Portions of this file were generated with AI assistance.
written with the comment character that file already uses. Precise attribution
stays on the commit, where the Assisted-by trailer is dated and attached to the
diff it describes. A header line cannot keep that record honest, because the
code it names gets rewritten and the line stays.
Comment-only, 13 files: every removed line was a disclosure line, every added
line is the fixed text, and no file is left with zero or more than one. Nested
repositories were excluded, so no submodule content or gitlink is touched.
CONTRIBUTING.md documented the old form, so its instructions are updated to
match rather than left contradicting the tree.
Assisted-by: Claude Code (Opus 5) <noreply@anthropic.com>
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.
The per-edit AI disclosure named the product and model, so every tool and every model version appended another line. Deduplication was by exact string match, which a version bump defeats, and the product spelling drifted too.
Every file now carries exactly one line, fixed text naming no product:
written with the comment character that file already uses. Precise attribution moves to where it is already mandated and already accurate: the
Assisted-bytrailer, which is per-change, dated and attached to its diff.git log --format='%h %(trailers:key=Assisted-by,valueonly)' -- <path>answers "which tools touched this file" better than a header ever could, because the code a header names gets rewritten while the line stays.13 source files changed: 7
//, 3@in AArch32 assembly, 3#in scripts.Comment-only. Every removed line was a disclosure line, every added line is the fixed text, and no file is left with zero or more than one.
CONTRIBUTING.mddocumented the old form, so its instructions are updated to match rather than left contradicting the tree. One checked-in HTML coverage report still quotes the old wording; it is a generated artifact.