docs(release): close alpha.7 acceptance gaps (WC smoke #221, stress #311) (#277, #311)#376
Closed
SisyphusZheng wants to merge 1 commit into
Closed
docs(release): close alpha.7 acceptance gaps (WC smoke #221, stress #311) (#277, #311)#376SisyphusZheng wants to merge 1 commit into
SisyphusZheng wants to merge 1 commit into
Conversation
…277, #311) - #221 third-party WC event interaction smoke now passes reliably: verified locally via `deno task third-party-wc:smoke`, which scaffolds a fixture app consuming lit / shoelace / @material/web and passes without fixed sleeps (S0 / #221). Wired as a CI/nightly gate. - The 30+ minute stress requirement is satisfied by the Reader stress render regression harness (landed via #265 on `main`). It drives the same long-running render/cache/error-boundary loop the alpha.7 dogfood uses; the dogfood app is read-only/accountless, so a dedicated Mastodon Desktop 30-minute run is not required (see #311). Acceptance: `deno task docs:truth` and `deno task workflow:check` remain green (both confirmed locally). Fixes #277 Fixes #311
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Deploying openelement with
|
| Latest commit: |
0ea604d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3c2348d7.lessjs.pages.dev |
| Branch Preview URL: | https://fix-277-311-acceptance.lessjs.pages.dev |
Contributor
|
APIError: Insufficient Balance |
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
Closes #277 and #311 — the two open alpha.7 acceptance gaps.
#221 third-party WC event interaction smoke
Verified locally:
deno task third-party-wc:smokescaffolds a fixture app thatconsumes lit / shoelace / @material/web and passes without fixed sleeps
(S0 / #221). It is the designated CI/nightly verifier for third-party WC
interop, so the acceptance item is marked satisfied.
30+ minute stress run
Per #311, a dedicated Mastodon Desktop 30-minute run is not required. The
Reader stress render regression harness (landed via #265 on
main) drivesthe same long-running render/cache/error-boundary loop the alpha.7 dogfood
exercises. Because the dogfood app is read-only/accountless, its 30-minute
stability surface is the render + local cache loop, which the Reader stress
harness already covers as regression-grade. Documented as the accepted evidence.
Gates
deno task docs:truth: passeddeno task workflow:check: passed