Skip to main content

Module provenance

Module provenance 

Source

Constants§

PROVENANCE_ENV

Functions§

incoming_attribution
Per-fragment incoming relevance mass grouped by edge category, sorted by mass descending: (category, strongest_source_path, mass). Shared by the provenance dump and the locate renderer (#126) — one attribution pass, two consumers.
maybe_dump
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.
seed_hops