search_memory
Semantically search shared memory to locate historical bug fixes and reusable patterns. Use read_memory_asset to retrieve full content.
Instructions
按语义检索共享记忆库。适合在 start_* 之外主动查找历史 Bug 修复或可复用模式;命中后用 read_memory_asset 读取全文。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | 优先匹配的标签 | |
| type | No | 优先匹配的资产类型,如 bugfix、pattern、component | |
| limit | No | 返回条数,默认 MEMORY_SEARCH_LIMIT | |
| query | Yes | 检索 query(现象、报错、关键词、功能描述等) |