Allow configuration for behavior when llms-full.txt is too large (#35)

This commit is contained in:
Jared Dillard
2025-08-08 22:00:30 -07:00
committed by GitHub
parent c24f92031c
commit b4cab5ab52
8 changed files with 339 additions and 36 deletions
+1
View File
@@ -762,6 +762,7 @@ def test_summary_default_uses_first_paragraph():
llms_txt_full_file = True
llms_txt_full_filename = "llms-full.txt"
llms_txt_full_max_size = None
llms_txt_full_size_policy = "warn_skip"
llms_txt_directives = []
llms_txt_exclude = []
llms_txt_code_files = []