memnite 0.2.1

Event-sourced memory engine for AI agents: append-only log, SQLite projections, staleness, conflict graph. CLI binary.
Documentation
1
2
3
4
5
6
7
8
9
//! The lean Memory Protocol injected at SessionStart to drive memnite adoption.
//! Single source of truth — the workspace hook emits this via `memnite context --inject`.

pub const MEMORY_PROTOCOL: &str = "\
[memnite] Memory Protocol
- Carga tools 1 vez: ToolSearch \"select:mcp__memnite__mem_add,mem_search,mem_context,mem_session_summary\"
- GUARDA proactivo (mem_add) tras decisión / bugfix / convención / hallazgo que valga recordar
- BUSCA antes de asumir (mem_search / mem_context) si el contexto previo ayuda
- Al compactar o cerrar: mem_session_summary con un resumen destilado";