pub fn missing_node_mappings(flow: &Flow, doc: &FlowResolveV1) -> Vec<String>Expand description
Compute which nodes in a flow lack resolve entries.
Builtin nodes (emit.*, dw.agent[.x], dw.agent_graph[.x],
session.wait, flow.call, provider.invoke, {sorla,operala,agentic}.call)
are executed by the runner engine and resolve to no pack component, so they
never require a resolve-sidecar mapping and are excluded here.