-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Is your feature request related to a problem? Please describe.
AI driven code editors like Cursor, Windsurf, ... allow to add docs to provide context to the LLM models for better output.
But due to the limited context window of LLMs it is not the best to provide the docs do LLMs the classical way: HTML, CSS, JavaScript and so on bloats the context window. Therefore a new standard is arising to provide the technical documentation in a LLM friendly way: The llms-full.txt file.
Describe the solution you'd like
Here is a brief introduction into the topic of llms-full.txt files: https://towardsdatascience.com/llms-txt-414d5121bcb3
Describe alternatives you've considered
No alternatives ...
Additional context