Initial commit

This commit is contained in:
fraqtal
2026-07-12 08:15:46 +00:00
commit ee0fec0691
1397 changed files with 127242 additions and 0 deletions

20
.sandcastle/.env.example Normal file
View File

@@ -0,0 +1,20 @@
# .sandcastle/.env — runtime tokens for sandcastle dispatch.
# Copy to .sandcastle/.env (gitignored) and fill what you need.
#
# Most developers don't need ANY of these if they've run `claude login` on
# the host — sandcastle mounts ~/.claude/ into the sandbox by default.
# Anthropic API key (fallback when no host Claude Code session exists)
# ANTHROPIC_API_KEY=
# OpenAI / Codex (alternative)
# OPENAI_API_KEY=
# GitHub access for orchestrator-created PRs
# GITHUB_TOKEN=
# Override Claude creds path (default: ~/.claude/)
# SANDCASTLE_CLAUDE_CREDS_DIR=
# Sandbox provider (docker / podman / vercel / daytona)
SANDCASTLE_PROVIDER=docker