fix(code-graph): close versioned graph reliability gaps - #80
Closed
forhappy wants to merge 67 commits into
Closed
Conversation
chore(vscode): release 0.1.8
…aph-v1-implementation
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
This closure PR hardens Compass Code Graph v1 before it lands through #79.
Why
The earlier implementation passed broad qualification, but independent closure reviews found stale-generation reader bypasses, stale mixed-origin relationship sites, over-broad endpoint validation, route confidence loss, and unbounded work paths. These fixes address the root causes and add focused regressions for each failure mode.
Impact
Versioned graph reads now resolve one complete active generation or fail explicitly. Incremental graphs remain byte-consistent with equivalent cold extraction while accurately distinguishing AST evidence, semantic-only residue, and transient endpoint remaps. Query and source operations have hard resource ceilings, and route and relationship publication remains conservative.
Validation
./scripts/qualify_code_graph_v1.sh --fixtures-onlygraphify update .Exact reviewed head:
cd5092237a45bafdc6a9b4588555944c0c0407c1.