pub fn validate_plugin_references(
descriptors: &[PluginDescriptor],
references: &BTreeMap<String, (String, Value)>,
) -> Vec<PluginReferenceIssue>Expand description
Side-effect-free validation shared by profile inspection and runtime mount.