Skip to content

v2.0.15: Enhanced Documentation & Git-Committed Memory

Choose a tag to compare

@silversurfer562 silversurfer562 released this 14 Nov 04:41
· 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