hyperhive/scripts
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 9e618b3b90 ops: anchor attribution trailer lint to actual git trailer lines
The previous regex matched any line containing both 'co-authored-by'
and 'claude'/'anthropic' anywhere on the line, which flagged prose
*about* the trailer, not just the trailer itself. This caught the
commit that introduced the lint (subject: "ops: add CI lint for
Co-Authored-By/Claude/Anthropic trailers") as a false positive.

Anchor the match to `^[[:space:]]*co-authored-by:` so it only fires
on an actual trailer line (Key: value at line start), not a mention
in a commit subject or body. Add a --self-test mode with fixtures
covering three genuine-trailer spellings, an ordinary message, and
the PR's own subject line as the prose-mention regression case.

Refs #4432
2026-09-16 00:07:02 +02:00
..
check-attribution-trailers.sh ops: anchor attribution trailer lint to actual git trailer lines 2026-09-16 00:07:02 +02:00
check-comment-blocks.sh ci: add .mjs to check-comment-blocks.sh + check-issue-refs.sh's scope 2026-09-12 13:04:01 +02:00
check-doc-refs.sh check-doc-refs: catch bare relative markdown links, and only judge a file rendered where it is stored 2026-09-08 13:31:33 +02:00
check-issue-refs.sh ci: add .mjs to check-comment-blocks.sh + check-issue-refs.sh's scope 2026-09-12 13:04:01 +02:00
pre-push ops: reduce comment density in PR #4433 2026-09-16 00:07:02 +02:00