chore(release): v0.29.0 — variant source-linkage + V-model bridge#729
Merged
Conversation
Bumps workspace + Cargo.lock + VS Code extension to 0.29.0 and adds the CHANGELOG section. Ships v0.29.0 scope: - REQ-265 variant source-linkage completeness (a: honest external links, b: no serve scope leak, c: disk-verified source manifest, d: export --variant) - REQ-266 constraint-solver property-test coverage (was zero) - REQ-269 diamond/DAG shared child no longer mis-reported as a cycle - REQ-270 dev-native `verification` type so a requirement can mechanically reach verified (dev@0.2.0 -> 0.3.0, closes #721) Self-verify with the fresh 0.29.0 binary: build OK, rivet validate PASS, rivet docs check PASS (0 violations). Implements: REQ-265, REQ-266, REQ-270 Fixes: REQ-269
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.
v0.29.0 — variant source-linkage completeness + dev V-model bridge
Release-prep for v0.29.0. Bumps
[workspace.package],Cargo.lock, and theVS Code extension to
0.29.0; adds the CHANGELOG section.Scope (all
implementedon main)servevariant scope leak, (c) disk-verifiedvariant manifest, (d)export --variantverificationtype so a requirement can mechanically reachverified(dev@0.2.0 → 0.3.0, closes #721)Self-verify (fresh 0.29.0 binary)
cargo build --release— OKrivet validate— PASSrivet docs check— PASS (0 violations)Falsification statement
A dev-only project can now close its own V (a
verificationverifiesarequirement); a variant-scopedexportreflects the variant's field overlayacross all formats incl. the html compliance bundle; a diamond feature model
loads while a genuine cycle is still rejected; and the constraint solver's
Okverdict is independently checked against every generated constraint.Next: signed
v0.29.0tag → release.yml + release-npm.yml → verify GitHub assets + npm.Implements: REQ-265, REQ-266, REQ-270 · Fixes: REQ-269
🤖 Generated with Claude Code