Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
ea03838 to
c930ecc
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive getting started documentation for Vite+, establishing the documentation foundation for the unified toolchain project. The documentation covers installation, core commands, monorepo capabilities, and project structure.
- Adds complete getting started guide covering Vite+ overview, installation, and usage
- Updates VitePress configuration with proper navigation and sidebar structure
- Integrates Vite+ toolchain into the documentation build process
Reviewed Changes
Copilot reviewed 5 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Adds docs:dev script for running documentation development server |
| docs/package.json | Updates build scripts to use Vite+ commands and adds workspace dependency |
| docs/index.md | Updates homepage with proper branding, tagline, and navigation links |
| docs/guide/index.md | Adds comprehensive getting started guide with installation, commands, and examples |
| docs/.vitepress/config.mts | Configures navigation, sidebar, and social links for the documentation site |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
c930ecc to
9d55d78
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 10 changed files in this pull request and generated 3 comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
docs/guide/index.md:1
- These links reference documentation pages that don't appear to exist yet (/guide/tasks, /guide/caching, /guide/monorepo, /config/). Consider either creating placeholder pages or updating these links to point to existing sections within this guide.
# Getting Started
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
7ff3962 to
3e2cdeb
Compare
3e2cdeb to
a5f8d08
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 10 changed files in this pull request and generated 3 comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
a5f8d08 to
942dbfe
Compare
942dbfe to
ac9309b
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 10 changed files in this pull request and generated 7 comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ac9309b to
de78926
Compare
de78926 to
a84822d
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 10 changed files in this pull request and generated 3 comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a84822d to
76768ef
Compare
76768ef to
f24bf18
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 10 changed files in this pull request and generated 2 comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add comprehensive getting started documentation for Vite+ including: - Overview of unified toolchain capabilities - Installation instructions for global CLI - Core commands (dev, build, test, lint) - Monorepo task execution examples - Task dependency system (explicit and implicit) - Intelligent caching features - Project structure and next steps 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
f24bf18 to
3259b61
Compare
Includes: - feat: tree-view task selector with grouped packages (#219) - chore: Adjust `vp run` output styling. (#213) - Improve shell quote handling with proper nested quote support (#217) https://claude.ai/code/session_0139LsSbe67hcD8NKKaK6Y8U
Includes: - feat: tree-view task selector with grouped packages (#219) - fix: align package headers with top-level items in task selector (#220) - chore: Adjust `vp run` output styling (#213) - Improve shell quote handling with proper nested quote support (#217) Update snap tests for `[vp run]` → `vp run:` output styling change. https://claude.ai/code/session_0139LsSbe67hcD8NKKaK6Y8U
Includes: - feat: tree-view task selector with grouped packages (#219) - chore: Adjust `vp run` output styling. (#213) - Improve shell quote handling with proper nested quote support (#217) https://claude.ai/code/session_0139LsSbe67hcD8NKKaK6Y8U
Includes: - feat: tree-view task selector with grouped packages (#219) - fix: align package headers with top-level items in task selector (#220) - chore: Adjust `vp run` output styling (#213) - Improve shell quote handling with proper nested quote support (#217) Update snap tests for `[vp run]` → `vp run:` output styling change. https://claude.ai/code/session_0139LsSbe67hcD8NKKaK6Y8U
Includes: - feat: tree-view task selector with grouped packages (#219) - fix: align package headers with top-level items in task selector (#220) - chore: Adjust `vp run` output styling (#213) - Improve shell quote handling with proper nested quote support (#217) Update snap tests for `[vp run]` → `vp run:` output styling change. Add cross-platform normalization for `cat:` error message spacing. https://claude.ai/code/session_0139LsSbe67hcD8NKKaK6Y8U
Includes: - feat: tree-view task selector with grouped packages (#219) - fix: align package headers with top-level items in task selector (#220) - chore: Adjust `vp run` output styling (#213) - Improve shell quote handling with proper nested quote support (#217) Update snap tests for `[vp run]` → `vp run:` output styling change. Add cross-platform normalization for `cat:` error message spacing. https://claude.ai/code/session_0139LsSbe67hcD8NKKaK6Y8U
Includes: - feat: tree-view task selector with grouped packages (#219) - fix: align package headers with top-level items in task selector (#220) - chore: Adjust `vp run` output styling (#213) - Improve shell quote handling with proper nested quote support (#217) Update snap tests for `[vp run]` → `vp run:` output styling change. Add cross-platform normalization for `cat:` error message spacing. https://claude.ai/code/session_0139LsSbe67hcD8NKKaK6Y8U
## Summary - Bumps vite-task dependency from 4bbcba17 to 6fdc4f10 Includes: - feat: tree-view task selector with grouped packages (#219) - fix: align package headers with top-level items in task selector (#220) - chore: Adjust vp run output styling (#213) - Improve shell quote handling with proper nested quote support (#217) Updates snap tests for output styling change. ## Test plan - [x] cargo check --all-targets --all-features passes locally - [ ] CI passes on all platforms

Add comprehensive getting started documentation for Vite+ including:
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com