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
| Property | Type | Defined in |
|---|---|---|
approaches | { approachSig: string; approachTag: string; attempts: number; lastOutcome: AttemptOutcomeClass; }[] | packages/core/src/journal/lineage.ts:88 |
attemptsUsed | number | packages/core/src/journal/lineage.ts:85 |
escalationsUsed | number | packages/core/src/journal/lineage.ts:86 |
stallStreak | number | packages/core/src/journal/lineage.ts:87 |