fn resolve_nodes(
nodes: &mut [NodeConfig],
by_name: &HashMap<&str, &PluginConfigDef>,
ctx: &str,
) -> Result<(), String>Expand description
Materializes config_ref on each node in place: shared config first, then
the node’s own keys written over it (local wins), ref cleared.