feat: add llms.txt and llms-full.txt#42
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
=======================================
Coverage 98.65% 98.65%
=======================================
Files 140 140
Lines 2085 2085
Branches 632 635 +3
=======================================
Hits 2057 2057
Misses 27 27
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
How do we make sure this doesn't get out of sync? Isn't it new maintenance surface? I'm also not familiar with llms.txt, is this part of a standard?
There was a problem hiding this comment.
Yes, it is a standard now: https://llmstxt.org/
I basically followed, what next.js did: https://nextjs.org/llms.txt
However, now I see that in our case it wouldn't be accessible under https://native-html.github.io/llms.txt, but rather under https://native-html.github.io/render/llms.txt - I'll make sure that it will also work
Regarding keeping it in sync - I'll try to prepare a script, which would generate those files out of our documentation
Add llms.txt and llms-full.txt to help llms learn the project