v0.0.21

23 June 2026

Collapsed the Record/Page/User class hierarchy.

Changed

  • DataRoot renamed to Record and is now the single base class for Page and User. PageNode, PageRoot, and UserRoot are gone : Page and User are no longer abstract, and "root" is just a constructor flag (isRoot).
  • Record centralizes uuid generation, registry sync, and field resolution that were previously duplicated across the page/user subclasses.