Commit graph

2 commits

Author SHA1 Message Date
21f6a56cb9
feat(replay): add sanitized replay planner and apply
- plan replay paths across the journal with irreversible-deletion and apply-order checks
- dry-run and live apply via list-and-watch with backoff
- produce human-readable path summaries for each resource
2026-08-06 05:33:59 +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