What problem does it solve?
It turns a natural-language question about the MemoryLane vault into a frontend-renderable, machine-readable TASK object instead of a human-only prose answer.
Core Features & Use Cases
- Structured retrieval-to-render output: Executes the same retrieval behavior as wiki-query but reshapes results into the exact JSON schema the frontend expects.
- Deterministic, tab-friendly task IDs: Produces a stable question hash (
q_<8-hex>) so the UI can dedupe and consistently render results.
- Rich, component-oriented response payload: Returns activated node IDs, moments, entities, session metadata, synthesis insight, and block summaries for interactive right-panel display.
Quick Start
Run wiki-ask with your question text to get a single JSON object containing moments, entities, session metadata, and an optional synthesis insight.