Rulvar API reference / @rulvar/core / JournaledSynthesisCandidateReport
Interface: JournaledSynthesisCandidateReport
Defined in: packages/core/src/stores/synthesis-candidates.ts:156
What synthesisCandidatesFromJournal folded, beside the candidates.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
candidates | readonly JournaledSynthesisCandidate[] | Every hosted candidate, in verdict seq order. | packages/core/src/stores/synthesis-candidates.ts:158 |
synthesisSpans | number | Settled synthesize spans the journal holds. | packages/core/src/stores/synthesis-candidates.ts:160 |
tailWires | number | Wires after a span's LAST verdict: attributed to no candidate. | packages/core/src/stores/synthesis-candidates.ts:175 |
unattributedSpans | number | Settled synthesize spans whose incremental billing rows do not cover their terminal call records (the rows append asynchronously and may be missing); their candidates carry verdict facts only. | packages/core/src/stores/synthesis-candidates.ts:173 |
unhostedVerdicts | number | Finish verdicts NOT hosted by a settled synthesize span: draft stage validations in the coordination span, and verdicts inside a synthesis that never settled. Counted, never guessed into candidates. | packages/core/src/stores/synthesis-candidates.ts:167 |