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