battlecommand-forge 0.2.0

Quality-first AI coding army: single Rust binary that generates production-grade projects via a 9-stage TDD pipeline with a complexity-scaled quality gate (up to 9.2/10)
Documentation
# BattleCommand Forge — Environment Variables
# Copy this file to .env and fill in your keys.
# .env is gitignored and loaded automatically on startup.

# Required for premium preset (Claude Opus tester + Sonnet reviews)
ANTHROPIC_API_KEY=sk-ant-...

# Optional: Grok architect for complex missions (C7+)
XAI_API_KEY=xai-...

# Optional: CTO web search (falls back to DuckDuckGo)
BRAVE_API_KEY=BSA...

# Optional: Remote Ollama instance (cloud GPU)
# OLLAMA_HOST=192.168.1.100:11434

# Optional: Per-role model overrides (highest priority after CLI flags)
# ARCHITECT_MODEL=grok-4.20-reasoning
# CODER_MODEL=qwen3-coder-next:q8_0
# TESTER_MODEL=claude-opus-4-6
# REVIEWER_MODEL=claude-sonnet-4-6