recall_decisions
Retrieve semantic matches of past technical decisions across all sessions to inform current choices without revisiting resolved topics.
Instructions
Recall concrete technical DECISIONS the user made across ALL past sessions (and why), semantically matched to a query. Use BEFORE re-deciding something the user may have already settled. Returns decision facts, each with the threadId it 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. |