// memory

A brain your whole team shares.

Every decision, convention, and discovery is a markdown note in a local knowledge graph. Agents write to it, search it, and link it — so context compounds instead of resetting every session.

§ 01

Notes, not chat history

An LLM forgets everything when the conversation ends. Zevyn's memory does not. It is a markdown vault stored next to your code — every agent can read and write it, and it outlives any single session.

memory
decision lucia for auth 2h
pattern webhook idempotency 1d
bug worktree gotcha 3d
spec supervisor latency 1w

Plain markdown with frontmatter. Every editor can read it; it diffs cleanly in git.

§ 02

Wikilinks and full-text search

Notes link to each other with [[wikilinks]]. Zevyn resolves forward links and backlinks on save, and indexes everything for full-text search. The graph is navigable by humans and agents alike.

  • [[wikilinks]] — forward links and backlinks resolved automatically.
  • BM25 full-text search across the whole project.
  • Frontmatter tags for type — decision, pattern, bug, spec.
  • Stored in .zevyn/memory/ — version-controlled with your repo.
§ 03

Context that compounds

Before an agent starts work in a familiar area, it searches memory for prior decisions. When it learns something, it writes a note. The next agent — today or next month — starts where the last one left off.

Note

Memory travels with the project, not the conversation. Switch machines or onboard a teammate — the context comes too.

// related

Stop supervising one agent.

Zevyn Studio is launching soon. Join the waitlist and start directing a team.