What problem does it solve?
Periodic memory maintenance detects and resolves contradictions, validates referential integrity, triages knowledge gaps, surfaces orphaned pages, and compacts the database to keep Quaid reliable; resolutions follow a non-destructive correction workflow to preserve history.
Core Features & Use Cases
- Detect contradictions across pages with quaid check and report findings to guide remediation
- Validate links, embeddings, and references with quaid validate to fix integrity issues and stale data
- Triages gaps and surfaces orphaned pages with quaid gaps and quaid list to prioritize remediation
- Compact the write-ahead log into the main database with quaid compact to improve durability and performance
Quick Start
Run a maintenance cycle by first detecting contradictions with quaid check --all --json, then resolve them via memory_correct when needed, validate references with quaid validate --all --json, review gaps with quaid gaps, inspect orphan pages with quaid list, and finish by compacting the database with quaid compact.