Skip to content

rulvar API reference


rulvar API reference / @rulvar/core / LineageStats

Interface: LineageStats

Defined in: packages/core/src/journal/lineage.ts:84

The pure lineage fold rendered in plan_view and WakeDigest, always pinned to a snapshot (uptoSeq), never a live read inside a turn. approaches groups settled history by approachSig; a group whose attempts have not settled yet is omitted (there is no outcome to learn from), while attemptsUsed still counts every authorized attempt.

Properties

PropertyTypeDefined in
approaches{ approachSig: string; approachTag: string; attempts: number; lastOutcome: AttemptOutcomeClass; }[]packages/core/src/journal/lineage.ts:88
attemptsUsednumberpackages/core/src/journal/lineage.ts:85
escalationsUsednumberpackages/core/src/journal/lineage.ts:86
stallStreaknumberpackages/core/src/journal/lineage.ts:87