mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 11:45:20 +02:00
7e62f4bd0f
bin/dev-setup now copies .env from main worktree so API keys carry over to Conductor workspaces automatically. conductor.json wires up setup and archive hooks. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
171 B
Bash
6 lines
171 B
Bash
# Copy to .env and fill in values
|
|
# bun auto-loads .env — no dotenv needed
|
|
|
|
# Required for LLM-as-judge evals (bun run test:eval)
|
|
ANTHROPIC_API_KEY=sk-ant-your-key-here
|