Replies: 2 comments 1 reply
-
|
how much of these need updating? Are talking about this https://llmstxt.org/ ? |
Beta Was this translation helpful? Give feedback.
-
|
+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 |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions