search_product_memory
Search verified product, architecture, and incident memory to retrieve past decisions and context. Returns matching snippets with store paths for quick retrieval.
Instructions
Ranked search over all verified product/architecture/incident memory.
Returns a SNIPPET of each hit — the passage that matched — plus store_path.
Read the file when a snippet turns out to be the thing; full=True returns
whole bodies, which costs roughly five times as much for a list you are
mostly scanning to choose from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| limit | No | ||
| query | Yes | ||
| project | No | ||
| repository | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |