pub const DEFAULT_K: usize = 5;Expand description
Default number of top-ranked divergences returned by detect_top_k.
The markdown / terminal renderers show the top 3; the full list goes
to the JSON output. Users can override via the explicit k parameter.