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
fix: correct broken doc paths in skill routing table and clean up stray 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>
Copy file name to clipboardExpand all lines: docs/guide/lint.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
`vp lint` is built on [Oxlint](https://oxc.rs/docs/guide/usage/linter.html), the Oxc linter. Oxlint is designed as a fast replacement for ESLint for most frontend projects and ships with built-in support for core ESLint rules and many popular community rules.
8
8
9
-
Use `vp lint` to lint your project, and `vp check` to format, lint and type-check all at once.docs/guide/fmt.md
9
+
Use `vp lint` to lint your project, and `vp check` to format, lint and type-check all at once.
0 commit comments