Skip to content

Commit 251a574

Browse files
GeneAIclaude
authored andcommitted
fix: Update empathy package references to empathy-framework
- Update GitHub links from Smart-AI-Memory/empathy to empathy-framework - Update pip install commands from empathy[full] to empathy-framework[full] - Update pyproject.toml dependency from empathy to empathy-framework - Fix duplicate section numbering in README.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 869bb08 commit 251a574

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ VS Code + Claude Code (latest) + MemDocs + Empathy = 10x+ Productivity
239239
```bash
240240
# Install VS Code: https://code.visualstudio.com
241241
# Install Claude Code extension in VS Code: https://claude.ai/claude-code
242-
pip install empathy[full]>=1.6.0 # Empathy 1.6.0+ includes MemDocs
242+
pip install empathy-framework[full]>=1.6.0 # Empathy 1.6.0+ includes MemDocs
243243
cd your-project/
244244
memdocs init # Auto-configures MCP for Claude Code
245245
empathy-os configure
@@ -252,7 +252,7 @@ code . # Open in VS Code - MCP server auto-starts!
252252

253253
### 🔗 Empathy Framework Integration: Level 4-5 AI Collaboration
254254

255-
**MemDocs unlocks Level 4 Anticipatory Empathy** when integrated with the [Empathy Framework](https://github.com/Smart-AI-Memory/empathy).
255+
**MemDocs unlocks Level 4 Anticipatory Empathy** when integrated with the [Empathy Framework](https://github.com/Smart-AI-Memory/empathy-framework).
256256

257257
**The Five Levels of AI Collaboration:**
258258

@@ -277,7 +277,7 @@ code . # Open in VS Code - MCP server auto-starts!
277277
- **[Technical Analysis](docs/EMPATHY_MEMDOCS_SYNERGY.md)**: 21-page deep-dive comparing five empathy frameworks
278278

279279
**Integration features:**
280-
- ✅ Works seamlessly with [Empathy](https://github.com/Smart-AI-Memory/empathy) framework (1.6.0+)
280+
- ✅ Works seamlessly with [Empathy](https://github.com/Smart-AI-Memory/empathy-framework) framework (1.6.0+)
281281
- ✅ Supports Level 4 Anticipatory Empathy workflows
282282
- ✅ Bidirectional sync (MemDocs ↔ Empathy)
283283
- ✅ Trust-building behaviors powered by persistent memory
@@ -440,7 +440,7 @@ memdocs review --path src/new-feature/
440440

441441
**Result**: Reviewers get structured context automatically.
442442

443-
### 4. Empathy Framework Integration
443+
### 5. Empathy Framework Integration
444444

445445
```python
446446
from memdocs.empathy_adapter import adapt_empathy_to_memdocs
@@ -740,7 +740,7 @@ Apache License 2.0 - See [LICENSE](LICENSE) for details.
740740
- **[Blog Post](docs/EMPATHY_MEMDOCS_BLOG_POST.md)**: Why Your AI Assistant Can't Predict Tomorrow's Problems (And How to Fix It)
741741
- **[Executive Summary](docs/EMPATHY_MEMDOCS_EXECUTIVE_SUMMARY.md)**: 1-page overview for presentations and investor pitches
742742
- **[Technical Deep-Dive](docs/EMPATHY_MEMDOCS_SYNERGY.md)**: Comprehensive analysis comparing five empathy frameworks
743-
- **[Empathy Framework](https://github.com/Smart-AI-Memory/empathy)**: Full five-level AI collaboration system
743+
- **[Empathy Framework](https://github.com/Smart-AI-Memory/empathy-framework)**: Full five-level AI collaboration system
744744

745745
---
746746

docs/EMPATHY_MEMDOCS_BLOG_POST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ memdocs review --path src/
230230
# Install VS Code: https://code.visualstudio.com
231231
# Install Claude Code extension in VS Code: https://claude.ai/claude-code
232232

233-
pip install empathy[full]>=1.6.0 # Empathy 1.6.0+ includes MemDocs
233+
pip install empathy-framework[full]>=1.6.0 # Empathy 1.6.0+ includes MemDocs
234234
cd your-project/
235235
memdocs init
236236
empathy-os configure

docs/EMPATHY_MEMDOCS_EXECUTIVE_SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ VS Code + Claude Code (latest) + MemDocs + Empathy = 10x+ Productivity
147147
```bash
148148
# Install VS Code: https://code.visualstudio.com
149149
# Install Claude Code extension in VS Code: https://claude.ai/claude-code
150-
pip install empathy[full]>=1.6.0 # Empathy 1.6.0+ includes MemDocs
150+
pip install empathy-framework[full]>=1.6.0 # Empathy 1.6.0+ includes MemDocs
151151
cd your-project/
152152
memdocs init # Auto-configures MCP for Claude Code
153153
empathy-os configure
@@ -207,7 +207,7 @@ code . # Open in VS Code - MCP server auto-starts!
207207
### Installation
208208

209209
```bash
210-
pip install empathy[full] # Includes MemDocs
210+
pip install empathy-framework[full] # Includes MemDocs
211211
cd your-project/
212212
memdocs init
213213
export ANTHROPIC_API_KEY="your-key"

docs/EMPATHY_MEMDOCS_SYNERGY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ async def anticipate_compliance_audit():
421421

422422
```bash
423423
# Install Empathy Framework
424-
pip install empathy[full] # Includes MemDocs integration
424+
pip install empathy-framework[full] # Includes MemDocs integration
425425

426426
# Or install separately
427427
pip install empathy
@@ -626,7 +626,7 @@ VS Code + Claude Code (latest) + MemDocs + Empathy = 10x+ Productivity
626626
# https://claude.ai/claude-code
627627

628628
# Install the stack (Empathy 1.6.0+)
629-
pip install empathy[full]>=1.6.0 # Includes MemDocs
629+
pip install empathy-framework[full]>=1.6.0 # Includes MemDocs
630630

631631
# Initialize in your project
632632
cd your-project/
@@ -744,7 +744,7 @@ When you run `memdocs init`, it automatically configures:
744744
# CLI: https://claude.ai/claude-code
745745

746746
# 2. Install the stack (Empathy 1.6.0+)
747-
pip install empathy[full]>=1.6.0
747+
pip install empathy-framework[full]>=1.6.0
748748

749749
# 3. Initialize in your project
750750
cd your-project/
@@ -785,7 +785,7 @@ code .
785785

786786
```bash
787787
# Install (Empathy 1.6.0+)
788-
pip install empathy[full]>=1.6.0
788+
pip install empathy-framework[full]>=1.6.0
789789
pip install memdocs
790790

791791
# Initialize
@@ -907,7 +907,7 @@ If you use this framework in your research or product:
907907
title = {Empathy + MemDocs: Five-Level AI Collaboration System},
908908
year = {2025},
909909
publisher = {Smart-AI-Memory},
910-
url = {https://github.com/Smart-AI-Memory/empathy},
910+
url = {https://github.com/Smart-AI-Memory/empathy-framework},
911911
license = {Fair-Source-0.9}
912912
}
913913
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ embeddings = [
7171
]
7272

7373
empathy = [
74-
"empathy>=1.0.0", # Empathy framework integration
74+
"empathy-framework>=1.0.0", # Empathy framework integration
7575
]
7676

7777
mcp = [

0 commit comments

Comments
 (0)