# Canonical Index: Deep Dive Intelligence Briefing Artifacts
> **Issue**: [#830](http://143.198.27.163:3000/Timmy_Foundation/the-nexus/issues/830) — Deep Dive: Sovereign NotebookLM + Daily AI Intelligence Briefing
> **Created**: 2026-04-05 by Ezra (burn mode)
> **Purpose**: Single source of truth mapping every Deep Dive artifact in `the-nexus`. Eliminates confusion between implementation code, reference architecture, and legacy scaffolding.
# 3. Dry-run the full pipeline (no external delivery)
make run-dry
# 4. Configure secrets
cp config.yaml config.local.yaml
# Edit config.local.yaml: set TELEGRAM_BOT_TOKEN, LLM endpoint, TTS preferences
# 5. Live run
CONFIG=config.local.yaml make run-live
# 6. Enable daily cron
make install-systemd
```
---
## Legacy / Duplicate Paths (Do Not Edit — Reference Only)
The following contain **superseded or exploratory** code. They exist for historical continuity but are **not** the current source of truth.
| Path | Status | Note |
|------|--------|------|
| `bin/deepdive_*.py` (6 scripts) | 🔴 Legacy | Early decomposition of what became `pipeline.py`. Good for reading module boundaries, but `pipeline.py` is the unified implementation. |
| `docs/DEEPSDIVE_ARCHITECTURE.md` | 🔴 Superseded | Early stub; `intelligence/deepdive/architecture.md` is the maintained version. |
| `docs/deep-dive/TTS_INTEGRATION_PROOF.md` | 🟡 Reference | Good technical deep-dive on TTS choices. Keep for reference. |
| `docs/deep-dive/ARCHITECTURE.md` | 🔴 Superseded | Use `intelligence/deepdive/architecture.md`. |
| `scaffold/deepdive/` | 🔴 Legacy scaffold | Pre-implementation stubs. `pipeline.py` supersedes all of it. |
| `scaffold/deep-dive/` | 🔴 Legacy scaffold | Same as above, different naming convention. |
| `config/deepdive.env.example` | 🟡 Reference | Environment template. `intelligence/deepdive/config.yaml` is the runtime config. |
| `config/deepdive_keywords.yaml` | 🔴 Superseded | Keywords now live inside `config.yaml`. |
| `config/deepdive_sources.yaml` | 🔴 Superseded | Sources now live inside `config.yaml`. |
| `config/deepdive_requirements.txt` | 🔴 Superseded | Use `intelligence/deepdive/requirements.txt`. |
> **House Rule**: New Deep Dive work must branch from `intelligence/deepdive/`. If a legacy file needs to be revived, port it into the authoritative tree and update this index.
---
## What Remains to Close #830
The system is **built and tested**. What remains is **operational integration**:
| Task | Owner | Blocker |
|------|-------|---------|
| Provision LLM endpoint for synthesis | @gemini / infra | Local `llama-server` or API key |
| Install Piper voice model (or provision ElevenLabs key) | @gemini / infra | ~100MB download |