docs: add Task Runner user documentation#763
Merged
branchseer merged 12 commits intomainfrom Mar 10, 2026
Merged
Conversation
✅ Deploy Preview for viteplus-staging canceled.
|
Brooooooklyn
approved these changes
Mar 10, 2026
Add guide pages (getting-started, running-tasks, caching, cli) and config reference page for the task runner. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move docs/config/task.md to docs/vite/guide/task/config.md so the Config sidebar link works within the /vite/guide/ base. Update all cross-references to use relative paths and fix stale features.md links. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add "When Is Caching Enabled?" section to caching page with full resolution flowchart (CLI flags → workspace config → per-task config). Add --cache/--no-cache flags to CLI options table. Update overview to mention pnpm run similarity and single-package/monorepo support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Rewrite caching defaults section with correct priority ordering - Add over-fingerprinting and environment variables sections - Add output file caching limitation note - Move interactive task selector to CLI page - Simplify filter docs with pnpm compatibility mention - Remove concurrency section and sensitive values info - Rephrase nested vp run and fix CLI usage syntax Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Rename "Monorepo Setup" to "Running Across Packages" - Rename "Task Specifier" to "Task Argument" with lead-in sentence - Update info box to link to "When Is Caching Enabled?" instead of config - Use package.json scripts in compound commands and cache sharing examples - Note that script caching must be explicitly enabled - Use third-party tool (webpack) in environment variables example Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
de59c1a to
25bf31c
Compare
Member
Author
Merge activity
|
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
/vite/guide/task/:vp run, execution summaryvp runusage, options, filter patterns,vp cache cleanrun.cache,run.tasks, and all per-task optionsTest plan
🤖 Generated with Claude Code