carryover 0.1.2

Zero-LLM-token context-handoff daemon — resume any AI session across Claude Code, Cursor, and Codex.
Documentation
1
2
3
4
5
//! OS-level installation helpers — daemon registration via systemd-user
//! on Linux, launchd on macOS (deferred to v0.1.x per MAC_HANDOVER.md).

#[cfg(target_os = "linux")]
pub mod systemd;