Navin

Memory

Navin Project Brain: RESUME, DECISIONS, MEMORY, SOUL and USER

August 5, 2026 · 2 min read · Navin team

Durable project memory versioned in the repo, shared by Code and studios, injected every turn - not chat history.

A brilliant agent that forgets everything between sessions is not a collaborator. Project Brain is the project's durable memory: versioned files in the repo, edited in Project Home, re-read every turn by the agent - shared by Code and every studio.

Not chat history. A project brain.

The continuity pack

<project>/
  .navin/
    continuity/       RESUME.md, DECISIONS.md
    board/            board, mission, autonomy settings
  memory/MEMORY.md    durable facts and constraints
  SOUL.md, USER.md    agent persona + user preferences

Idempotent scaffold on open / import: nothing existing is overwritten. .cursor / .claude folders coexist.

The five files that matter

FileRole
RESUME.mdResume brief; refreshed on compaction / handoffs
DECISIONS.mdLong-term decisions - settled choices are not re-debated
MEMORY.mdDurable facts, constraints, known pitfalls
SOUL.mdAgent personality / posture scoped to the project
USER.mdYour preferences (style, languages, guardrails) for this project

Brain tab in Project Home: in-place editing, extracted constraints, drift note.

What the agent does with it

Every turn, the runtime injects a digest of these files (token-bounded). Result:

  • a Marketing studio and the Code module share the same brain;
  • one-click Resume pre-fills chat with brief + constraints + open tasks;
  • /mission and the board lean on settled facts, not your human memory.

Brain vs chat history

Chat historyProject Brain
LifetimeSession / compactionLife of the repo
ScopeOne threadWhole project + studios
EditingHardClear markdown files
Human reviewOpaqueGit diff
Resume after 3 weeksFragileResume seed
  1. After a structuring decision → write it in DECISIONS.md.
  2. After discovering a constraint → MEMORY.md.
  3. Before leaving → check RESUME.md (or let compaction refresh it).
  4. On return → Project Home → Resume.
  5. Tune SOUL.md / USER.md if the project's tone or guardrails evolve.

FAQ

Does Brain replace the board?

No. Brain remembers; the board executes. Both live under .navin/.

Do secrets go in MEMORY.md?

No. Project facts and preferences, not API keys. Secrets stay in local config / env.

Importing an existing project?

Scaffold creates what is missing next to other dotfolders. No overwrite.

Download Navin · Features · Project Home

Conclusion

Project Brain is the memory chat cannot be: durable, reviewable, project-scoped, shared by every agent. That is what turns Navin into a tool for long projects.

Try Navin on your machine

Local agent, cross-platform. Code, debug, scrape, leads, security and review - without leaving Navin.

Related reading