feat(graph): explain bounded dependency impact paths - #64
Open
DivyamTalwar wants to merge 2 commits into
Open
Conversation
Owner
Author
Implementation evidence
Primary pattern sources:
No source was copied and no runtime dependency was added. Latest reviewed head: This PR is intentionally open and unmerged. GitHub CI/Security on this exact head is now authoritative; dependency-review is expected to remain externally blocked until the repository dependency graph is enabled. |
Owner
Author
Final authoritative verificationLatest head:
The Security workflow's aggregate failure is therefore repository configuration, not a source, dependency, secret, or CodeQL failure. The implementation-authoritative CI and security analyzers are green on the exact latest head. PR state: open, unmerged. |
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
structorium impact <file-or-dir>for bounded dependency blast-radius explorationWhy this is high leverage
Structorium detects coupling and cycles, but operators still need to answer “what could this change break?” before editing a shared module. The new explorer reuses each language integration's real dependency graph and turns it into bounded, reviewable evidence without Neo4j or another service.
Competitive research and provenance
This is an original implementation informed by public workflows, not copied source:
Structorium's implementation is multi-language through its existing graph contract, has explicit dependency/dependent semantics, includes shortest witnesses, and shares a hard traversal budget.
Verification
pytest -q tests/commands/test_cli.py tests/detectors/test_graph.py tests/engine/test_impact.py tests/commands/test_impact_cmd.py— 117 passedgit diff --check— passedSafety and scope
The repository dependency-review security job requires the repository dependency graph setting; CodeQL, pip-audit, and secret scan remain the code-authoritative checks.
This PR intentionally remains open and unmerged.