What's New
Structured Memory Types
- Issues: Track bugs with
type: "issue", status (open/in_progress/resolved), severity, component - TODOs: Track tasks with
type: "todo", status (open/completed/blocked), priority, category - Both types get dedicated legend sections in the graph visualization
Graph Visualization Enhancements
- Issues render as squares with status-based colors
- TODOs render as triangles with priority-based colors
- Tags legend now collapsible (collapsed by default)
- Refactored to modular
graph/subpackage for maintainability - REST API + SPA architecture for better performance
Other Improvements
- Hierarchy path validation on memory creation
- Compact mode for
memory_hierarchy(default: True) - Search filter fixes