Commit graph

2 commits

Author SHA1 Message Date
fbd7880d87
feat(server): seed demo journal from a bundled fixture
- --demo imports events and snapshot refs into an empty journal,
  idempotent across restarts, for public deployments without a cluster
2026-08-06 06:00:54 +05:30
7cc863d40b
feat(core): add journal, collector, storage, and materializer
- durable event schema with stream identity and dedup hashing
- SQLite WAL and in-memory journal stores with atomic append+checkpoint
- list-and-watch collector with bookmarks, reconnects, and 410 relists
- state reduction, snapshots, and semantic field diffs
2026-08-06 05:30:51 +05:30