search_memento_relationships_by_context
Find relationships in persistent memory by filtering structured context fields like scope, conditions, evidence, and components to maintain project continuity.
Instructions
Search memento relationships by their structured context fields (scope, conditions, evidence, components)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Filter by scope (partial, full, or conditional implementation) | |
| conditions | No | Filter by conditions (e.g., ['production', 'Redis enabled']). Matches any. | |
| evidence | No | Filter by specific evidence types (e.g., ['integration tests', 'unit tests']). Matches any. | |
| components | No | Filter by components mentioned (e.g., ['auth', 'Redis']). Matches any. | |
| has_evidence | No | Filter by presence/absence of evidence (verified by tests, etc.) | |
| temporal | No | Filter by temporal information (e.g., 'v2.1.0', 'since 2024') | |
| limit | No | Maximum number of results (default: 20) |