veto_env_setup
Scans project config files to detect required environment variables, then creates a .env.example and step-by-step setup guide to simplify configuration.
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. |