get_relevant_memories
Retrieve saved standards and learnings relevant to your current repository and context to apply best practices during PR reviews or development.
Instructions
Get all memories relevant to the current context.
Call this tool at the start of a PR review or when working with a repository to retrieve all applicable standards and learnings.
Args: workspace: Current workspace (uses default if not specified) repository: Current repository categories: Comma-separated categories to filter (e.g., "pipeline,testing")
Returns: JSON list of relevant memories for the context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | ||
| categories | No | ||
| repository | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |