pub fn reflect(store: &GotchaStore) -> Vec<ReflectionInsight>Expand description
Distill the gotcha trace into reusable insights. Pure and deterministic:
an identical store always yields byte-identical, identically-ordered output
(no timestamps, no map iteration order — BTree* keep it stable).