Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #62027 +/- ##
==========================================
+ Coverage 89.60% 89.62% +0.01%
==========================================
Files 706 706
Lines 219179 219179
Branches 41993 41995 +2
==========================================
+ Hits 196400 196433 +33
+ Misses 14675 14633 -42
- Partials 8104 8113 +9 🚀 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.
Related #59264