wiki_search
Search across all wiki assets including flows, doc pages, reviews, and releases to find relevant information. Use to answer 'what do we know about X?' or discover ADRs, patterns, and runbooks before planning.
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) |