Framework Reboot
← the log
RELEASE · May 2026

pmstate 1.0 — project state as a first-class primitive

v1.0.0MITgithub.com/matshoppenbrouwers/pmstate

The first stable release. State snapshots are now content-addressed, with a typed schema for work items and a real diff engine.

Changes
+First stable API — the core state model is now frozen for the 1.x line.
+State snapshots are content-addressed, so identical states dedupe automatically.
+New CLI: pmstate diff shows exactly what moved between two snapshots.
+Typed schema for work items, with validation at write time.
+Adapters for GitHub Issues and Linear ship in the box.