Returns a serializable snapshot of all five namespaces.
Validates all five namespaces and returns the combined result.
StaticfromRestores a full library from a previously captured snapshot.
Pre-v0.10.0 snapshots that contained a sources namespace are not
supported here — callers must convert them via the CLI migration
(Phase 14) before invoking fromSnapshot. Any stray sources key on
an input snapshot is silently ignored.
Aggregate container for fork provenance across all entity types. Holds five ForkNamespace instances — one per entity kind (arguments, premises, expressions, variables, claims). Fork records are immutable after creation and carry no checksums.
As of v0.10.0 the legacy
sourcesnamespace has been folded intoclaims— sources are now claims withtype: "citation".