Shared project memory: giving every AI agent the same context
Decisions, conventions and context pinned to files in your repo, readable by every agent, and flagged when the code moves.
Most agent memory is per person and per session. Amoeba’s project Brain is shared: decisions, conventions and gotchas that every agent on the project can read before it writes code.
Notes are pinned to files. When the code they refer to moves or changes, the note is flagged as stale so it can be reviewed rather than silently trusted.
Handoffs write a short note automatically, so a task has one story even when it passes between people.