Rounds 9+10 — rc.2 packaging + consumer smoke CI + demo perf + self-hosted fonts#27
Merged
Merged
Conversation
…rf (round 9) Audit #5/#6 closure — the npm rc.0/rc.1 publishes shipped dist/ built before the @pulse/* -> @pulse-music/* rename (unusable for consumers). - bump buildable packages to 3.0.0-rc.2, add prepublishOnly builds - scripts/consumer-smoke.mjs + CI workflow: pack -> install into clean consumers (wc/react/svelte/vue) -> vite build -> stale-scope assert - demo perf: async chunks + staged idle mounting for below-fold sections (entry 130.94 -> 81.04 kB gzip), transform-only hero animation (LCP), idle early-bail in audio backdrop - AudioBars: one cached canvas-space gradient + single fill per frame (was 64 createLinearGradient/frame) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…t docstrings (round 10) - index.html: Google Fonts CDN removed -> official Vercel variable WOFF2 self-hosted at public/fonts/ (SIL OFL 1.1, licence shipped). No third-party request on the first-paint path, GDPR-clean. Runtime-verified: 2 same-origin woff2 200, document.fonts loaded, 0 console errors; visual baseline updated (CTA hinting delta only) - vite.config.ts: sourcemap:true in lib mode (tarball had 0 .map, @Pulse-Music packages ship theirs — now 2 maps in npm pack) - web-component docstrings: stale alpha.2 "SKELETON" claims replaced with the actual rc feature surface (prev/next, drag-resize, social icons, draggable FAB + radial menu all implemented) - JSON-LD softwareVersion rc.0 -> rc.2; NOTICE.md 3ter OFL attribution Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What
Round 9 (audit #5 closure)
Round 10 (audit #6 closure)
Validation
🤖 Generated with Claude Code