From f9cc86614a3c9f7b5bf584628fec97f7d254c909 Mon Sep 17 00:00:00 2001 From: Bastien Chanot Date: Sun, 21 Jun 2026 12:13:11 +0200 Subject: [PATCH] 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) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 55577e3..0c77f45 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # 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 # Get a key at: https://21st.dev/magic (dashboard → API keys)