remem-ai 0.6.14

Local-first coding agent memory for Claude Code and OpenAI Codex
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod config;
pub(crate) mod duplicates;
mod host;
mod hosts;
mod json_io;
mod paths;
mod runtime;
#[cfg(test)]
mod tests;

pub use host::InstallTarget;
pub(crate) use paths::claude_mcp_paths;
pub use runtime::{install, uninstall};