release: v0.33.0 — depth-2 list<list<string>> nested-string transcoding (#286) + fuzz-CI fix#294
Merged
Conversation
…ng (#286) + fuzz-CI fix (#168) Bundles the 5 PRs merged since v0.32.0: #289 SR-17 de-stale, #290 5d-pre, #291 5d RESULT, #292 5d PARAM (closes #286), #293 #168 fuzz-CI runner-drift fix. Release-time safety reconciliation (the #286 PRs correctly deferred safety-YAML edits per the add-after-passes discipline; reconciled now): - SR-41 description + verification: coverage extended to two-level list nesting (list<list<string>>); residual fail-loud boundary moved to depth-3+; cites the new d5d_* depth-2 runtime + real-adapter budget oracles. - LS-F-27 control-algorithm-flaw: residual fail-loud set narrowed from list<list<string>> (now transcoded) to list<list<list<string>>>. Readiness (V-model): YAML OK; rivet validate 0 broken cross-refs (180/101 is the unchanged pre-existing left-side baseline); LS-N gate 57/0/0; full meld-core suite 0 failed; clippy/fmt clean. CHANGELOG carries the falsification statement + disclosed gaps (depth-3 fail-loud, async-lift e2e kiln-gated, Kani-not-in-CI + CBMC-intractable for #286, #168 infra root-cause open, 16 baseline implemented SRs). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
LS-N verification gate✅ 57/57 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.
v0.33.0 — depth-2 nested-string transcoding
Bundles the 5 PRs merged since v0.32.0 — closes the last gap of the #272 async cross-encoding campaign.
Indirectiondescriptor (behaviour-preserving)list<list<string>>result transcodingRelease-time safety reconciliation
The #286 code PRs correctly deferred safety-YAML edits (the add-after-passes discipline). Reconciled in this release commit:
d5d_*oracles.list<list<string>>(now transcoded) tolist<list<list<string>>>.Readiness (V-model)
rivet validate0 broken cross-refs (180/101 = unchanged pre-existing left-side baseline)meld-coresuite 0 failed; clippy/fmt cleanimplementedSRs)Scope
Release commit touches only
Cargo.toml/Cargo.lock/CHANGELOG.md+ the two safety YAMLs — no Tier-5 source path, so no Mythos gate applies. Tag on green main CI;release.ymlthen builds the signed multi-platform assets (cosign + CycloneDX SBOM).🤖 Generated with Claude Code