Skip to content

Commit 4e2f8f2

Browse files
Add /llms-full.txt and script to generate it (#1300)
* Add script to generate content_catalog.json (similar to llms-full.txt) As a cleanup, this PR also removes the old apply_image_effects.py and the accompanying blurmask.png. * Add script to generate llms-full.txt * Add "make llms" command and make "make export" depend on it.
1 parent 9f342ce commit 4e2f8f2

File tree

7 files changed

+25498
-78
lines changed

7 files changed

+25498
-78
lines changed

makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ start:
1111
npm run start
1212

1313
.PHONY: export
14-
export:
14+
export: llms
1515
npm run export
1616

17+
.PHONY: llms
18+
llms:
19+
uv run python/generate_llms_full_txt.py
20+
1721
.PHONY: lint
1822
lint:
1923
npm run lint

0 commit comments

Comments
 (0)