pub fn concept_files(project: &Path, roots: &[PathBuf]) -> Vec<FileStat>Expand description
The live concept files across roots: every non-reserved .md, as a
FileStat keyed by project-relative path. De-duplicated when roots
overlap. The result drives crate::okfindex::Index::update.