Fix extraction graph normalization and provider install#1997
Open
caniko wants to merge 3 commits into
Open
Conversation
This was referenced Jul 18, 2026
Rewrite the --no-cluster path in both extract and watch to use build_from_json and node_link_data instead of raw dedup, so the unclustered graph passes the diagnostic integrity gate. Also update documentation (AGENTS.md, README, --help text) to describe the normalized output and add the endpoint-safe graph regression test.
JSON data files are intentionally skipped by the structural extractor. They should not trigger the zero-node aggregate warning, which was designed for failed code extractions (Graphify-Labs#1666).
caniko
force-pushed
the
split/extraction-fixes
branch
from
July 18, 2026 13:35
2af98d9 to
af21df2
Compare
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.
This is slice 3/5 of the work previously gathered in #1787. It is independent of the Nix/ACP series.
Fixes OpenCode plugin registration, normalizes the no-cluster graph through endpoint reconciliation, and suppresses the zero-node warning for intentionally skipped JSON data files.
Validation:
tests/test_install.py,tests/test_watch.py,tests/test_extract.py, andtests/test_detect.pyThis can be reviewed or merged independently of the stacked Nix slices.