feat(kg): add person→org and org→org edge endpoint pairs (#538 #539)#616
Open
ohdearquant wants to merge 3 commits into
Open
feat(kg): add person→org and org→org edge endpoint pairs (#538 #539)#616ohdearquant wants to merge 3 commits into
ohdearquant wants to merge 3 commits into
Conversation
Declares 7 new endpoint rules in KG_EDGE_RULES (pack-extensible, additive only): person→org part_of/instance_of, and org→org depends_on/enables/ contains/part_of/precedes. Updates valid_relations_for_entity_pair error enrichment, ADR-002 endpoint contract table, and adds 3 integration tests. Co-Authored-By: Claude Opus 4.6 <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.
Summary
person → orgforpart_ofandinstance_oforg → orgfordepends_on,enables,contains,part_of,precedesCloses #538 #539
Test plan
link_person_to_org_part_of_succeeds— person→org part_of workslink_org_to_org_depends_on_succeeds— org→org depends_on workslink_concept_to_concept_extends_still_works— existing behavior preserved🤖 Generated with Claude Code