remem-ai 0.5.11

Persistent memory for Claude Code and Codex — single binary, automatic context
Documentation
#![allow(
    clippy::too_many_arguments,
    clippy::type_complexity,
    clippy::manual_div_ceil
)]

pub mod adapter;
pub mod ai;
pub mod api;
mod build_info;
pub mod cli;
pub mod context;
pub mod db;
pub mod doctor;
pub mod dream;
pub mod eval;
mod extraction_worker;
pub mod git_trace;
pub mod git_util;
mod hook_stdin;
pub mod identity;
pub mod install;
pub mod log;
pub mod mcp;
pub mod memory;
mod memory_candidate;
pub mod migrate;
mod observation_extract;
pub mod observe;
pub mod project_id;
pub mod retrieval;
pub mod runtime_config;
mod session_rollup;
pub mod summarize;
pub mod timeline;
pub mod worker;
pub mod workstream;