Skip to content

Rulvar API reference


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

PropertyTypeDescriptionDefined in
candidatesreadonly JournaledSynthesisCandidate[]Every hosted candidate, in verdict seq order.packages/core/src/stores/synthesis-candidates.ts:158
synthesisSpansnumberSettled synthesize spans the journal holds.packages/core/src/stores/synthesis-candidates.ts:160
tailWiresnumberWires after a span's LAST verdict: attributed to no candidate.packages/core/src/stores/synthesis-candidates.ts:175
unattributedSpansnumberSettled 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
unhostedVerdictsnumberFinish 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