veto_summarize
Generate a concise expert briefing of a project, directory, or file to quickly orient yourself on unfamiliar code. Includes bullet-point summary, key components, tech stack, and entry points.
Instructions
Generates a concise expert briefing of a project, directory, or file. Use at the start of a session to orient yourself on unfamiliar code. Returns bullet-point summary, key components, tech stack, and entry points. Faster and higher-level than veto_explain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Optional focus area: e.g. "security", "APIs", "data flow", "architecture". Narrows the summary. | |
| format | No | brief: 4–6 bullet points (default). detailed: paragraph-level prose. | |
| file_path | No | Absolute path to a single file to summarize. If both project_dir and file_path are given, file_path takes precedence. | |
| project_dir | No | Absolute path to a project directory to summarize. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |