v0.0.6
18 June 2026
Fixed a crash on empty or malformed index.json files, added a registry check command.
Added
Json::valid()Toolkit method.phlat registry:checkcommand to validate the registry against the page tree on disk.
Fixed
DataFilecrashed on an empty or malformedindex.json. It now checksJson::valid()before decoding and falls back to an empty array.
Changed
- JSON reads across
App,Page, andRegistrynow route throughDataFile, instead of reading files directly.