Recall
recallFetch past feedback and prevention rules matching the current task to inject learned lessons and stop costly mistakes before they happen.
Instructions
Recall relevant past feedback, memories, and prevention rules for the current task. Call this at the start of any task to inject past learnings into the conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max memories to return (default 5) | |
| query | Yes | Describe the current task or context to find relevant past feedback | |
| repoPath | No | Optional repository path for structural impact analysis on coding tasks |