Interface: BehavioralDelta

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / BehavioralDelta

Interface: BehavioralDelta

Defined in: src/chronos/timeline.ts:27

Summary of changes between two points in time.

Properties

added

added: string[]

Defined in: src/chronos/timeline.ts:36

Subjects that were added (first 'registered' / 'added' / 'introduced').


events

events: ProjectEvent[]

Defined in: src/chronos/timeline.ts:32

Events within the range.


from

from: number

Defined in: src/chronos/timeline.ts:29

Time range of this delta.


modified

modified: string[]

Defined in: src/chronos/timeline.ts:40

Subjects that were modified.


removed

removed: string[]

Defined in: src/chronos/timeline.ts:38

Subjects that were removed ('removed' / 'deprecated').


summary

summary: Record<ProjectEventKind, number>

Defined in: src/chronos/timeline.ts:34

Summary counts by kind.


to

to: number

Defined in: src/chronos/timeline.ts:30