chore(release): v0.1.13 - #76
Merged
Merged
Conversation
Coherence findings from `hydrate validate` now read in the dotted paths you author with (`Api.Rater.key`) instead of the server's internal ids, in both the locator and the message, and in both output modes. Paths are resolved from this working copy — committed, staged, and config ports alike — so a finding is something you can act on directly rather than a lookup you have to perform. `--json` gains `located[]` alongside the verbatim `findings[]`, carrying `finding_index`, `path`, `path_complete`, and a resolved `message`. When a path cannot be resolved the raw id is shown rather than guessed at, and a note on stderr says why — a stale view, an unreadable index, or an endpoint that no longer exists. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
rennehan
added a commit
that referenced
this pull request
Jul 29, 2026
Coherence findings from `hydrate validate` now read in the dotted paths you author with (`Api.Rater.key`) instead of the server's internal ids, in both the locator and the message, and in both output modes. Paths are resolved from this working copy — committed, staged, and config ports alike — so a finding is something you can act on directly rather than a lookup you have to perform. `--json` gains `located[]` alongside the verbatim `findings[]`, carrying `finding_index`, `path`, `path_complete`, and a resolved `message`. When a path cannot be resolved the raw id is shown rather than guessed at, and a note on stderr says why — a stale view, an unreadable index, or an endpoint that no longer exists. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Version bump for v0.1.13.
Cargo.toml+Cargo.lockonly — same shape as the v0.1.12 bump.What's in this release
Coherence findings read in your paths, not the server's ids.
Before:
After:
Resolved in both the locator and the message, in both output modes, from this working copy — committed, staged, and config ports alike. The dotted spelling matches
status/diff/show/walkand is what the authoring verbs accept, so a path can be pasted straight into the next command.--jsongainslocated[]beside the verbatimfindings[], withfinding_index,path,path_complete, and a resolvedmessage.When a path can't be resolved the raw id is shown rather than guessed at, and stderr says why — a stale view (detected by comparing branch versions), an unreadable index, or an endpoint that no longer exists.
Shipped in #75, which also fixed a panic found in review:
validateaborted with a backtrace on any finding message containing a multi-byte character in the wrong position — after the round trip, so the verdict was computed and discarded, and the exit code became 101 instead of the documented 0/5 an agent gates on.After merge
Tag
v0.1.13to trigger the release build (five targets, archives +.sha256+ signed provenance).