pub fn scan_candidates(project: &Path) -> Vec<PathBuf>Expand description
Heuristically derive candidate roots in project for onboarding: the
top-most directories that either declare okf_version or directly contain an
OKF concept. A directory is dropped when an ancestor already qualifies, so
nested concept folders collapse into their bundle root.