chore: add graphify knowledge graph outputs for the codebase - #33
Merged
Conversation
Persistent code-search graph (4011 nodes, 7378 edges, 200 communities) covering code, docs, and config. Directed build to preserve true call-graph direction. Excludes the machine-specific interpreter/root paths and the regenerable extraction cache from version control.
manifest.json inside graphify-out/ shares a filename with Home Assistant integration manifests, and hassfest scans the whole repo tree for manifest.json to validate as an integration -- it found graphify's version, tried to read a codeowners key that doesn't exist in graphify's schema, and crashed the "Validate manifest.json" check. Untracking the whole directory (was previously just gitignoring a few machine-specific/cache paths within it) sidesteps the collision entirely; the files stay on disk, regenerable via the graphify skill. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.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.
Summary
Persistent code-search knowledge graph (4,011 nodes, 7,378 edges, 200 communities) covering code, docs, and config — built with the
graphifyskill's directed-build mode to preserve true call-graph direction.Adds
graphify-out/(manifest, graph data, HTML viewer, cost/report artifacts) and extends.gitignoreto exclude the machine-specific interpreter/root paths and the regenerable extraction cache.This was originally committed directly to
main; moved here to go through the normal PR path instead.🤖 Generated with Claude Code