feat: extend repository intelligence with symbol calls and test impact v2 - #2
Draft
Mopati123 wants to merge 5 commits into
Draft
feat: extend repository intelligence with symbol calls and test impact v2#2Mopati123 wants to merge 5 commits into
Mopati123 wants to merge 5 commits into
Conversation
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.
Purpose
Extend the certified repository-intelligence v1 baseline into v2 with symbol-level call relationships, test-to-code mapping, and component-aware change impact.
v2 additions
Architectural role
This moves the repository-intelligence layer closer to the governed Developer OS requirement:
Truth boundary
This remains deterministic static analysis. Dynamic imports, reflection, runtime dependency injection, generated code, monkey-patching, and broad cross-language semantic calls are not claimed as covered.
Review order
This PR is stacked on the certified v1 branch and should remain draft until its dedicated CI passes.
Certified v2 baseline
At head
e90ef4db2ec6e0a8aba867124bbe4a4f81afd5a1, the dedicatedRepository Intelligence CIcompleted successfully.Certified v2 additions:
Truth boundary remains static-analysis only: dynamic imports, runtime reflection/injection, generated code, monkey-patching, and broad cross-language semantic calls are not claimed as covered.
This commit is the certified Phase M v2 baseline. PR remains draft and unmerged.