docs(plan): mark Wave 12 complete + sync post-cleanup skill#128
Merged
docs(plan): mark Wave 12 complete + sync post-cleanup skill#128
Conversation
Wave 12 (Priority 1: framework + commerce) shipped 9 PRs across `deco-start` and `apps-start`, all merged. Plan now reflects: - Per-PR shipped status with merged links + commit summaries - Wave 12 discoveries section: D3 + --fix loop, per-symbol fix-hint table fan-out, site-level policy enforcement at scaffold time, brace-balanced parsing pattern for safe surgical --fix, factory promotion path validating D4 Also brings the post-cleanup skill doc in sync with the new --fix coverage: - safe-rules list now includes vtex-shim-regression (swap subset) and obsolete-vite-plugins - rule 2 (obsolete inline plugins) section calls out the brace-balanced parser, idempotency, and comment-attachment semantics - real-world signal paragraph adds the casaevideo vite.config numbers (~74 LOC / 2.5 KB removed cleanly) No code changes — pure docs sync to reflect what shipped. Co-authored-by: Cursor <cursoragent@cursor.com>
|
🎉 This PR is included in version 2.20.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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
Wave 12 (Priority 1: framework + commerce) shipped 9 PRs across
`deco-start` and `apps-start`, all merged:
Plus the policy codification PR (deco-start#122) that kicked the wave off.
Plan changes
for safe surgical `--fix`
Skill doc changes
`.agents/skills/deco-to-tanstack-migration/references/post-migration-cleanup.md`:
and `obsolete-vite-plugins`
brace-balanced parser, idempotency, and comment-attachment
semantics. Notes `@decocms/start >= 2.19.0`.
numbers (~74 LOC / 2.5 KB removed cleanly)
What's next (queued)
Wave 13 — Priority 2 — htmx foundations for als-storefront migration.
Test plan
Made with Cursor
Summary by cubic
Marks Wave 12 complete in the migration tooling plan and syncs the post‑migration cleanup skill with new
--fixcoverage. Adds a discoveries summary and documents the brace-balancedvite.config.tsfixer (idempotent, preserves attached line comments) and the swap subset ofvtex-shim-regression, with real-world results (~74 LOC / 2.5 KB removed on casaevideo).Written for commit 7c8447f. Summary will update on new commits.