Fix live preview state for framework components#179
Draft
abdulwahabone wants to merge 3 commits into
Draft
Conversation
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
Draft PR for issue #150 live preview state work. The handoff and running checklist live in
docs/issue-150-live-preview-plan.md.This now includes the Svelte source-shadow Accept fix, stable agent-connected leasing, the Svelte stateful fixture update, a new React stateful parity fixture, generated provider outputs from
bun run build, focused/full validation, and the Svelte manual pass. It remains draft while we finish the React manual check and the DeepSeek-backed Go test.Tracking checklist
Manual test notes
http://127.0.0.1:5173/, temp app/tmp/impeccable-svelte-manual, Impeccable helper8401, plain polling only. Action tested: Polish on the expense row, then Accept variant 2. Result: generate completed with two variants and Accept completed through deferred Svelte source write; no new issue reported by the user.Validation
Last updated: 2026-05-30 07:46 JST.
node --check skill/scripts/live-browser.js && node --check skill/scripts/live-accept.mjs && node --check skill/scripts/live-server.mjs && node --check tests/live-e2e/agent.mjs && node --check tests/live-e2e.test.mjsnode --test tests/live-browser-regression.test.mjs tests/live-accept.test.mjs tests/live-poll.test.mjs tests/live-server.test.mjsIMPECCABLE_E2E_ONLY=vite8-sveltekit-stateful bun run test:live-e2eIMPECCABLE_E2E_ONLY=vite8-react-stateful bun run test:live-e2ebun run buildbun run testNext steps