v2.0.15: Enhanced Documentation & Git-Committed Memory
·
18 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
π Release v2.0.15
β¨ New Features
-
Enhanced Module Docstrings: Added comprehensive documentation to 6 core components
- MCP Server: Clarified flagship Claude Desktop integration
- Extract: Documented multi-language symbol extraction
- Embeddings: Highlighted zero-cost ($0) local operation
- Search: Detailed FAISS-based offline vector search
- Summarize: Described Claude Sonnet 4.5 powered documentation
- Policy: Explained intelligent scope escalation logic
-
Dogfooding: Committed
.memdocs/directory to git- MemDocs now documents itself with production-quality memory
- 54 symbols documented and searchable
- 124KB of git-committed AI memory
- Demonstrates best practices for git-native documentation
π Memory Statistics
- Symbols: 54 documented classes and functions
- Embeddings: 20 semantic search chunks indexed
- Coverage: 100% of core modules documented
- FAISS Index: 29KB for fast similarity search
- Cursor Integration: .cursorrules file (8KB) exported
π§ Improvements
- Updated .gitignore to enable committing .memdocs/
- Production-ready MCP server documentation
- Accurate commit-based documentation generation
π Full Changelog
- release: Bump version to 2.0.15 (b25b20c)
- feat: Add comprehensive MemDocs memory for core modules (a8e2410)
- docs: Enhance module docstrings for core engine components (1b02247)
Install: pip install memdocs==2.0.15
Upgrade: pip install --upgrade memdocs
π€ Generated with Claude Code