/wiki-search finds articles and sections that match your keywords. It works at any scale without external dependencies, searching topic names first and then full article content if needed.
Command
/wiki-search with no argument, you’ll be prompted to enter a query.
How search works
Search uses a two-tier approach to stay fast while still finding deeply buried content: Tier 1 — Index scan: The command readsINDEX.md first and checks topic names and one-line summaries for your keywords. This is usually enough to answer “which topic covers X?” and returns results immediately.
Tier 2 — Full article search: If the index scan doesn’t find a match, the command searches across all files in topics/ and concepts/ using a full grep. Results include the matching section heading and surrounding lines so you can see the match in context.
Result format
[coverage: high]— 5 or more sources; trust this section[coverage: medium]— 2–4 sources; good overview, check raw files for specifics[coverage: low]— 0–1 sources; read the raw files listed in the article’s Sources section
When there are no matches
If nothing is found, the command suggests related topics that might be relevant and recommends next steps:/wiki-queryfor questions that require connecting multiple topics/wiki-ingestif you think the knowledge should be in the wiki but hasn’t been added yet
When to use /wiki-query instead
/wiki-search is keyword-based — it finds where a term appears. If you want a synthesized answer that draws from multiple topics, use /wiki-query instead.