Replies: 3 comments 2 replies
|
how much of these need updating? Are talking about this https://llmstxt.org/ ? |
1 reply
|
+1 on this. For Echo specifically, the most useful content would be:
The If the maintainers are open to it, I'd be happy to help draft the initial |
0 replies
|
allright, @tamish560, we are waiting for the PR :) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
AI coding assistants (like Cursor, Copilot, ChatGPT, and Claude) often struggle with Echo v5 because it introduces major breaking changes from v4 (such as
echo.Contextbecoming a struct and the removal of the built-in logger). Without updated context, LLMs frequently hallucinate old v4 syntax.Proposal
I propose adding an
llms.txtandllms-full.txtfile to the root of the repository (or the website documentation).These files follow the emerging standard for serving high-density, markdown-formatted documentation specifically optimized for LLM consumption.
Benefits
Would the maintainers be open to a PR implementing this?
All reactions