Skip to main content

maybe_dump

Function maybe_dump 

Source
pub fn maybe_dump(state: &ScoredState, selected: &[Fragment])
Expand description

Env-gated per-candidate inclusion-provenance dump (#93). One JSONL line per scored candidate: relevance, seed distance in hops, per-edge-category incoming mass (weight x rel(src) summed over incoming edges), and the selection verdict. The default path costs one env probe and nothing else, which is what keeps the instrumentation E-class.