Feature
Export memory from one project and import relevant parts into another.
Use case: You build a Next.js + Prisma + Stripe app. You start a new project with the same stack. Instead of re-discovering the same decisions, import the relevant patterns.
How it would work:
"export memory patterns" generates a portable MEMORY-EXPORT.md
- Strips project-specific details, keeps reusable decisions and patterns
"import memory from [path]" loads it into a new project's memory
- Claude adapts imported patterns to the new project's specifics
Why this matters:
Developers repeat the same architectural decisions across projects. Memory sharing turns past experience into a reusable asset.
Feature
Export memory from one project and import relevant parts into another.
Use case: You build a Next.js + Prisma + Stripe app. You start a new project with the same stack. Instead of re-discovering the same decisions, import the relevant patterns.
How it would work:
"export memory patterns"generates a portable MEMORY-EXPORT.md"import memory from [path]"loads it into a new project's memoryWhy this matters:
Developers repeat the same architectural decisions across projects. Memory sharing turns past experience into a reusable asset.