recall_context
Fetch a deep markdown digest of the best-matching prior session—problem, decisions, outcome—when a quick hit is insufficient. Answers 'remind me how we handled X' with full reasoning.
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 it genuinely helps, tell the user in one short line: "deja-vu recalled: — ". 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. |