You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Remove MemDocs references ahead of repo deprecation
MemDocs functionality has been fully merged into Empathy Framework.
- Remove MemDocs link from footer
- Update SEO metadata to remove MemDocs references
- Update blog posts to reflect built-in memory functionality
- Keep internal merger docs as historical reference
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: website/content/blog/memory-architecture.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ So we built something different.
41
41
42
42
Empathy uses a three-tier memory system, each optimized for different use cases:
43
43
44
-
### Long-Term Memory (MemDocs)
44
+
### Long-Term Memory
45
45
46
-
**What it is:** Git-based persistent storage for patterns, decisions, and context that should survive across sessions, projects, and even team members.
46
+
**What it is:** Git-based persistent storage for patterns, decisions, and context that should survive across sessions, projects, and even team members. This functionality is built directly into the Empathy Framework.
47
47
48
48
**Where it lives:** Your repository. Your infrastructure. Version-controlled alongside your code.
49
49
@@ -61,11 +61,11 @@ Empathy uses a three-tier memory system, each optimized for different use cases:
We're excited to introduce **Smart AI Memory** and our flagship products: **Empathy** and **MemDocs**. Our mission is to transform how humans and AI collaborate by building systems that don't just respond to requests—they anticipate needs and predict problems before they happen.
12
+
We're excited to introduce **Smart AI Memory** and the **Empathy Framework**. Our mission is to transform how humans and AI collaborate by building systems that don't just respond to requests—they anticipate needs and predict problems before they happen.
13
13
14
14
## The Problem with Current AI
15
15
@@ -56,24 +56,23 @@ Teams using Empathy report:
56
56
-**Higher quality code** with built-in security scanning
57
57
-**Better collaboration** between AI and human developers
58
58
59
-
## MemDocs: Project-Specific Memory
59
+
## Built-In Project Memory
60
60
61
-
**MemDocs** complements Empathy by providing persistent project-specific memory. It enables AI to:
61
+
The Empathy Framework includes **built-in persistent memory** that enables AI to:
62
62
63
63
- Remember context across sessions
64
64
- Learn from historical patterns
65
65
- Maintain continuity in collaboration
66
66
- Evolve with your projects
67
67
68
-
Together, they create **Level 5 Transformative Intelligence**.
68
+
This creates **Level 5 Transformative Intelligence** out of the box.
69
69
70
70
## The Transformative Development Stack
71
71
72
72
Our complete stack includes:
73
73
-**Claude Code** - The AI development environment
74
74
-**VS Code** - Your familiar editor
75
-
-**MemDocs** - Persistent memory
76
-
-**Empathy** - Anticipatory intelligence
75
+
-**Empathy Framework** - Anticipatory intelligence with built-in memory
77
76
78
77
This combination delivers unprecedented development velocity while maintaining code quality.
Copy file name to clipboardExpand all lines: website/lib/metadata.ts
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ export interface SEOConfig {
16
16
constdefaultMetadata={
17
17
siteName: 'Smart AI Memory',
18
18
title: 'Smart AI Memory - Building the Future of AI-Human Collaboration',
19
-
description: 'Production-ready frameworks for building Level 4 Anticipatory AI systems. Empathy, MemDocs, and tools that enable AI to predict problems before they happen.',
19
+
description: 'Production-ready framework for building Level 4 Anticipatory AI systems. Empathy Framework enables AI to predict problems before they happen.',
0 commit comments