v0.0.56
8 July 2026
Per-request registry caching, item identity scoped to parent pages, and a faster file mirror sweep.
Changed
Registrygained per-request memoization ofget()/locate(), cleared on writes.- Item registry identity is now scoped to the parent page: item UUIDs only need to be unique within their parent's collection field.
Registry::SCHEMAbumped, forcing a reindex on upgrade. PageFiles' public-directory mirror sweep now lists the public directory once per page instead of once per file.
Fixed
- The admin page-tree partial could clobber a caller-passed
$current_treevalue; it now defaults it instead.