docs: version-anchor the v0 to Vuetify relationship - #722
Draft
johnleider wants to merge 2 commits into
Draft
Conversation
Copy across the repo disagreed with itself about how `vuetify` consumes `@vuetify/v0`: some claims read as present-tense adoption that has not happened yet, others led with Vuetify 5 and will read as stale the day 4.2.0 ships. Anchor every claim to the actual scope of vuetifyjs/vuetify#23039 — `@vuetify/v0` becomes a runtime dependency of `vuetify` in 4.2.0, starting with the utility layer (13 type guards, `range`, `toHighlight`), with deeper adoption through subsequent 4.x minors.
Direction claims about Vuetify being rebuilt on v0 are accurate — #23039 is the first slice of an intended full adoption, not the whole of it, so present-progressive describes the program correctly. Restore `why-vuetify0.md` verbatim and put the original direction sentences back at the head of the roadmap claims, keeping the version-anchored detail appended rather than substituted.
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.
Important
Held until vuetifyjs/vuetify#23039 merges — do not merge before it.
Every claim here is anchored to
vuetify4.2.0 taking@vuetify/v0as a dependency. If that PR changes scope or slips its milestone, this copy has to change with it.Description
Copy across the repo disagreed with itself about how
vuetifyconsumes@vuetify/v0— some lines said it already did, others led with Vuetify 5 and would go stale the day 4.2.0 ships. Neither set named anything a reader could check.The fix is direction claim + checkable specifics, not one replacing the other.
The specifics being standardized on
Checkable against #23039:
packages/vuetify/package.jsongains"dependencies": { "@vuetify/v0": "^1.0.1" }— the package's first runtime dependency.^1.0.1matches this repo's currentpackages/0version.packages/vuetify/src/util/v0.ts(new) re-exports 12 type guards plus a re-widenedisObject(13 total) andrange as createRange.packages/vuetify/src/labs/VHighlight/toHighlight.tscollapses to a re-export of v0's implementation.Deliberately not written anywhere: "Vuetify 4 is built on v0." Present-perfect state is false; present-progressive direction is not.
Changes
Present-tense claims that overstated what has already shipped
skills/vuetify0/SKILL.md:8skills/vuetify0/SKILL.md:287vuetifyv4 — Material Design framework, integrates v0 via minor releases"skills/vuetify0/references/layer-decisions.mdVuetify 4 (design system consumer), no direct-consumption notepackages/0/PHILOSOPHY.md:16intent:tags untouched)Vuetify 5 copy, rewritten to lead with the present
apps/docs/src/pages/sponsor.md:35apps/docs/src/components/home/HomeFoundation.vue:61.claude/rules/new-feature-checklist.md:149Direction claims kept verbatim, specifics appended
apps/docs/src/pages/roadmap.md:53vuetifytakes@vuetify/v0as a runtime dependency from 4.2.0, starting with the utility layer, and adopts more of the surface each minor."apps/docs/src/pages/roadmap.md:121vuetifytakes@vuetify/v0as a runtime dependency from 4.2.0, starting with the shared utilities, and adopts more of the surface through subsequent minors."apps/docs/src/pages/roadmap.md:125vuetifytakes it as a runtime dependency from 4.2.0."apps/docs/src/pages/introduction/why-vuetify0.md:30— "Vuetify itself is being rebuilt on v0." Unchanged. It was briefly rewritten to "adopting" during review and has been restored verbatim; that file is no longer in this diff.Left alone, deliberately
apps/docs/src/pages/introduction/frequently-asked.md:31— "the foundation layer that Vuetify and other component libraries could be built on top of." Conditional, so not false. Arguably now understated, but tightening it is a copy decision, not an accuracy fix.apps/docs/src/pages/introduction/why-vuetify0.md:308— "v0 complements all of them — it's the foundation layer, not a replacement." Makes no claim about Vuetify consuming v0.packages/0/README.md:35— "the foundation of the Vuetify ecosystem." True as written; scoped to the ecosystem, not tovuetifythe package.packages/0/src/composables/useBreakpoints/index.ts:11— "Vuetify 4 default widths." Factual, unrelated.Notes
CLAUDE.md's branch-model table, docs/chore changes that ship no package version targetmaster, patch/none.skills/vuetify0/SKILL.mdedits are both outside the@generated:countsmarkers, sopnpm skillwill not clobber them.masterbefore editing.vuetifyjs/vuetifylisting the slices (utilities → observers → registries → selection → validation), each linked to its PR as it lands, would keep the claim evidenced rather than asserted.