feat(daemon): per-surface JSON snapshot store (atomic write, corrupt-tolerant)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 15:33:26 +07:00
parent bb5edb941c
commit bd36a83db2
2 changed files with 124 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ mod lifecycle;
mod persist;
mod registry;
mod server;
mod snapshot_store;
mod state_store;
mod surface;