pub fn discover(root: &Path, config: &RaysenseConfig) -> WorkspaceMapExpand description
Discover the workspace layout under root by consulting each
configured plugin’s workspace_manifest_files. Currently only the
Cargo manifest format is parsed; other manifests added later become
new arms in the dispatcher below without changing call sites.