rulvar API reference / @rulvar/rulvar / LineageStats
Interface: LineageStats
Defined in: packages/core/dist/index.d.ts
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/dist/index.d.ts |
attemptsUsed | number | packages/core/dist/index.d.ts |
escalationsUsed | number | packages/core/dist/index.d.ts |
stallStreak | number | packages/core/dist/index.d.ts |