release(v0.13.3): serve dashboard correctness (REQ-106 / REQ-107 / REQ-108)#340
Merged
Conversation
…Q-108) Version bump 0.13.2 → 0.13.3 + CHANGELOG. Patch release carrying the three user-reported serve-dashboard fixes already merged to main: - REQ-106 — variant scope resolves bindings embedded in the variant file (dashboard was reporting bound_artifact_count: 0). - REQ-108 — external artifact links route to /artifacts/<prefix>:<id> (were pointing at the /externals/<prefix> project-list page). - REQ-107 — sequence/mapping field values render structurally instead of as Rust Debug output. Each shipped with a regression test (serve::variant unit tests, render::artifacts unit tests, externals.spec.ts Playwright guard). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
Version bump 0.13.2 → 0.13.3 + CHANGELOG. Patch release carrying the three user-reported serve-dashboard fixes already merged to main, each with a regression test.
bound_artifact_count: 0while the CLI was correct)serve::variantunit tests/artifacts/<prefix>:<id>(were pointing at the/externals/<prefix>project-list page)externals.spec.tsPlaywright guardDebug(Sequence [Mapping {…}])render::artifactsunit testsAll three surfaced from real cross-repo / variant usage.
Test plan
rivet validate— PASSrivet docs check— PASS (no version-literal violations)v0.13.3→release.ymlproduces the standardized asset set (SBOM + SLSA + cosign + build-env)Not in this release (tracked)
tools/intro-video/infrastructure — PR feat(tools): re-generatable intro-video infrastructure (tools/intro-video/) #339 (independent tooling).🤖 Generated with Claude Code