From 4be46cf35ee5c81eb00ffeba66f26b301bbbe203 Mon Sep 17 00:00:00 2001 From: Thomas Vu Date: Wed, 24 Jun 2026 21:09:56 -0400 Subject: [PATCH] docs(llms): inline generate command in how-they-are-generated --- src/docs/content/llms.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/docs/content/llms.md b/src/docs/content/llms.md index 52f1809..4c52c81 100644 --- a/src/docs/content/llms.md +++ b/src/docs/content/llms.md @@ -15,11 +15,7 @@ These files give AI tools and internal agents a clean text entry point without r `npm run build` runs `scripts/generate-llms.mjs` automatically. -If you only want to refresh AI exports while writing, run: - -```bash -npm run generate:llms -``` +`npm run generate:llms` runs the same script without a full build when you only need fresh AI exports. ## When To Regenerate