What's New
memory_detect_supersessions — Retroactive supersession detection
New MCP tool that scans existing memories for pairs where one updates/replaces another, then creates supersedes edges between them. Complements memory_absorb which only catches supersessions at write time.
- Neutral LLM classification with 6-way relation enum (a_supersedes_b, b_supersedes_a, duplicate, related, contradicts, neither)
- Conservative defaults:
dry_run=True,min_confidence=0.75 - 30s rate limit cooldown
- No schema changes required
Bug fixes
- Fix three bugs in
memory_absorbthat broke LLM classification and fact grouping - Consolidate related new facts into single richer memories via LLM synthesis
- Bump graph cluster thresholds back to 0.4
Other improvements
- Lineage-aware retrieval:
followparameter for supersession chain walking - Context-efficient retrieval: compact defaults, fields projection, hybrid filter fix
- Add
--versionflag to memora-server CLI - Add install script for server, skill, and MCP config guidance