veto_discover
Scan a project directory to capture git state, tech stack, file structure, dependencies, and config files. Stores the context map in Veto memory for agent use.
Instructions
Scans a project directory and builds a rich context map: git state, tech stack, file structure, dependencies, and key config files. Stores the result in Veto memory so agents always have accurate project context. Call this once per project or after major structural changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Scan depth. quick: git + package metadata only. standard: + file tree up to 3 levels (default). full: + contents of key config files. | |
| store | No | Whether to store the discovery in Veto memory as a project map. Default: true. | |
| project_dir | Yes | Absolute path to the project directory to scan. |