- growth-engine: Autonomous experiment engine (Karpathy autoresearch for marketing) - sales-pipeline: RB2B router, deal resurrector, trigger prospector, ICP learner - content-ops: Expert panel, quality gate, editorial brain, quote miner - outbound-engine: Cold outbound optimizer, lead pipeline, competitive monitor - seo-ops: Content attack briefs, GSC optimizer, trend scout - finance-ops: CFO briefing, cost estimate, scenario modeler 79 files, all sanitized - zero hardcoded credentials or internal references.
36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
# ── Required ──
|
|
|
|
# Anthropic API key (for LLM-powered features: editorial brain, content transform, expert panel)
|
|
ANTHROPIC_API_KEY=sk-ant-...
|
|
|
|
# ── Optional: Data directory ──
|
|
|
|
# Override default data directory (default: ./data/)
|
|
# CONTENT_OPS_DATA_DIR=./data
|
|
|
|
# ── Optional: Editorial Brain ──
|
|
|
|
# Override default model for editorial brain clip discovery
|
|
# EDITORIAL_BRAIN_MODEL=claude-sonnet-4-20250514
|
|
|
|
# ── Optional: Quote Mining Engine ──
|
|
|
|
# Path to feeds JSON config: {"Feed Name": "https://feed-url/rss", ...}
|
|
# QUOTE_MINING_FEEDS_FILE=./config/feeds.json
|
|
|
|
# Inline feeds JSON (alternative to file)
|
|
# QUOTE_MINING_FEEDS={"My Podcast": "https://feeds.example.com/rss"}
|
|
|
|
# Directory containing meeting notes (markdown files) to scan for quotes
|
|
# QUOTE_MINING_NOTES_DIR=./notes/
|
|
|
|
# Speaker name to extract from meeting notes (e.g., "John Smith")
|
|
# QUOTE_MINING_SPEAKER=
|
|
|
|
# ── Optional: Content Transform ──
|
|
|
|
# Voice configuration file (markdown describing your brand voice)
|
|
# VOICE_CONFIG_FILE=./config/voice.md
|
|
|
|
# Style guide file (markdown with writing style rules)
|
|
# STYLE_GUIDE_FILE=./config/style-guide.md
|