remem-ai 0.3.8

Persistent memory for Claude Code — single binary, zero subprocesses
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod dry_run;
mod run;
mod state;
#[cfg(test)]
mod tests;
mod transition;
mod types;

pub(crate) use dry_run::dry_run_pending;
pub(crate) use run::run_migrations;
#[cfg(test)]
pub(crate) use types::MIGRATIONS;