You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds 168 static redirects to scripts/redirects/dev-redirects.txt for retired /guides/* pages that weren't covered in #21095. This mainly includes taxonomy pages (e.g, /tags/*), which aren't normally indexed, but for some reason were in the Guides, so this picks up those pages and lands them at the Tutorials index so as not to drop them on the floor.
Pre-merge Review — Last updated 2026-09-04T03:43:50Z
Tip
Summary: Infrastructure-only change: 168 new S3 redirect entries in scripts/redirects/dev-redirects.txt sending the retired /guides taxonomy tag pages (166 of them) plus the /guides/how-to/ and /guides/neo-prompts/ section indexes to /dev/tutorials/. The failure modes that would matter here are a malformed line (wrong separator, missing destination), a duplicate source path colliding with an existing rule, or a redirect pointed at a page that is still live — so the passes that ran were a format check on every added line, a whole-file duplicate-source scan, and a repo-wide search for the two non-tag paths. All 168 lines use the source|destination form with a /dev/tutorials/ target, there are no duplicate sources anywhere in the file, the entries sort in with the existing guides/… block and match the file's established style, and neither guides/how-to/ nor guides/neo-prompts/ is referenced by live content in this repo. No content files changed, so there were no claims to fact-check.
Review confidence:
Dimension
Level
Notes
mechanics
HIGH
facts
HIGH
No prose or factual claims in this diff.
Investigation log
Cross-sibling reads: not run (not in a templated section)
External claim verification: not run (no claims in this diff)
Cited-claim spot-checks: not run (no cited claims)
Frontmatter sweep: not run (no frontmatter in diff)
Temporal-trigger sweep: not run (no trigger words)
Code execution: not run (no static/programs/ change)
Code-examples checks: not run (no fenced code blocks in content files)
Editorial-balance pass: not run (not under content/blog/)
🚨 Outstanding
⚠️ Low-confidence
💡 Pre-existing
✅ Resolved
0
0
0
0
🔍 Verification trail
No verifiable claims extracted from this diff.
🚨 Outstanding in this PR
No outstanding findings in this PR.
⚠️ Low-confidence
Review each and resolve as appropriate — these don't block the PR.
Editorial stances introduced by this PR
Superlative, ranking, or comparative language the diff adds. No verdict — a page's own framing isn't fact-checkable — but confirm each is a stance the docs should take, and that no agent-written rewrite introduced it unasked.
None — the extractor found no positioning or comparison language in this PR's added lines.
💡 Pre-existing issues in touched files (optional)
No pre-existing issues in touched files.
✅ Resolved since last review
No items resolved since the last review.
📜 Review history
2026-09-04T03:43:50Z — Redirects-only change; all 168 added entries are well-formed, non-duplicate, and point at /dev/tutorials/ — no findings. (cff3c08)
Refresh this review — comment @claude #update-review. Say what you fixed, or which finding you dispute and why; both work in the same mention.
Ask for anything else — comment @claude with no hashtag (questions, one-off fixes). Leaves this review untouched.
Important
Please don't hide, resolve, or delete this comment! It breaks things!
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
domain:infraPR touches workflows, scripts, infra, Makefile, or build configreview:no-blockersClaude review completed cleanly; outstanding is empty
3 participants
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.
Adds 168 static redirects to
scripts/redirects/dev-redirects.txtfor retired/guides/*pages that weren't covered in #21095. This mainly includes taxonomy pages (e.g,/tags/*), which aren't normally indexed, but for some reason were in the Guides, so this picks up those pages and lands them at the Tutorials index so as not to drop them on the floor.