# Example .env file for dry-aged-deps development tooling. # Copy this file to .env in the project root and replace placeholders with actual values. # # DRY_AGED_DEPS_MOCK: Set to "1" to enable CLI mock mode for tests. # OPENAI_API_KEY: API key for AI development assistants (e.g., Voder). # OPENAI_MODEL: AI model to use (e.g., gpt-4o-mini). # VODER_AGENTIC_MODE: Enable agentic mode for Voder (true/false). # NPM_TOKEN: NPM authentication token for publishing. # GITHUB_TOKEN: GitHub token for publishing and security scans. DRY_AGED_DEPS_MOCK=1 OPENAI_API_KEY= OPENAI_MODEL=gpt-4o-mini VODER_AGENTIC_MODE=true NPM_TOKEN= GITHUB_TOKEN=