pub fn component_cards(
graph: &Graph,
root: &Path,
want: &BTreeSet<String>,
) -> Vec<ComponentCard>Expand description
Build map cards for only the top-level components named in want (e.g.
{"agent", "tools"}) — used to assemble a focused context for a component
pair without reading the whole tree.