docs(secrets): .env.example points at ~/.claude/.env

Stale "Copy to .env" comment updated to the inverted layout: the real key
lives in ~/.claude/.env and link.sh symlinks repo/.env to it. Comment only;
the MAGIC_API_KEY placeholder is unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bastien Chanot 2026-06-21 12:13:11 +02:00
parent f96331844c
commit f9cc86614a

View File

@ -1,5 +1,5 @@
# Local secrets for Claude Code plugin install scripts. # Local secrets for Claude Code plugin install scripts.
# Copy to .env and fill in real values. .env is gitignored. # Copy to ~/.claude/.env and fill in real values. link.sh symlinks repo/.env to it; the secret never enters git.
# #
# Used by: lib/toggle-external.sh enable|disable magic # Used by: lib/toggle-external.sh enable|disable magic
# Get a key at: https://21st.dev/magic (dashboard → API keys) # Get a key at: https://21st.dev/magic (dashboard → API keys)