FeedbackStore.lineage()
Returns one event with all its triage verdicts and latest refined pairs.
Usage
FeedbackStore.lineage(dedup_key)Reads feedback_events, triage, and refinement directly — the views drop the auditor, the older judge versions, and the payload the lineage needs.
Parameters
dedup_key: str- The event’s content-derived key.
Returns
dict[str, object]-
The event columns plus
verdicts(every judge and auditor row, oldestfirst) and pairs (the latest refinement generation, by
orpair_index),{}when no event carries the key.