Skip to content

Multi-agent memory — shared memory for team agents working on the same codebase #7

@Nagendhra-web

Description

@Nagendhra-web

Feature

When multiple AI agents (Claude Code, Cursor, Copilot) work on the same repo, they should share memory.

Problem: Developer A uses Claude Code, Developer B uses Cursor. Both work on the same repo but their AI agents have separate context.

Proposed solution:

  • MEMORY.md is the shared source of truth (already committed to repo)
  • Each agent reads and writes to it using the same format
  • Agent attribution: "[Claude/JS 2025-04-08]" vs "[Cursor/MR 2025-04-08]"
  • Conflict resolution when two agents update simultaneously

Why this matters:
Teams increasingly use different AI coding agents. Memory should work across all of them, not just Claude Code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions