chore(release): adopt rivet v0.22.0 release-handling as the readiness gate#318
Merged
Conversation
…ln#364 golden_e2e Tier A/B prove behavioural equivalence under wasmtime but disclose the boundary "NOT on the synth/kiln MCU target". #297 asks to close it. Adds Tier C: fuse a wasi:cli command fixture (--output component), execute it on kilnd, and assert it runs — with the unfused original as the on-kiln baseline so a fused failure is attributable to fusion. The seam is currently BROKEN: kiln's component executor requires a core-instance _start, which meld's multi-core-module wrap (stubs, fused, fixup, caller modules with a deferred start) doesn't expose — it fails with "No core instance exports _start". The same artifact runs under wasmtime via wasi:cli/run (Tier A/B green), so meld's output is spec-valid. Filed kiln#364. So the test is #[ignore]d with that reason; verified it fails for exactly the documented cause (baseline ran on kiln, fused did not). Un-ignore when kiln#364 lands and it pins the meld-to-kiln seam green. kilnd is located via MELD_KILND or the conventional ../../kiln debug build; absent -> skip. Refs: #297, kiln#364. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… gate
rivet v0.22.0 turns the release: field into a queryable readiness gate
(rivet release status <ver> — per-status burn-down, "cuttable" verdict,
non-zero exit when not, --format json for CI).
- Bump the compliance.yml rivet pin v0.19.0 -> v0.22.0.
- Scope SR-45 (the v0.37.0-delivered fusion-premise req) with the first-class
release: v0.37.0 via `rivet release move`, and move it implemented -> verified
(its V is closed: SWV-45's SCPV v3 codec + golden-fusion tests pass), matching
the 28-verified convention.
- Document the release-readiness query as a mandatory pre-release checklist
step in AGENTS.md (scope artifacts with release:, gate on rivet release
status). Historical per-release vX.Y *tags* stay as shipped-in markers; the
release: field is the single forward scope the query reads.
Tested: `rivet release status v0.37.0` -> "Cuttable — every artifact is
verified/accepted", exit 0; JSON {cuttable:true, not_verified:[]}. rivet
validate still PASS (70 pre-existing warnings).
Refs: #302 (Track E release-gating), rivet #516.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
LS-N verification gate✅ 58/58 approved LS entries verified
Approved Failed LS entries(none) Missing regression tests(none) Updated automatically by |
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
Adopts rivet v0.22.0's release-handling for meld's release process, and tests it.
rivet v0.22.0 (
rivet release status <ver>) turns therelease:field into a queryable readiness gate: per-status burn-down, a cuttable verdict, non-zero exit when not cuttable (CI-gateable), and--format json.Changes
compliance.ymlrivet pin v0.19.0 → v0.22.0.SR-45(the v0.37.0-delivered fusion-premise requirement) with the first-classrelease: v0.37.0field (viarivet release move), and move itimplemented → verified— its V is closed (SWV-45's SCPV v3 codec + golden-fusion tests pass), matching the existing 28-verifiedconvention.AGENTS.md.Tested
Notes / scope
vX.Ytags on artifacts are "shipped-in" markers and stay; therelease:field is the single forward scoperivet release statusreads (many SRs are multi-tagged across releases, so they can't map 1:1 to a singlerelease:). This PR establishes the mechanism on v0.37.0 as the demonstrator; scoping additional releases' artifacts is incremental follow-up beforerivet release statusbecomes a hard CI gate.Config + safety-YAML + docs only — no code touched.
🤖 Generated with Claude Code