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.
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:
Why this matters:
Teams increasingly use different AI coding agents. Memory should work across all of them, not just Claude Code.