llms-full.txt
A companion to llms.txt that inlines the full text of your key pages, so a model can read your content in one fetch instead of crawling.
Where llms.txt is a curated index of links, llms-full.txt is the content itself — the actual text of the pages you want models to read, concatenated into one file. It trades size for zero crawl latency: an assistant can ground an answer in your docs from a single request.
When to ship it
Ship it when your best content is compact enough to inline — documentation, a handful of guides, product reference. For very large sites, keep llms.txt as the map and let it point at the pages that matter most.