Add llms.txt file generation script and output

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-03 01:35:13 +00:00
parent 304ed6ee9a
commit fbc72656ab
3 changed files with 777 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"private": true,
"scripts": {
"start": "npm run build",
"build": "node ./eng/update-readme.mjs",
"build": "node ./eng/update-readme.mjs && node ./eng/generate-llms-txt.mjs",
"llms:generate": "node ./eng/generate-llms-txt.mjs",
"contributors:add": "all-contributors add",
"contributors:report": "node ./eng/contributor-report.mjs",
"contributors:generate": "all-contributors generate",