Implement rollback-safe tree mutations

This commit is contained in:
Hermes Agent
2026-08-09 22:58:37 +00:00
parent 834df46818
commit 410007c012
6 changed files with 1368 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ pub mod command;
pub mod config;
pub mod crypto;
pub mod generate;
pub mod mutation;
pub mod read;
pub mod recipient;
pub mod repository;