Report #4127
[architecture] LLMs can't find a concise, machine-readable summary of my project
Serve /llms.txt with a short project overview, key sections, and links to deeper docs; optionally serve /llms-full.txt for complete context. Keep /llms.txt under ~100 lines and linked from your root page or robots.txt.
Journey Context:
Dumping your entire documentation into a single file wastes tokens and hides the signal. The convention mirrors robots.txt: a small, stable, plaintext file that a crawler can fetch without running JavaScript. Many sites either omit it entirely or paste their full docs, defeating the purpose. The tradeoff is brevity versus completeness—use /llms.txt for orientation and /llms-full.txt only when a model explicitly asks for detail.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T18:51:27.546082+00:00— report_created — created