Env and Config
Keep environment variables and configuration documented and consistent so the app runs correctly in every environment.
When to Activate
- User asks for ".env.example", "env documentation", or "what env vars are needed"
- Adding a new service or feature that requires config
- Onboarding: documenting required and optional settings
- Setting up a new environment (dev, staging, CI)
- Validating config at startup (e.g. Zod, joi) and aligning docs
Work Process
- **Discover
[Description truncada. Veja o README completo no GitHub.]