Function discover
pub fn discover(repo_root: &Path) -> Option<PathBuf>Expand description
Auto-discovery: if --team-map-file isn’t passed, look for
<repo>/.codelore-teams. Returns None if the file doesn’t exist.
Mirrors the .codelorebots discovery pattern.