fix: correct broken doc paths in skill routing table and clean up stray text#856
Merged
fix: correct broken doc paths in skill routing table and clean up stray text#856
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
✅ Deploy Preview for viteplus-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
fengmk2
approved these changes
Mar 14, 2026
…ay text The SKILL.md task routing table referenced non-existent paths (e.g. docs/vite/guide/cli.md) instead of the actual paths (docs/guide/...). Also removes a stray filename fragment in docs/guide/lint.md and excludes the VitePress homepage index.md from skill docs copy since it contains no textual content for AI agents. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9225ff8 to
4443a68
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.

The SKILL.md task routing table referenced non-existent paths (e.g.
docs/vite/guide/cli.md) instead of the actual paths (docs/guide/...).
Also removes a stray filename fragment in docs/guide/lint.md and
excludes the VitePress homepage index.md from skill docs copy since
it contains no textual content for AI agents.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Note
Low Risk
Low risk documentation and build-time packaging tweaks; main risk is unintentionally omitting a needed markdown file from the skill docs bundle.
Overview
Fixes Vite+ skill doc routing by replacing outdated
docs/vite/...references with the currentdocs/guide/*anddocs/config/*paths, expanding the routing table to cover more common tasks.Cleans up a stray text fragment in
docs/guide/lint.mdand updates the CLI build’scopySkillDocs()to skip the VitePressindex.mdwhen bundling markdown docs into the skill package.Written by Cursor Bugbot for commit 9225ff8. This will update automatically on new commits. Configure here.