veto_memory_search
Search the local knowledge base for prior solutions and patterns. Call at the start of each task to reuse existing knowledge instead of 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. |