Function: diffRegistries()

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / diffRegistries

Function: diffRegistries()

diffRegistries(before, after): RegistryDiff

Defined in: src/chronos/diff.ts:78

Compare two registry snapshots.

Detects rules/constraints that were added, removed, or modified (description or contract changed).

Parameters

before

RegistrySnapshot

The baseline registry snapshot

after

RegistrySnapshot

The current registry snapshot

Returns

RegistryDiff

A RegistryDiff with lists of added, removed, and modified rules and constraints