wiki_search
Search all wiki assets—flows, doc pages, reviews, and releases—using full-text queries with prefix matching to find relevant ADRs, patterns, or 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 |
|---|---|---|---|
| projectId | No | Project ID (defaults to linked project) | |
| q | Yes | Search query | |
| limit | No | Max results (default 20) |