veto_memory_search
Search the local knowledge base at the start of tasks to retrieve prior solutions, patterns, or errors, avoiding re-solving from scratch.
Instructions
Searches the local knowledge base for entries matching a query. Call at the start of every task to find prior solutions before solving from scratch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by entry type. | |
| limit | No | Max results to return (default 10, max 50). | |
| query | No | Search terms (full-text search on title and content). | |
| project_dir | No | Filter to a specific project directory. |