Recall prior work across all projects
ygg_recallSearch across all projects to find prior solutions, decisions, and lessons. Use before solving any non-trivial problem to reuse past work.
Instructions
Search durable memory ACROSS ALL projects for prior solutions, decisions, and lessons to reuse. Use BEFORE solving any non-trivial problem ("have I handled this before?"); for one known project use ygg_bootstrap to load its context or ygg_search for a targeted query instead. Ranks by relevance and past usage — lexical by default, semantic when embeddings are enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | Return raw JSON instead of formatted text (default false). Set true to parse fields programmatically. | |
| type | No | Optional filter to one memory category. Omit to recall across all types. | |
| limit | No | Maximum number of memories to return (default 5). | |
| query | Yes | Natural-language description of the problem or topic to find prior work for, e.g. "token refresh before opening socket". |