v0.0.21
23 June 2026
Collapsed the Record/Page/User class hierarchy.
Changed
DataRootrenamed toRecordand is now the single base class forPageandUser.PageNode,PageRoot, andUserRootare gone :PageandUserare no longer abstract, and "root" is just a constructor flag (isRoot).Recordcentralizes uuid generation, registry sync, and field resolution that were previously duplicated across the page/user subclasses.