What problem does it solve? Understanding a new codebase, research corpus, or mixed folder of notes requires reading everything manually, and insights disappear between sessions. graphify turns any folder into a persistent, queryable knowledge graph with an honest audit trail showing which relationships were extracted versus inferred. ## Core Features & Use Cases - Multi-format extraction: Parses code via AST, documents, papers, images (via vision), and transcribes video/audio with Whisper into a unified graph of nodes, edges, and hyperedges. - Persistent graph with audit trail: Stores results in graphify-out/graph.json with every edge tagged EXTRACTED, INFERRED, or AMBIGUOUS plus confidence scores, so queries work across sessions without re-reading files. - Community detection and outputs: Clusters the graph, labels communities, and generates an interactive HTML visualization, GraphRAG-ready JSON, GRAPH_REPORT.md, and optional Obsidian vault, Neo4j, GraphML, or SVG exports. - Use Case: Point it at an unfamiliar GitHub repository to get a navigable architecture graph with god nodes, surprising cross-file connections, and suggested questions before touching any code. ## Quick Start Run /graphify on the current directory to build a knowledge graph and open the generated report.