Replies: 1 comment 4 replies
-
yes, I will create one soon |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
llms.txt is a convention to create a LLM friendly "rendering" of a web site (https://llmstxt.org/). I think ast-grep would benefit from having a llms.txt file (it could be as simple as concatenating all docs markdown files).
The reason is that one can add this link to a copilot with long context/rag support and actively ask questions about ast-grep. The full dumps of the docs really helps lower hallucinations of the models (in my experience).
The background to this 'request' is that i'm adding support for "search and transform" on top of ast-grep in genascript.
Beta Was this translation helpful? Give feedback.
All reactions