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
6
7
//! Daemon lifecycle: hook endpoint on 127.0.0.1:47823 + fs watcher +
//! pipeline worker.

pub mod fs_watcher;
pub mod hook_endpoint;
pub mod pipeline;
pub mod session_window;