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>
7 lines
337 B
Plaintext
7 lines
337 B
Plaintext
# Local secrets for Claude Code plugin install scripts.
|
|
# 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
|
|
# Get a key at: https://21st.dev/magic (dashboard → API keys)
|
|
MAGIC_API_KEY=your_21st_dev_magic_api_key_here
|