test(v0.44): Beta.1 clean-clone, packed consumer and runtime qualification matrix (B1.3, #1224) - #1275
Merged
Merged
Conversation
… matrix (#1224) B1.3 qualification at 18778c9: clean clone install/test/build, packed npm-style consumer (pack:dry-run, package-artifacts:check, consumer:packaged), Node 24 positive serve + Node 20 clean negative floor, Deno and Bun serve evidence, chromium/firefox/webkit e2e, Hono dev/prod, Nitro node/workers and Cloudflare config paths. Records blocking finding B1.3-F1 (route-tag mismatch 500s on the supabase starter request-time routes) per packet stop rule; no product code changed.
Deploying openelement with
|
| Latest commit: |
2c8d0d7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d8e98806.lessjs.pages.dev |
| Branch Preview URL: | https://kimi-v044-b1-3-consumer-matr.lessjs.pages.dev |
Contributor
|
APIError: Insufficient Balance |
This was referenced Sep 3, 2026
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.
Problem
Issue #1224 (B1.3, stage #1150, umbrella #1155): prove from the exact packed/build artifacts at the base SHA — clean clone, packed npm-style consumer, supported runtimes, browsers, Hono/Nitro/edge paths — and record the matrix as rerunnable evidence.
Owner
Implementer role, dispatch packet B1.3 (
kimi/v044-b1.3-consumer-matrix, base SHA18778c9553eb9faeb727887b122db1a820f38b80).Before
No dated evidence document qualified the full consumer/runtime matrix at the B1.1-remediation SHA. Bun serving had no positive evidence anywhere;
fullstack:workspace-qualificationwas not CI-gated and its current state was unknown.After
docs/evidence/2026-09-03-v044-beta1-consumer-runtime-qualification.mdrecords the full matrix with exact commands, exit codes and the SHA for every cell. All cells pass except one blocking finding B1.3-F1: the generateddist/serverof the Supabase starter 500s on/workspace-records,/magic-linkand/reset-passwordunder both Node standalone and workerd — the entry codegen rendersdefinePageroutes under the path-derived tag while the 0.44 serializer fails closed unless it matches the element's compiled@element(...)tag. Deterministic at the base SHA (main tree and pristine clone) and predates the B1.1 remediation (also fails at569b2c82). Per the packet stop rule this is reported, not fixed. Doc-claim adjudication: no unsupported runtime/version claims found — Node 24+ (positive), Node 20 (negative floor only, not claimed as supported), Deno, Bun (newly evidenced locally, no CI leg), Chromium/Firefox/WebKit all carry positive evidence at this SHA; no doc edits required.Why-not-second-owner
This change introduces no duplicate-looking implementation; it adds one dated evidence document only.
Evidence
All commands run at
18778c9553eb9faeb727887b122db1a820f38b80(macOS arm64, Deno 2.9.0, Node v24.18.0 / v20.20.2 floor leg, Bun 1.4.0, Playwright 1.59.1). Full per-cell command/exit table is in the evidence document; summary:git clone file://+ checkout SHA):deno install0;deno task test0 (1731 + 150 passed; one transient exit-139 under concurrent load, clean alone);deno task build0deno task pack:dry-run0 (5 tarballs @ 0.43.3);deno task package-artifacts:check0;deno task consumer:packaged0node dist/server/serve.mjs/,/live200; Node 20 clean early exit 1 (URLPattern floor, expected); Deno 200/200; Bun 1.4.0 200/200deno task test:e2e(chromium) 1 — 167 passed, 4 failed = known local-only visual-baseline drift (architecture-islands-deep mobile en/zh × dark/light, ratio 0.06; CI green); firefox/webkit smoke 24/24 each, exit 0;fixture:request-time:e2e:browsers213 passed, exit 0deno task build0;www:dev-smoke0;test:starter-smoke:dev0 (3 passed);test:starter-smoke0 (10 passed, 2 skipped)nitro:proof:node0;nitro:proof:workers0;fullstack:cloudflare-config-check0fullstack:workspace-qualification1 — B1.3-F1 (also reproduces in pristine clone and at569b2c82)npm:vite build(reader, mastodon) 1, OEC9008 — recorded known exception, not consumer evidencefmt:check0,lint0,docs:truth0,docs:check-public0,docs:check-strategy0,docs:check-current0,docs:check-claims0,docs:check-role-neutral0,text-integrity:check0Scope
Owned files:
docs/evidence/2026-09-03-v044-beta1-consumer-runtime-qualification.md(new). No product code, no doc-truth edits (every runtime/version claim in current docs qualified with positive evidence; nothing unsupported to remove). Nothing outside the packet was edited.Risk
@element(...)tag).Part of #1224. Stage #1150. Umbrella #1155.