Commit 74008d3
refactor: Remove wizards module to focus MemDocs on core competencies
MemDocs core mission is now clearly defined:
- Git-native memory storage for AI assistants
- Cross-conversation LLM memory (Claude Code, etc.)
- Enterprise audit-ready security (PHI/PII redaction)
The EmpathySyncWizard has been removed because:
- Wizards belong in domain-specific archives (healthcare, software dev, business)
- MemDocs should receive data, not orchestrate external services
- Cleaner separation: Empathy Framework owns wizard execution
What was removed:
- memdocs/wizards/__init__.py
- memdocs/wizards/empathy_sync.py (~400 lines)
What stays:
- empathy_adapter.py (transforms Empathy format → MemDocs storage)
- All core functionality intact
- 380 tests passing, 78% coverage maintained
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent aa5d276 commit 74008d3
File tree
4 files changed
+1
-399
lines changed- memdocs/wizards
4 files changed
+1
-399
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 32 | | |
39 | 33 | | |
40 | 34 | | |
| |||
This file was deleted.
0 commit comments