pub fn scan_project(root: &Path, max_files: usize) -> Vec<FileIntel>Expand description
Scan a project directory and build a dependency-ordered list of important files. Returns files sorted by importance: entry points first, then most-imported files.