remem-ai 0.4.4

Persistent memory for Claude Code — single binary, zero subprocesses
Documentation
1
2
3
4
5
6
7
8
9
mod database;
mod environment;
mod report;
mod schema;
#[cfg(test)]
mod tests;
mod types;

pub(crate) use report::{run_doctor, DoctorOptions};