release: v0.41.0-alpha.19 (ADR-0118 third audit cleanup sweep) - #508
Merged
Conversation
Implements the 26 issues from the 2026-07-25 third full-project audit (#481-#506, milestone v0.41.0-alpha.19): - runtime: reflect removal bypasses the equality short-circuit; For drift token uses length-prefixed signatures; popstate redirect-then- block restores the source entry with queue dedupe; theme-init sets a synchronous data-theme-init marker asserted by e2e - surface: five export type * star seams become explicit lists; SafeHtml/UnsafeHtml/StyleSheetRule actually leave the element root; HYDRATION_STRATEGIES single-sourced; element internal render/hydration subpaths pruned from exports; RouteInfoEntry converged - tooling: release executor sunk from mod3.ts into release.ts with orchestration tests; rebase-conflict recovery guidance; release- dispatch aligned with the workflow contract; note writer preserves curated sections; migration notes land in the durable record - gates: www-truth covers bare/short version mentions; anchor gates cover body drift; assertion-style gate covers all package tests; deno-api check catches globalThis/destructuring/npm:; graph:check gains direction rules - tests: 25 always-true assertExists(boolean) rewritten (3 exposed wrong test premises, fixed); vacuous option tests assert behavior; shared preact DOM stubs; reflect spec joins ff/webkit smoke greps - redundancy: dead code/config/comments batch (renderDsdStream, bindHydrateEvents, generateHonoEntryCode, test-fixtures, orphan tasks, dead gitignore entries, stale doc claims) Refs #481-#506
refactor(repo): third audit round cleanup sweep (ADR-0118, alpha.19)
…e-direction wording
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
|
APIError: Insufficient Balance |
This was referenced Jul 25, 2026
Closed
This was referenced Jul 25, 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.
Target version and active version plan
v0.41.0-alpha.19docs/current/VERSION_PLAN.md(alpha.19 cleanup sweep)ADRs added or changed
docs/adr/ADR-0118-third-audit-round-alpha19-cleanup-sweep.md(new, via refactor(repo): third audit round cleanup sweep (ADR-0118, alpha.19) #507)Version-plan tasks completed
2b406dd6+ anchor alignment344f2b58; full local release gate tier passed post-bump (30/30: fmt/lint/typecheck/test/coverage/build/e2e/consumers/third-party-wc/package-artifacts/docs/governance)Local commands run
deno task autoflow:release-prepare --to 0.41.0-alpha.19 --approved-plan ADR-0118— all 30 release gates PASS (including test:e2e, test:coverage:check, consumer:packaged, third-party-wc:smoke, package-artifacts:check)CI status
Release-document impact
autoflow-release.yml(publish-existing) for0.41.0-alpha.19, producing npm publish, immutable tag, GitHub prerelease with migration notes, and two-stage evidence; then close issues [R3][HIGH] www pages claim stale package lines (alpha.10/alpha.11); www-truth gate misses bare version mentions #481-[R3][LOW] Duplication residuals: raw JSON.stringify at codegen boundary, formatJson bypasses, diverged preact test stubs #506.