pub fn build_graph(root: &Path, config: &Config) -> Result<Graph>
Build a graph from files in root, using configured parsers to extract links. Computes BLAKE3 content hashes for all nodes.
root