Update spec URLs for the /spec/web/ restructure - #109
Merged
Merged
Conversation
The Agent-Friendly Documentation Spec site now serves the spec as per-category pages under /spec/web/ (agent-docs-spec#33). Check definitions live at /spec/web/<category>/#<check-id>; category ids in this codebase already match the site's page slugs, so specCheckUrl() derives the page from the result's category. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Updates every spec link for the new site structure shipping in agent-ecosystem/agent-docs-spec#33: the spec moved from a single page at
/spec/to per-category pages under/spec/web/.SPEC_BASE_URL→https://agentdocsspec.com/spec/web/specCheckUrl(category, checkId)builds per-check links as/spec/web/<category>/#<check-id>— category ids here already match the spec site's page slugs, so the CLI's "Learn more" links land on the right category pagedocs/checks/*, README, SCORING.md) rewritten to the per-category anchors; the progressive-disclosure anchor now points into/spec/web/content-discoverability/tsccleanMerge order: merge after agent-docs-spec#33 is merged and deployed; until then the new URLs 404. After deploy, old-style
/spec/#anchorlinks from released afdocs versions resolve to the spec-family landing page (minus the anchor), so existing releases degrade softly rather than break.Not in scope: implementing the five new v0.6.0 checks or bumping
SPEC_VERSION(still v0.5.0); that's follow-up implementation work.🤖 Generated with Claude Code