Expand description
Synwire daemon library crate.
Provides the daemon lifecycle logic (PID file, Unix domain socket, grace
period, signal handling) as testable modules. The binary entrypoint lives
in main.rs and delegates to this library.
Re-exports§
pub use manager::ManagerError;pub use manager::RepoManager;pub use manager::WorktreeHandle;pub use manager::WorktreeStatus;