You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(conformance): legis git-rename consumer reaches the bar
The consumer half of the legis->loomweave git-rename seam: drive the REAL
parse_legis_rename_json over a byte-identical vendored copy of the shared golden
git_renames.v1.json (blob 74f69ee..., frozen from legis's real GET /git/renames),
asserting the projected (old_path,new_path) pairs and pinning the blob sha1
(Layer-1 fail-closed byte-pin). Producer (legis) and consumer (loomweave) now
load the SAME bytes and AGREE; a wire drift on either side reds in CI.
The two #[test]s live in sei_git.rs's existing test module (not under tests/)
because parse_legis_rename_json is private to this binary crate and unreachable
from an integration test. No existing test altered. Byte-pin negative-probed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments