search_context
Search project knowledge bases for relevant documentation, runbooks, and session notes using hybrid keyword and semantic search, returning source references with line numbers.
Instructions
Search across all indexed project knowledge (copilot-instructions, skills docs, runbooks, session docs). Uses hybrid BM25 keyword + semantic search with temporal decay. Returns the most relevant chunks with source file, section, and line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Search mode: hybrid (default), keyword-only, or semantic-only | hybrid |
| query | Yes | Natural language search query | |
| top_k | No | Number of results to return (default 5) |