veto_env_setup
Scan project config files to generate a .env.example and step-by-step setup guide for required environment variables.
Instructions
Analyzes project config files (package.json, requirements.txt, .env, etc.) and generates a .env.example with all required environment variables, plus a step-by-step setup guide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | Yes | Absolute path to project. | |
| write_files | No | If true, write .env.example to disk (default false). | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |