Prepare for public repo: gitignore prompts.json, add examples

- prompts.json now gitignored (contains account-specific config)
- Added prompts.example.json showing config structure
- Added .env.example with credential template

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Jackson
2026-03-07 23:15:14 +00:00
parent 32649b0025
commit 28c5020294
4 changed files with 47 additions and 35 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Account credentials (prefix with account name in uppercase)
MYACCOUNT_USER=your_twitter_handle
MYACCOUNT_PW=your_password
MYACCOUNT_EMAIL=your_email@example.com
MYACCOUNT_PHONE=1234567890
# Kernel.sh API key (https://onkernel.com)
KERNEL=sk_your_kernel_key
# Anthropic API key (https://console.anthropic.com)
ANTHROPIC=sk-ant-your_anthropic_key