May bundle: deep-link audit (inline link specificity + verified VS Code anchors) - #24
Merged
Merged
Conversation
… VS Code anchors)
briancl2
force-pushed
the
docs/may-bundle-refresh-2026-06-01
branch
from
June 1, 2026 14:55
8e7d24c to
b88cc19
Compare
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.
Summary
Deep-link audit of every link in the May newsletter and the public cost bundle, plus a codified inline link-specificity policy and verifier. Follow-up to merged PR #23.
Policy: inline links whose label names a specific feature must point to the most specific deep/anchored source, not a generic landing/version page. Generic labels (
Release Notes,VS Code Updates, month names) and aggregatedSources/Referencessections are exempt.Changes
.github/skills/newsletter-validation/SKILL.md: new Link Specificity (inline deep-link) section..github/skills/newsletter-validation/scripts/validate_newsletter.sh: WARN-level shallow inline-link check (exempts generic labels + aggregated sections).reference/deep-research-report.md: scoped the prior stable-URL rule to KB/aggregated records; added the inline deep-link rule.output/2026-05_may_newsletter.md,release_bundle/.../NEWSLETTER_MAY_COST_SECTION.md,release_bundle/.../PUBLIC_SOURCES.md: repointed 45 shallow inline links to verifiedcode.visualstudio.com/updates/v1_NNN#_<anchor>deep links, correcting several wrong-version links (e.g. tool search v1_119 -> v1_118#_tool-search-tool).Verification
200(zero broken).validate_newsletter.sh:Inline links use deep/anchored sourcesPASS,PASSED (0 warnings).#_anchor present in the live page.CUSTOMER_COMPANION.mdlink target untouched.Recorded as TH-29 / L189.