pub fn detect_relational_intent(query: &str) -> Option<(RelMode, String)>Expand description
Detect a call-graph/impact query and extract its subject symbol. Returns None for ordinary
lexical queries (so the caller falls through to normal grounding).