Curated, product-agnostic snapshot of the post-story-04 tree: demo content deleted, auth-only reference feature, web-next shell, all gates green. Product-specific docs, ADRs 027-029, PRDs/epics/archive, editor library traces, and product naming are curated out; generic template repairs (coverage provider devDeps, root test:coverage script, live lint fixes, root-only release-please) are kept. See TEMPLATE.md for provenance, curation list, and usage. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016j8z4VHjedXDTjEDNg7qHK
21 lines
649 B
Plaintext
21 lines
649 B
Plaintext
# .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
|