b31ec05c74
Six-scene 30-second MP4 announcing v3.1 (competitors mode) for X. Lives at marketing/v3.1-launch/. Renders to out/last30days-v3.1-launch.mp4 (gitignored). 1920×1080 @ 30fps, H.264, ~3MB final. Six scenes: 1. Hook (0-3s): badge + "What if one search ran 3 at once?" 2. Old way (3-8s): single terminal /last30days OpenAI 3. Fan-out (8-14s): --competitors splits into 3 parallel panes 4. Comparison (14-21s): 3 panes collapse into Head-to-Head table 5. How (21-26s): "You pick the topic. Agent picks peers. Engine fans out." 6. CTA (26-30s): install command + repo URL Reusable components: TerminalWindow, TypedLine, BadgeBar, ComparisonTable. Scene timing in src/lib/timing.ts as single source of truth — one edit to retime everything. Marketing version 3.1 ≠ engine code version (still 3.0.14). 3.1 is the launch label that bundles 3.0.11-3.0.14 into one shippable narrative. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
37 lines
815 B
Plaintext
37 lines
815 B
Plaintext
# Private benchmark / evaluation artifacts — never push to upstream
|
|
docs/comparison-results/
|
|
scripts/evaluate-synthesis.py
|
|
scripts/generate-synthesis-inputs.py
|
|
fixtures/polymarket_sample.json
|
|
docs/v2.1-tweets.md
|
|
docs/30-day-anniversary-thread.md
|
|
docs/30-day-anniversary-tweets.md
|
|
variants/open/references/research.md
|
|
|
|
# OS / tool files
|
|
.DS_Store
|
|
.claude/
|
|
.entire/
|
|
__pycache__/
|
|
*.pyc
|
|
mise.toml
|
|
.memsearch/
|
|
.venv/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Root vendor/ is accidental - real vendored client lives at scripts/lib/vendor/bird-search/
|
|
/vendor/
|
|
|
|
# build artifact from scripts/build-skill.sh
|
|
/dist/
|
|
|
|
# Internal planning docs (ce:plan output) — keep local, don't publish
|
|
docs/plans/
|
|
|
|
# Marketing video build artifacts
|
|
marketing/v3.1-launch/node_modules/
|
|
marketing/v3.1-launch/out/
|
|
marketing/*/node_modules/
|
|
marketing/*/out/
|