Search Reasoning Patterns
memorix_search_reasoningSearch past reasoning traces to understand why technical decisions were made. Retrieve memories of thought processes behind design choices for code review or problem-solving.
Instructions
Search past reasoning traces to understand WHY decisions were made. Returns reasoning memories that explain the thought process behind technical choices. Use this when revisiting code, questioning a design decision, or looking for precedent on how similar problems were solved before.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 10) | |
| query | Yes | Search query — describe what reasoning you want to find (e.g., "why did we choose PostgreSQL", "auth approach rationale") | |
| scope | No | Search scope | project |