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
This commit is contained in:
lakshit verma 2026-08-06 05:30:51 +05:30
commit 7cc863d40b
No known key found for this signature in database
GPG key ID: EB498AFC60A7A01A
22 changed files with 3919 additions and 0 deletions

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
/bin/
web/node_modules/
web/dist/
*.db
*.db-wal
*.db-shm
*.sqlite
*.sqlite3
.DS_Store
coverage.out
tmp/