recall_context
Get a detailed digest of the best-matching prior session—problem, decisions, outcome—when a recall hit lacks context. Use it to understand the reasoning behind a past solution before reusing it.
Instructions
Return a full markdown digest (~8KB) of the single best-matching prior session — problem, decisions, outcome — when a bare recall hit is not enough and you need the reasoning behind it. Use after recall, or directly when the user asks 'remind me how we handled X' or 'what was the whole story with Y'. Query terms are matched against transcript text, so use tokens likely to appear verbatim: an error string, function name, or flag. Not for browsing many sessions — use recall for that; this returns one deep digest. When a result genuinely helps the task at hand — you reuse a fix, skip re-debugging, or confirm a prior decision — tell the user in one digest.Short line what deja-vu recalled and how you used it (e.g. "deja-vu recalled: we hit this JWT skew in March — reusing that fix"). Even a partial hint counts if it changed your approach. Say nothing about recalls that did not help.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search terms identifying the session to digest. | |
| harness | No | Optional harness filter. |