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_core_src_main_java_hu_bbara_purefin_core_navigation_navigationmanagermodule_kt", "label": "NavigationManagerModule.kt", "file_type": "code", "source_file": "core/src/main/java/hu/bbara/purefin/core/navigation/NavigationManagerModule.kt", "source_location": "L1"}, {"id": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_navigation_navigationmanagermodule_navigationmanagermodule", "label": "NavigationManagerModule", "file_type": "code", "source_file": "core/src/main/java/hu/bbara/purefin/core/navigation/NavigationManagerModule.kt", "source_location": "L9", "_callable": true}, {"id": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_navigation_navigationmanagermodule_navigationmanagermodule_providenavigationmanager", "label": ".provideNavigationManager()", "file_type": "code", "source_file": "core/src/main/java/hu/bbara/purefin/core/navigation/NavigationManagerModule.kt", "source_location": "L12", "_callable": true}, {"id": "navigationmanager", "label": "NavigationManager", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/home/repositories/Purefin/core/src/main/java/hu/bbara/purefin/core/navigation/NavigationManagerModule.kt"}], "edges": [{"source": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_navigation_navigationmanagermodule_kt", "target": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_navigation_navigationmanagermodule_navigationmanagermodule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "core/src/main/java/hu/bbara/purefin/core/navigation/NavigationManagerModule.kt", "source_location": "L9", "weight": 1.0}, {"source": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_navigation_navigationmanagermodule_navigationmanagermodule", "target": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_navigation_navigationmanagermodule_navigationmanagermodule_providenavigationmanager", "relation": "method", "confidence": "EXTRACTED", "source_file": "core/src/main/java/hu/bbara/purefin/core/navigation/NavigationManagerModule.kt", "source_location": "L12", "weight": 1.0}, {"source": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_navigation_navigationmanagermodule_navigationmanagermodule_providenavigationmanager", "target": "navigationmanager", "relation": "references", "confidence": "EXTRACTED", "source_file": "core/src/main/java/hu/bbara/purefin/core/navigation/NavigationManagerModule.kt", "source_location": "L12", "weight": 1.0, "context": "return_type"}], "raw_calls": [{"caller_nid": "home_repositories_purefin_core_src_main_java_hu_bbara_purefin_core_navigation_navigationmanagermodule_navigationmanagermodule_providenavigationmanager", "callee": "DefaultNavigationManager", "is_member_call": false, "source_file": "/home/repositories/Purefin/core/src/main/java/hu/bbara/purefin/core/navigation/NavigationManagerModule.kt", "source_location": "L14", "receiver": null}]}