wiki_search
Search all wiki assets (flows, doc pages, reviews, releases) to find relevant ADRs, patterns, and runbooks before planning. Returns title and snippet for each hit.
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) |