File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77Runs, in order:
88 1) generate_ai_pages.py -> /.ai/pages/*.md (loads its own config; no --config flag)
99 2) generate_llms_txt.py -> /llms.txt
10- 3) generate_site_index.py -> /.ai/site-index.json (+sections .jsonl by default)
11- 4) generate_category_bundles.py -> /.ai/categories/*.manifest.json (or other formats)
10+ 3) generate_site_index.py -> /.ai/site-index.json (+llms-full .jsonl by default)
11+ 4) generate_category_bundles.py -> /.ai/categories/*.bundle.md (or other formats)
1212
1313Defaults:
1414 - sections: enabled (use --no-sections to turn off)
@@ -100,7 +100,7 @@ def main():
100100 site_index_cmd .append ("--dry-run" )
101101 if args .limit :
102102 site_index_cmd += ["--limit" , str (args .limit )]
103- run_step ("Generate site-index ( and sections.jsonl if enabled) " , site_index_cmd )
103+ run_step ("Generate site-index and full site content files " , site_index_cmd )
104104
105105 # 4) category bundles (manifest/jsonl/md/all)
106106 bundles_cmd = [
You can’t perform that action at this time.
0 commit comments