feat(sandcastle): scaffold .sandcastle/ + README + env example

This commit is contained in:
2026-05-13 08:10:04 +02:00
parent 7d08aff089
commit 7fc4c23036
3 changed files with 51 additions and 0 deletions

11
.sandcastle/.env.example Normal file
View 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