Skip to content

Documentation

Local, artifact-first memory with scoped claims and exact evidence references.

Start with the agent-facing path

The shortest useful workflow

Terminal window
cd /path/to/project
memoree init --name my-project
memoree recall "what do we know about the deployment decision?"
memoree context build "deployment constraints" --max-bytes 4096
memoree remember --apply "Production deploys require a clean migration check."

Normal retrieval stays within ambient project/task context. A none result is honest absence at that horizon, not permission to widen the search. Broaden to workspace or personal scope only for a separate request with a reason.

Understand the boundaries

  • Architecture explains local storage, immutable revisions, scope, and why indexes remain disposable.
  • Context and configuration defines markers, task-local sessions, personal fallback, and application paths.
  • Quality gates records the claims the project is willing to make and the evidence required before making stronger ones.
  • Retrieval evaluation separates deterministic correctness checks from downstream model quality.