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:check command to validate the registry against the page tree on disk.

Fixed

  • DataFile crashed on an empty or malformed index.json. It now checks Json::valid() before decoding and falls back to an empty array.

Changed

  • JSON reads across App, Page, and Registry now route through DataFile, instead of reading files directly.