feat(sandcastle): scaffold .sandcastle/ + README + env example
This commit is contained in:
11
.sandcastle/.env.example
Normal file
11
.sandcastle/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Anthropic Claude API
|
||||
ANTHROPIC_API_KEY=
|
||||
|
||||
# OpenAI / Codex
|
||||
OPENAI_API_KEY=
|
||||
|
||||
# GitHub (for PR creation by the orchestrator)
|
||||
GITHUB_TOKEN=
|
||||
|
||||
# Sandcastle's own configuration — sandbox provider (docker | podman | vercel | custom)
|
||||
SANDCASTLE_PROVIDER=docker
|
||||
Reference in New Issue
Block a user