{"decision_ref":"demo:mixed-anchor-citation-example (SYNTHETIC — not a real /ledger entry)","citing_entries":[{"entry":"SYNTHETIC-1 (Merlini's Scenario A: single anchored proven_right citation)","outcome":"proven_right","source_class":"recomputable","settled_at_declared":1786000000,"anchor_timestamp":1786000100,"outcome_evidence":"synthetic — demonstrates the fix, not a real claim"},{"entry":"SYNTHETIC-2 (Merlini's Scenario A: unanchored citation alongside it)","outcome":"inconclusive","source_class":"agent_reported","settled_at_declared":1786000050,"anchor_timestamp":null,"outcome_evidence":"synthetic — before the 2026-08-07 fix, this unanchored entry alone would have suppressed `current` to null despite the anchored proven_right entry above; after the fix, it correctly does not"}],"current":{"entry":"SYNTHETIC-1 (Merlini's Scenario A: single anchored proven_right citation)","outcome":"proven_right","source_class":"recomputable","settled_at_declared":1786000000,"anchor_timestamp":1786000100,"outcome_evidence":"synthetic — demonstrates the fix, not a real claim"},"current_note":"the latest-in-force citation by anchor time among ANCHORED citing entries only — unanchored citations are listed in citing_entries but never picked as current, since their ordering claim isn't independently checkable yet. a DERIVED reading, not an authoritative overwrite of earlier citations, which remain in the ledger unchanged","disputed":false,"disputed_note":null,"unanchored_dissent":false,"unanchored_dissent_note":null,"synthetic":true,"what_this_demonstrates":"before commit 5b9a8ad, `current` here would have been null (the code only checked the single last-sorted citing entry, which is the unanchored SYNTHETIC-2 by construction, since anchor-less entries sort last). After the fix, `current` correctly resolves to SYNTHETIC-1 -- the genuinely anchored, in-force citation -- because the resolution now filters to anchor-resolvable entries before picking the latest one.","real_code_path":"this calls _resolve_verdict_outcome_citations() directly, the exact function _verdict_outcome_resolution() delegates to for real citations scanned from /ledger -- not a reimplementation. See routes/ledger.py in the public gist for the extracted logic, or diff this endpoint's live output against the gist's resolve() run cold: https://gist.github.com/babyblueviper1/9f617b3ea6c9ff6f5a4fbb7ca21ca158"}