summary_search
Search code using Chinese business terminology; returns matched function names, file paths, and descriptions. Preferred tool for code search.
Instructions
【首选工具】搜索代码时必须首先调用此工具。输入中文业务术语或需求描述(如"清退转正常"、"交易溯源"、"订单状态机"),直接返回对应的函数/组件名称、文件路径和中文功能说明。比 grep 和 codegraph_explore 更快更准,因为它基于预生成的中文语义索引,一次调用即可定位目标代码,无需逐文件搜索。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 最大返回数量(默认 10) | |
| query | Yes | 中文业务术语或描述 | |
| projectPath | No | 项目路径 |