chore(release): v0.8.0 — dogfood follow-ups#256
Merged
Conversation
Workspace, vscode-rivet, and npm root package versions bumped to 0.8.0. Platform packages stay on the release-npm.yml override path. What's in 0.8.0: - fix(docs): stale literals + extend rivet docs check (#252, closes #247). Six embedded-doc literals fixed, plus three new invariants (EmbeddedVersionLiterals, EmbeddedFlagReferences, EmbeddedTodoMarkers) to prevent the class of drift from re-shipping. - feat(docs-check): tighten --coverage rule 4 + --warn-only (#250, closes #248). Rule 4 now requires child name to appear in parent body (catches false-positives on lsp + batch). New three-mode semantics: default silent / --warn-only with annotations / --strict fail. - feat(cli): cited-source --strict, --strict-cited-source-stale, schema migrate --list (#251, closes #249). Read-only audit gate for cited-source drift; promotable stale severity; recipe discovery. Trace: skip
4 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
New wasmtime advisory published 2026-04-30, blocking 0.8.0 CI. Rivet's wasmtime usage is behind an optional wasm feature gate and doesn't allocate large wasmtime tables, so the panic case isn't reachable. Follow-up issue will track upgrading to wasmtime >=43.0.2. Trace: skip
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
Bumps workspace, vscode-rivet, and npm root packages to 0.8.0.
Bundles 3 already-merged PRs from the post-0.7.0 dogfood:
fix(docs): stale literals + extend rivet docs check(closes docs: stale version/flag literals + (TODO) marker shipped in 0.7.0 docs #247)fix(docs-check): tighten --coverage + --warn-only(closes docs-check: --coverage gate has false-positives + soft-warn pattern broken #248)feat(cli): cited-source --strict, --strict-cited-source-stale, schema migrate --list(closes validate: cited-source — add --strict on rivet check sources, promotable cited-source-stale severity, --list for migrate recipes #249)Highlights
Stale-literal cleanup + new invariants (#252)
6 stale literals fixed in embedded docs (quickstart version, mcp serverInfo, schema/eu-ai-act flag, schema/dev TODO, impact tag, schema/dev gherkin flag). 3 new
rivet docs checkinvariants prevent re-shipping:EmbeddedVersionLiterals,EmbeddedFlagReferences,EmbeddedTodoMarkers.Coverage gate tightening (#250)
rivet docs check --coveragerule 4 now requires the child subcommand name to appear in the parent topic's body. Three explicit modes: default silent /--warn-onlywith::warning::annotations /--strictexits 1.Cited-source CLI symmetry (#251)
rivet check sources --strict(read-only audit),rivet validate --strict-cited-source-stale(promote Info to Error),rivet schema migrate --list(recipe discovery).Test plan
gh release create— workflow is now idempotent per fix(ci): make Release workflow idempotent on existing tag #244)🤖 Generated with Claude Code