recall
Retrieve relevant scars and lessons from past actions to avoid repeating mistakes. Input your plan and get matching institutional memory before proceeding.
Instructions
Check institutional memory for relevant scars before taking action. Returns matching scars and their lessons. Integrates variant assignment when issue_id provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | What you're about to do (e.g., 'implement auth layer', 'deploy to production') | |
| project | No | Project namespace (e.g., 'my-project'). Scopes sessions and searches. | |
| issue_id | No | Linear issue identifier for variant assignment (e.g., 'PROJ-123'). When provided, scars with variants will be randomly assigned and formatted accordingly. | |
| match_count | No | Number of scars to return (default: 3) | |
| similarity_threshold | No | Minimum similarity score (0-1) to include results. Weak matches below threshold are suppressed. Default: 0.4 (free tier BM25), 0.35 (pro tier embeddings). |