Add composed edge_summary rollups for type Symbols in describe#106
Merged
Conversation
- KuzuGraph.member_edge_rollup_for; merge DECLARES.DECLARES_CLIENT and DECLARES.EXPOSES in describe for type Symbols\n- AGENT-GUIDE + README; NodeRecord.edge_summary Field description\n- Four oracle tests in test_mcp_v2_compose.py; neighbors composed-key ValidationError test\n- Move DESCRIBE-MEMBER-EDGE-ROLLUP propose and plan to completed/; index in AGENTS.md\n\nImplements plans/completed/PLAN-DESCRIBE-MEMBER-EDGE-ROLLUP.md (PR-1). No ontology bump or re-index. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.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.
Scope
Implements PR-1 from
plans/completed/PLAN-DESCRIBE-MEMBER-EDGE-ROLLUP.md/ archived proposepropose/completed/DESCRIBE-MEMBER-EDGE-ROLLUP-PROPOSE.md.KuzuGraph.member_edge_rollup_forplus merge inmcp_v2._edge_summary_for_nodefor type Symbols (DECLARES.DECLARES_CLIENT,DECLARES.EXPOSES).docs/AGENT-GUIDE.md,README.md;NodeRecord.edge_summaryPydantic field description.tests/test_mcp_v2_compose.py;test_neighbors_rejects_composed_edge_summary_keyintests/test_mcp_v2.py.completed/;AGENTS.mdolder-completed list updated.Not in this PR
No Kuzu schema change, no
ontology_versionbump, no re-index requirement.Evidence
.venv/bin/ruff check ..venv/bin/python -m pytest tests -v(377 passed, 7 skipped on the branch that landed this work).Made with Cursor