chore(graphify): add knowledge graph output for codebase exploration

Includes interactive graph visualization (graph.html), audit report
(GRAPH_REPORT.md), raw graph data (graph.json), and extraction
caches built from 349 source files (2741 nodes, 4999 edges).
This commit is contained in:
2026-07-04 09:19:44 +00:00
parent 4879eae9bb
commit a2121afc2d
343 changed files with 84301 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"nodes": [{"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbacksource_kt", "label": "PlaybackSource.kt", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackSource.kt", "source_location": "L1"}, {"id": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbacksource_playbacksource", "label": "PlaybackSource", "file_type": "code", "source_file": "data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackSource.kt", "source_location": "L6", "_callable": true}], "edges": [{"source": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbacksource_kt", "target": "home_repositories_purefin_data_src_main_java_hu_bbara_purefin_data_jellyfin_playback_playbacksource_playbacksource", "relation": "contains", "confidence": "EXTRACTED", "source_file": "data/src/main/java/hu/bbara/purefin/data/jellyfin/playback/PlaybackSource.kt", "source_location": "L6", "weight": 1.0}], "raw_calls": []}