veto_semantic_search
Answer natural-language queries over your codebase using local vector search. Find code sections like where user authentication is handled.
Instructions
Local vector index codebase search. Answers natural-language queries over code (e.g. "where is user authentication handled?").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language search query. | |
| project_dir | Yes | Absolute path to project root. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |