pub fn export_edges(
project_root: &str,
min_weight: f64,
max_edges: usize,
) -> Vec<(String, String, f64)>Expand description
Canonical undirected co-access edges for project_root (strongest first),
for dashboard overlay and graph folding. Empty when traversal edges are off.