recall_decisions
Recall concrete technical decisions from past sessions using a semantic query. Returns decision facts with thread IDs to avoid re-deciding already settled issues.
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. |