Skip to content

feat: graph-context panel on expanded merge reviews - #396

Merged
Rassl merged 1 commit into
mainfrom
feat/merge-review-context
Sep 3, 2026
Merged

feat: graph-context panel on expanded merge reviews#396
Rassl merged 1 commit into
mainfrom
feat/merge-review-context

Conversation

@Rassl

@Rassl Rassl commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Extracted entities carry no provenance properties — their only origin trail is the MENTIONS edges back to the content they were pulled from. Surface that when comparing merge candidates:

  • getSubgraph() client for the new GET /v2/graph/subgraph
  • merge-context lib derives, per subject, degree / per-edge-type counts / cleaned source excerpts from incoming MENTIONS, and the neighbor overlap between subjects (shared neighbors argue for the merge, disjoint neighborhoods are flagged as a red flag)
  • MergeContextPanel fetches both subjects' 1-hop subgraphs lazily on row expand and renders the digest; failures degrade to a one-line notice

Extracted entities carry no provenance properties — their only origin trail
is the MENTIONS edges back to the content they were pulled from. Surface
that when comparing merge candidates:

- getSubgraph() client for the new GET /v2/graph/subgraph
- merge-context lib derives, per subject, degree / per-edge-type counts /
  cleaned source excerpts from incoming MENTIONS, and the neighbor overlap
  between subjects (shared neighbors argue for the merge, disjoint
  neighborhoods are flagged as a red flag)
- MergeContextPanel fetches both subjects' 1-hop subgraphs lazily on row
  expand and renders the digest; failures degrade to a one-line notice
@Rassl
Rassl merged commit e8d0532 into main Sep 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant