Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/docs/content/llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading