fix(repo-fleet-hygiene): correct merged-pr-tip-drift evidence wording - #2624
Conversation
Absence from the last-fetched remote-tracking ref does not prove the tip was never pushed; say tip differs from headRefOid and commits may still be on the remote. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @kyle-sexton's task in 2m 2s —— View job Code review complete
Scope: wording-only fix to the What I checked:
Not independently verified: the PR description's Minor (not filed, below the high-signal bar): the new clause No inline comments were needed. |
|
Claude finished @kyle-sexton's task in 35s —— View job Security review — skipped (no security-relevant surface)
Reviewed the full diff (
This is a pure wording/evidence-accuracy fix with no security-relevant surface (no new user input handling, no injection surface, no auth/access-control change, no GitHub Actions workflow permissions touched). Per the skill's skip gate, stopping here — no findings to report. |
|
Last security-reviewed head: |
|
Claude finished @kyle-sexton's task in 40s —— View job Security review — no issues found
Skip gate applied: this PR's diff (
No injection surfaces, auth/access-control logic, secret handling, or GitHub Actions trigger/permission changes are touched by this diff. No findings to report. |
|
Claude has reviewed this PR 1 time. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
Closes #2603
Summary
merged-pr-tip-driftevidence claimed drifting tips may never have been pushed, which was false for fleet cases where every tip existed on GitHub.Fix
Reword evidence to state that the local tip differs from the merged PR
headRefOidand that commits may still be on the remote.Verification
bash plugins/repo-fleet-hygiene/skills/audit/scripts/audit-fleet.test.sh→ all collector tests passedRelated
Refs #2597 — fleet hygiene epic parent.