feat(daemon): JsonEventStore + debounced EventPersister
Adds disk persistence for the event log: atomic temp+fsync+rename write, corrupt-file backup, and a debounced coalescing persister task mirroring state_store/persist patterns. 4 tests: round-trip, missing, corrupt, burst. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mod event_log;
|
||||
mod event_store;
|
||||
mod hooks;
|
||||
mod launchd;
|
||||
mod lifecycle;
|
||||
|
||||
Reference in New Issue
Block a user