feat(daemon): StateStore trait + atomic JSON store with corrupt-file backup

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 21:20:51 +07:00
parent 9927046c7e
commit 4f7ed2a5a3
2 changed files with 135 additions and 0 deletions
+2
View File
@@ -1,7 +1,9 @@
mod launchd;
mod lifecycle;
mod persist;
mod registry;
mod server;
mod state_store;
mod surface;
use anyhow::Result;