Search one project's memory
ygg_searchSearch a project's durable memory using free-text queries and optional type filters to find specific matches like decisions, lessons, or fixes.
Instructions
Search ONE project's durable memory with a free-text query and optional type filter — the precise, in-project lookup. Use when you know the project and want specific matches (e.g. every 'fix' about auth); for cross-project discovery use ygg_recall, to load a project's whole context use ygg_bootstrap. Lexical BM25 plus semantic ranking 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 search all types. | |
| limit | No | Maximum results to return (default 5). | |
| query | Yes | Free-text query describing what you're looking for, e.g. "flaky e2e tests". | |
| project | Yes | Project to search within — typically the git repo name, e.g. "webdesk". |