feat: implement store actor pattern for CLI store operations and update roadmap

This commit is contained in:
2025-12-22 02:13:08 +01:00
parent 57c2906b10
commit ce852da25e
5 changed files with 284 additions and 48 deletions
+1
View File
@@ -2,6 +2,7 @@
mod node;
mod commands;
mod store_actor;
use commands::CommandResult;
use node::{LatticeNodeBuilder, StoreHandle};