release(v0.14.0): agent-actionable validation + self-contained export#347
Merged
Conversation
Bump workspace version 0.13.3 -> 0.14.0 and add the CHANGELOG entry. Headline features since v0.13.3: - REQ-124 — agent-actionable diagnostic remediation (8 rules; help: blocks in text, remediation object in --format json, rivet docs diagnostics/<rule>) - REQ-105 — HTML export self-containment (relative links, bundled svg-viewer, copied doc images, path-traversal hardening) Roadmap filed (draft): REQ-110..123 (bug-hunt findings), REQ-125..130 (gbrain-derived deterministic-armor backlog). Trace: skip
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
The workspace version bump missed the VS Code extension's package.json, tripping the docs-check VersionConsistency invariant. Trace: skip
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Rivet Criterion Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.
| Benchmark suite | Current: e0efe98 | Previous: b55a9c6 | Ratio |
|---|---|---|---|
traceability_matrix/1000 |
62957 ns/iter (± 317) |
45621 ns/iter (± 172) |
1.38 |
This comment was automatically generated by workflow using github-action-benchmark.
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.
Cuts v0.14.0. Workspace version bump (0.13.3 → 0.14.0) + CHANGELOG entry. No code change beyond the version stamp — the features themselves already merged.
Headline features since v0.13.3
help:blocks in text,remediationobject in--format json,rivet docs diagnostics/<rule>topics. Tells an agent what to do and which fix is right, with an explicit warning against the fix-forward-onto-siblings anti-pattern..htmllinks, bundledsvg-viewer.js, copied doc images, path-traversal hardening. The static site actually works offline now.Roadmap filed (draft, not in this release's code)
--explain,--orphans, baseline drift gate, MCP fail-closed invariant,--review-candidates, supersession)After merge: signed tag
v0.14.0+ push → triggers the release build (per-target archives, SBOM, SLSA) and the npm publish workflow.🤖 Generated with Claude Code