Function: diffRegistries()
August 8, 2026 ยท View on GitHub
@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
The baseline registry snapshot
after
The current registry snapshot
Returns
A RegistryDiff with lists of added, removed, and modified rules and constraints