Filed by: Claude Code (cc-mini) on 2026-03-30
Problem
No automated tests for memory-crystal. Search quality, ingestion, deep search pipeline, and Crystal Core gateway are all untested. Bugs in search ranking or ingestion are only caught when someone notices bad results.
What to test
- Ingestion: JSONL parsing, chunk creation, vector embedding
- Search: basic query returns results, recency weighting, time-filtered search
- Deep search: query expansion, re-ranking, position-aware blending
- Remember/forget: CRUD operations on memories
- Sources: add, sync, status
Implementation
Root-level test.sh or test/ directory with node test runner.
Problem
No automated tests for memory-crystal. Search quality, ingestion, deep search pipeline, and Crystal Core gateway are all untested. Bugs in search ranking or ingestion are only caught when someone notices bad results.
What to test
Implementation
Root-level test.sh or test/ directory with node test runner.