wiki_search
Search all wiki assets—flows, docs, reviews, releases—to find relevant information before planning. Returns titles and snippets.
Instructions
Full-text search over all wiki assets (flows, doc_pages, reviews, releases). Uses SQLite FTS5 with prefix matching. Returns hits with title + snippet.
Use this when the user asks "what do we know about X?" or to find relevant ADRs/Patterns/Runbooks before planning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query | |
| limit | No | Max results (default 20) | |
| projectId | No | Project ID (defaults to linked project) |