remem-ai 0.4.4

Persistent memory for Claude Code — single binary, zero subprocesses
Documentation
1
2
3
4
5
6
7
8
9
use super::super::format::format_header_datetime;

pub(in crate::context) fn empty_state_output(project: &str) -> String {
    format!(
        "# [{}] context {}\nNo previous sessions found.\n",
        project,
        format_header_datetime()
    )
}