I recently added the markdown formatter to one of our internal projects, and I asked Claude to analyze the generated llms.txt file, and among the suggestions it did was to consider adding a llms-full.txt file as well:
Potential improvements to consider:
llms-full.txt — A single concatenated file with all content inline. Useful when an agent needs comprehensive context without making multiple fetches. The llms.txt convention supports both: llms.txt as the index, llms-full.txt as the full dump.
So, the question is, should ex_doc produce this file as well? /cc @josevalim
I recently added the markdown formatter to one of our internal projects, and I asked Claude to analyze the generated
llms.txtfile, and among the suggestions it did was to consider adding allms-full.txtfile as well:So, the question is, should
ex_docproduce this file as well? /cc @josevalim