v0.0.1

16 June 2026

Initial framework import, plus router, session, and field cleanup.

Added

  • Initial migration of the framework from the Phlatson archive, rebuilt around HATEOAS and HTMX.
  • (:any) route token. Unknown route tokens now throw at registration time.
  • Stack trace and URL shown in debug error output.

Fixed

  • Constructor injection in FieldTypeDataFile; Page::url() checks isSystem() explicitly.
  • Session::pop() default decode, throttle side effects, and Toolkit consistency locked down.
  • Redundant computation removed from StoredFile, FileStore, and Field.
  • Dead code removed; Res::json()/Res::text() consistency fixed.