docs(vue): scope section + sweep stale OpenSpec items (§1.x, §2.x, §6.3, §12.6)#365
Merged
Conversation
§6.3 + §12.6 — packages/vue/README.md gains a "Scope — what's in v1, what's deferred" section listing the three explicitly-omitted v1 features: - third-party Vue plugins (cross-adapter plugin contract is post-v1) - real-time collaboration (Yjs binding ships in 1.x for both adapters) - SSR / Nuxt module (editor measures DOM at mount; <ClientOnly> wrap remains the recommended Nuxt pattern) Each row includes the reason and the tracking pointer (spec §6.3 or parity matrix omitted-v1 row). README also gains a pointer to notes/reactivity.md for contributors touching reactive state. Stale-task sweep — §1.1–1.5 (PR #245 review/merge cycle) and §2.1–2.3 (branch + notes/ + CLAUDE.md row) are marked done with explanatory notes. The 1.0.0 train absorbed PR #245's surface inline through PRs #348–#363 instead of merging the long-running fork; per-file review captured in notes/audit.md. Docs-only — no changeset. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Docs-only sweep. No code changes.
§6.3 + §12.6 —
packages/vue/README.mdgains a "Scope — what's in v1, what's deferred" section listing the three explicitly-omitted v1 features (third-party Vue plugins, real-time collaboration, SSR/Nuxt module) with reason + tracking pointer per row. README also gains a pointer tonotes/reactivity.mdso contributors touching reactive state find the contract without grepping.§1.1–1.5 + §2.1–2.3 stale-sweep — these tasks describe the PR-#245 review/merge cycle and a long-running change branch with a notes/ folder. The 1.0.0 train ended up absorbing PR #245's surface inline through PRs #348–#363 (per-feature branches with reviewer/simplifier loops) rather than merging the fork. All eight items get marked
[x]with explanatory notes pointing at the actual landing path.Test plan
bun run typecheck(5/5 packages green)bun run lint(0 errors)[x]🤖 Generated with Claude Code