pub fn evaluate_context(
graph: &Graph,
cases: &[GoldenCase],
limit: usize,
depth: usize,
width: usize,
) -> ContextReportExpand description
Score the CONTEXT payload (the activated subgraph’s context_order), not just the route.
Only cases declaring context_must and/or context_must_not participate.