claude-code-ultimate-guide/exports/README.md
Florian BRUNIAUX d1182af4cf docs: v3.27.1 — fact-check corrections, grepai docs, RTK overhaul
Fact-check (README positioning):
- Template count: 120/123 → 108 (ground truth recount)
- Ratio: 14× → 24× (19,000 ÷ 784 = 24.2×)
- everything-cc stars: 31.9k → 45k+ (verified Feb 15)
- Commands count: 20 → 23, hooks: 30 → 31

Added:
- Grepai MCP documentation (semantic search, call graphs)
- 3 hook templates (rtk-baseline, session-summary, session-summary-config)
- 2 resource evaluations (system-prompts update, qmd token savings)

Changed:
- RTK documentation overhaul (v0.7.0 → v0.16.0, rtk-ai org)
- Exports deprecated (kimi.pdf, notebooklm.pdf → deprecated/)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 18:41:45 +01:00

28 lines
1 KiB
Markdown

# Exported Formats
## Status: Deprecated
The PDF exports in `deprecated/` were generated from an earlier version of the guide (~9K lines, v1.x era). The guide has since grown to **~19K lines across 10 sections** — these exports no longer reflect the current content.
**Source of truth**: [`guide/ultimate-guide.md`](../guide/ultimate-guide.md)
## Deprecated Files
| File | Description | Status |
|------|-------------|--------|
| [notebooklm.pdf](deprecated/notebooklm.pdf) | Visual overview generated by NotebookLM | Outdated (v1.x) |
| [kimi.pdf](deprecated/kimi.pdf) | Full text PDF export via Kimi | Outdated (v1.x) |
## Planned
Fresh exports are needed to match the current guide (v3.27.0+):
- **PDF** — Full guide export (Quarto/Typst pipeline via [`pdf-generator` skill](../examples/skills/pdf-generator.md))
- **NotebookLM** — Updated visual overview
- **EPUB** — For e-reader consumption (requested)
Contributions welcome. See [CONTRIBUTING.md](../CONTRIBUTING.md).
---
*Back to [main README](../README.md)*