FeedbackStore.lineage()

Returns one event with all its triage verdicts and latest refined pairs.

Usage

Source

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, oldest

first) and pairs (the latest refinement generation, by pair_index),

or {} when no event carries the key.