Interface: ProjectChronicleOptions
August 8, 2026 ยท View on GitHub
@plures/praxis / index / ProjectChronicleOptions
Interface: ProjectChronicleOptions
Defined in: src/chronos/project-chronicle.ts:52
Options for creating a ProjectChronicle.
Properties
maxEvents?
optionalmaxEvents?:number
Defined in: src/chronos/project-chronicle.ts:54
Maximum events to retain (0 = unlimited, default 10_000).
now?
optionalnow?: () =>number
Defined in: src/chronos/project-chronicle.ts:56
Optional clock function (for testing).
Returns
number