workspace_search
Find likely starting points for conceptual workspace questions by searching indexed code symbols, doc sections, and project memories, with ranked results.
Instructions
Ranked discovery across the workspace's indexed corpora: code symbols, doc sections (Markdown/HTML), and project memories. Use workspace_search when you have a conceptual question ("where is daemon locking handled?") and want likely starting points. Approximate by design and never a proof of absence — the exact lane is search_in_files (literal or regex over current file contents). Results are FTS5-ranked within each corpus and interleaved; every hit is labelled with corpus, source, field, score, and why it matched, and the header reports per-corpus index freshness (exact_match=false always).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of merged results to return. Default 20. | |
| query | No | Free-text discovery query, e.g. "daemon locking" or "workspace pool". Token-aware and ranked; not a regex and not an exact scan. | |
| corpora | No | Restrict the search to these corpora. Omit to search all three: code (indexed symbols), docs (indexed Markdown/HTML sections), memory (project memories). |