Fix the fallout from renaming the rule to done-video-by-ai - #13282
Merged
Conversation
The rename left the old URL 404ing, seven inbound links pointing at it, and the images in a folder that no longer matches the uri. Also swaps in clearer PR example screenshots and adds Puppeteer to the tooling list. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Ben0189
approved these changes
Sep 3, 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.
#13280 renamed the rule from
ai-capture-ui-changestodone-video-by-ai. That left three things behind, plus the two changes from my earlier PR that now need to land on the new path.The old URL 404s. The rule was live at
/ai-capture-ui-changes. Added aredirectsentry for it.Seven rules linked to the old URI.
playwright-with-ai,definition-of-done,done-video,write-a-good-pull-request,devtools-design-changes,ai-assisted-desktop-pr-previewandutilize-back-pressure-for-agentsall pointed at/ai-capture-ui-changes. Repointed to/done-video-by-ai.Images were left in the old folder. The rule folder name has to match the uri, so the images moved into
done-video-by-ai/.Clearer PR example screenshots. The demo PR behind the good/bad examples only changed the card hover border, so the pair was hard to read at a glance. It now changes the card title colour too. Recaptured both PR pages, and the images got new names so nothing serves the cached old pair. Demo PRs: #5012 and #5013.
Added Puppeteer to the tooling list.
Frontmatter, check-mdx, malformed-bold, endIntro and category-sync all pass.
🤖 Generated with Claude Code