docs(federation): sync filigree entity-associations fixture to v3 (warpline anchors)#70
Closed
tachyon-beep wants to merge 1 commit into
Closed
docs(federation): sync filigree entity-associations fixture to v3 (warpline anchors)#70tachyon-beep wants to merge 1 commit into
tachyon-beep wants to merge 1 commit into
Conversation
…rpline anchors) Mirror the canonical Filigree contract fixture (shipped in filigree 3.1.0): each reverse-lookup row now also carries the bound issue's lifecycle facts (claimed_at, closed_at, status, status_category) and the per-issue commit anchors (claim_commit, close_commit). Additive only — our consumer (parse_entity_associations_response) has no serde deny_unknown_fields and ignores them; parses_canonical_filigree_entity_association_fixture still passes. Co-Authored-By: Claude Opus 4.8 (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.
Syncs the repo-local copy of the Filigree entity-associations contract fixture to v3, matching the canonical fixture shipped in filigree 3.1.0.
Each reverse-lookup row now additionally carries the bound issue's lifecycle facts (
claimed_at,closed_at,status,status_category) and the per-issue commit anchors (claim_commit,close_commit) — the warpline seam.Additive / non-breaking: our consumer
parse_entity_associations_response(crates/loomweave-federation/src/filigree.rs) deserializes a subset and has no#[serde(deny_unknown_fields)], so it ignores the new fields. Verified:cargo test -p loomweave-federation parses_canonical_filigree_entity_association_fixturepasses. Byte-identical to Filigree'stests/fixtures/contracts/entity-associations-response.json.🤖 Generated with Claude Code