remem-ai 0.3.8

Persistent memory for Claude Code — single binary, zero subprocesses
Documentation
1
2
3
4
5
6
7
8
9
mod hook;
mod native;
mod parse;
mod path;
#[cfg(test)]
mod tests;

pub use hook::{observe, session_init};
pub use path::short_path;