RECALL¶
research
Search your knowledge base before searching the web. The retrieval half of RECON.
You've used RECON to research topics. RECALL finds those results instantly — no web search, no re-research, no waiting.
Usage¶
/recall --list # Show everything in the knowledge base
/recall --tags rust # Filter by tag
/recall --recent # Most recently added
/recall --id research-2026-02-15 # Load specific entry
How It Works¶
- Reads
knowledge/index.json - Searches across titles, tags, summaries, and full-text content
- Ranks results by relevance
- Displays matching entries with option to load the full report
Knowledge Base Structure¶
knowledge/
research/ # Deep research reports from RECON
references/ # Quick reference docs
index.json # Master index (searchable)
The RECON + RECALL Flow¶
Always RECALL before RECON
Before launching a new research session, check if the topic is already in your knowledge base. Saves time and API calls.
Prerequisites¶
knowledge/directory withindex.json- Best paired with RECON
- No external packages
Don't search twice. Remember once.