kage_docs_search
Search a codebase's committed documentation using BM25 indexing. Returns ranked snippets from local markdown and docs files with file path, heading, and line number.
Instructions
Search this repo's OWN committed documentation (README, docs/**, *.md, common doc dirs — including any framework/API docs checked into the repo). BM25 over heading-anchored chunks from .agent_memory/indexes/docs-index.json. Returns ranked doc hits with doc_path, heading, line, and snippet. This indexes only files on disk in the project, never the internet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| project_dir | Yes | ||
| limit | No |