doc: generate llms.txt#62027
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #62027 +/- ##
==========================================
- Coverage 90.31% 90.31% -0.01%
==========================================
Files 730 730
Lines 234653 234653
Branches 43952 43942 -10
==========================================
- Hits 211926 211921 -5
+ Misses 14474 14458 -16
- Partials 8253 8274 +21 🚀 New features to boost your workflow:
|
|
Is there any evidence that AI systems use it? |
Evidence is hard to find because training data pipelines are very opaque but some usage from ai providers I found: https://code.claude.com/docs/llms.txt |
There was a problem hiding this comment.
Pull request overview
This PR updates the Node.js core documentation build to also generate an out/doc/llms.txt artifact (related to #59264’s work on improving module descriptions for llms.txt in doc-kit tooling).
Changes:
- Extend
doc-onlyto includeout/doc/llms.txtas a produced documentation artifact. - Add a new Makefile rule that runs
@node-core/doc-kitwith thellms-txttemplate to emitout/doc/llms.txt.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@araujogui can you rebase? |
Signed-off-by: Guilherme Araújo <arauujogui@gmail.com>
|
Landed in 13feb34 |
Related #59264