🍕 Add clay vite to README.md and docs/cli.md - #264
Merged
Merged
Conversation
`clay vite` has never been mentioned in either of claycli's two primary entry-point docs (README.md, docs/cli.md) since it was introduced several release candidates ago -- it existed only in the separate CLAY-VITE.md deep-dive, with zero discoverability from the docs a new reader actually starts with. This predates and is unrelated to this pass's specific fixes, but surfaced while making sure documentation is current after landing them. Adds a `vite` entry to the Commands list in both files, and a short ## Vite section (command, arguments, examples) matching the existing style/depth of the sibling `## Compile` section -- deliberately a pointer to CLAY-VITE.md for the full architecture/config picture, not a duplicate of it. Docs only. npm test (lint + 456 tests) green. Co-Authored-By: Claude Sonnet 5 <[email protected]>
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.
TL;DR — for reviewers short on time
clay vitehas never appeared in either primary entry-point doc (README.md,docs/cli.md) since it was introduced several rc's ago — a reader starting from either has no way to discover it exists, onlyCLAY-VITE.md's deep-dive covers it. Adds avitecommand-list entry and a short## Vitesection (matching the sibling## Compilesection's depth) to both files, pointing toCLAY-VITE.mdfor the full picture rather than duplicating it..jsfile touched.npm test(lint + all 456 tests) green — unaffected, as expected for a docs-only change.README.mdL858–L890 — the new## Vitesection;docs/cli.md's addition mirrors it.README.mdL858–L890 — new## Vitesection + Commands-list entry.docs/cli.md— the same addition, in this file's own Docusaurus-anchor style.Feature Info
Description
Predates and is unrelated to the specific fixes in #258–#263 — surfaced while making sure docs were current after landing that work. A whole command with its own dedicated reference doc had zero discoverability from either primary entry point.
🤖 Generated with Claude Code