Implement embedded HTTPS Git synchronization

This commit is contained in:
Hermes Agent
2026-08-09 23:54:10 +00:00
parent 410007c012
commit 75ce19da00
14 changed files with 4811 additions and 15 deletions

View File

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