Skip to content

chore: add graphify knowledge graph outputs for the codebase - #33

Merged
Pascal-ZeGerman merged 2 commits into
mainfrom
chore/graphify-knowledge-graph
Jul 28, 2026
Merged

chore: add graphify knowledge graph outputs for the codebase#33
Pascal-ZeGerman merged 2 commits into
mainfrom
chore/graphify-knowledge-graph

Conversation

@Pascal-ZeGerman

Copy link
Copy Markdown
Owner

Summary

Persistent code-search knowledge graph (4,011 nodes, 7,378 edges, 200 communities) covering code, docs, and config — built with the graphify skill's directed-build mode to preserve true call-graph direction.

Adds graphify-out/ (manifest, graph data, HTML viewer, cost/report artifacts) and extends .gitignore to 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

Pascal-ZeGerman and others added 2 commits July 27, 2026 16:27
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>
@Pascal-ZeGerman
Pascal-ZeGerman merged commit 0979d43 into main Jul 28, 2026
17 checks passed
@Pascal-ZeGerman
Pascal-ZeGerman deleted the chore/graphify-knowledge-graph branch July 28, 2026 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant