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

@@ -41,6 +41,9 @@ boundary are documented in [`docs/write-domains.md`](docs/write-domains.md).
Unbiased password generation, character-set validation, in-place replacement,
and presentation actions are documented in
[`docs/password-generation.md`](docs/password-generation.md).
Rollback-safe remove, move, and copy transactions, destination rules, and
selective subtree reencryption are documented in
[`docs/tree-mutations.md`](docs/tree-mutations.md).
## Project layout