fix: refresh embedded web assets#32
Conversation
|
Codex review: needs maintainer review before merge. Reviewed June 25, 2026, 2:54 AM ET / 06:54 UTC. Summary Reproducibility: not applicable. as a runtime bug reproduction path; this is a generated asset refresh. Source inspection confirms the API embeds the checked-in Review metrics: 1 noteworthy metric.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Risk before merge
Maintainer options:
Next step before merge
Security Review detailsBest possible solution: Merge the generated asset refresh after CI confirms the committed Do we have a high-confidence way to reproduce the issue? Not applicable as a runtime bug reproduction path; this is a generated asset refresh. Source inspection confirms the API embeds the checked-in Is this the best way to solve the issue? Yes. Regenerating the embedded SvelteKit bundle is the narrow maintainable fix for a mismatch between source output and checked-in web assets. AGENTS.md: found, but no applicable review policy affected this item. Codex review notes: model internal, reasoning high; reviewed against 9d29bc6356f2. Label changesLabel changes:
Label justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
What Problem This Solves
The latest CI on
mainfailed because the checked-in embedded web assets no longer matched the generated Svelte bundle.Why This Change Was Made
Regenerated the embedded web distribution with the repository build so the committed hashed assets match the current source output.
User Impact
Restores green CI and keeps the API binary embedding the current web UI assets.
Evidence
pnpm install --frozen-lockfilepnpm buildpnpm test && pnpm typecheck && pnpm -r typecheck && pnpm lint && pnpm fmt:check