.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
MODEL_TYPE
Model selection for TDD validation Options: 'claude_cli' (default) or 'anthropic_api'
USE_SYSTEM_CLAUDE
Use system Claude installation Set to 'true' to use the system Claude (claude in PATH) Set to 'false' or leave empty to use the Claude…
TDD_GUARD_ANTHROPIC_API_KEY
secret
Anthropic API Key for TDD Guard Required when MODEL_TYPE or TEST_MODEL_TYPE is set to 'anthropic_api' Get your API key from…
brew install flyctl && fly launch --from https://github.com/ankitclassicvision/tdd-guard
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ankitclassicvision/tdd-guard
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ankitclassicvision/tdd-guard