recall_gotchas
Retrieve pitfalls and non-obvious constraints from past sessions matched to a query, helping avoid repeating known mistakes. Returns gotcha facts with their source thread.
Instructions
Recall GOTCHAS / pitfalls / non-obvious constraints the user discovered across ALL past sessions, semantically matched to a query. Use to avoid repeating a known mistake. Returns gotcha facts with the threadId they came from. Requires the user to have distilled some threads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max facts to return (default 20). | |
| query | Yes | What to recall about (e.g. "auth token refresh", "database migration approach"). | |
| project | No | Substring-match the project path to scope results. Empty = all projects. |