Skip to content

chore(deps): bump pulseengine/rivet from 0.32.0 to 0.34.0 - #266

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pulseengine/rivet-0.34.0
Open

chore(deps): bump pulseengine/rivet from 0.32.0 to 0.34.0#266
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pulseengine/rivet-0.34.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps pulseengine/rivet from 0.32.0 to 0.34.0.

Release notes

Sourced from pulseengine/rivet's releases.

Rivet v0.34.0

What's Changed

Full Changelog: pulseengine/rivet@v0.33.1...v0.34.0

Rivet v0.33.1

What's Changed

Full Changelog: pulseengine/rivet@v0.33.0...v0.33.1

Rivet v0.33.0

What's Changed

Full Changelog: pulseengine/rivet@v0.32.0...v0.33.0

Changelog

Sourced from pulseengine/rivet's changelog.

[0.34.0] - 2026-08-20

Evidence you can check. Five places where a gate ran, reported green, and checked less than its name claimed — plus the silent-empty-load window where validate printed PASS over zero artifacts read.

Added

  • rivet context --stdout / --brief (REQ-297, #811) — rivet context previously took no arguments and unconditionally wrote .rivet/agent-context.md, so a SessionStart hook that only wanted to read project state mutated the working tree. .rivet/ is gitignored in this repo but not in consumers, making the side effect invisible here and visible everywhere else, with an accidental commit one git add -A away. --stdout prints the document and writes nothing; --brief drops the schema/link/rule reference (stable material better fetched via rivet docs) and keeps the state a hook actually wants — project, artifact counts, coverage gaps, verdict. Note that the default path still writes the file — that is deliberate and asserted by a test, but it does mean the reported side effect persists unless you pass --stdout, so hooks should use the new flag rather than relying on any change to the default.

Changed

  • --help no longer carries internal bookkeeping (REQ-298, #812) — help text is the surface a new user meets first, and rivet's carried REQ ids, GitHub issue numbers and in-repo doc paths that mean nothing outside this repository, with the trace entry reaching 405 characters on one line. Provenance belongs in the artifacts, which is exactly what rivet makes queryable (rivet get REQ-167); duplicating it into help just made the help the second-best copy. Every top-level entry is now a single sentence: rivet -h has zero REQ ids, zero issue references, and no line over 100 columns (longest is 97, trace down from 405). Longer prose moved into per-command --help long help. (The issue also asked to tighten the top-level list so the common path is legible; that was implemented as one-sentence-per-entry and the list is still 52 flat commands — the residual is tracked as REQ-307.)

Fixed

  • check verification-evidence was blind to nested workspaces (REQ-236, #807) — a step of the shape cargo test --manifest-path <nested>/Cargo.toml <filter> reported "no test matching found" even though the test existed. --manifest-path was parsed only so its value would not be mistaken for the positional filter, and was then discarded. The flag already names precisely the directory that should be scanned; it is now threaded back through, widening the scan for that step only. One reporting project went from 14 false failures and exit 1 to green. (This is Defect 1 of two in #807; the check is still name-existence rather than command-reachability, so an empty stub can still satisfy it — tracked as REQ-306.)
  • Overlapping sources made every id collide with itself (REQ-302, #746) — when two configured sources[] paths overlapped, every artifact loaded twice

... (truncated)

Commits
  • 2503b4c chore(release): v0.34.0 — evidence you can check (#837)
  • fce7e6c plan(v0.34): close the V on shipped scope; defer the UI trio to v0.35.0 (#836)
  • b3bc0d3 fix(validate,coverage): close the silent-empty-load window (#808) (#818)
  • 3e77bea feat(cli): rivet context --stdout / --brief (#811) (#813)
  • 2418f89 fix(test): use CARGO_BIN_EXE_rivet in mcp_integration so release evidence bui...
  • 562a3eb fix(validate): dedupe overlapping sources + deterministic diagnostic order (#...
  • ebd253a fix(check-verification-evidence): scan the crate named by --manifest-path (#8...
  • f510645 ci: attest the release binary on an ephemeral runner (#782); cap ci-gate (#82...
  • 5695008 ci: cap every job's timeout-minutes (#822) (#824)
  • 6b3be3c ci(mutants): add diff-scoped rivet-core PR gate (advisory) (#816) (#828)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pulseengine/rivet](https://github.com/pulseengine/rivet) from 0.32.0 to 0.34.0.
- [Release notes](https://github.com/pulseengine/rivet/releases)
- [Changelog](https://github.com/pulseengine/rivet/blob/main/CHANGELOG.md)
- [Commits](pulseengine/rivet@v0.32.0...v0.34.0)

---
updated-dependencies:
- dependency-name: pulseengine/rivet
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency updates label Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants