All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fuzzy search capability for knowledge graph queries
- New
SearchOptionsclass for configuring search behavior - Configurable similarity threshold and field weights
- Backward compatible with existing exact matching
- Improved search relevance with weighted scoring
- New
- Observation management system with atomic operations
- Type-safe observation handling in Backend interface
- Pre-commit hooks for code quality
- EditorConfig for consistent styling
- Changelog tracking
- Documentation improvements
- Enhanced project structure with additional directories
- Improved test suite with proper type validation
- Updated MCP tool handlers with consistent response formats
- Entity serialization in test responses
- TextContent validation in MCP handlers
- Error message format consistency
- Pre-commit hooks for code quality
- EditorConfig for consistent styling
- Changelog tracking
- Documentation improvements
- Enhanced project structure with additional directories
- Initial release
- JSONL backend implementation
- Knowledge graph management
- MCP server implementation
- Basic test suite