Add llms.txt config options (#9)

This commit is contained in:
Jared Dillard
2025-05-17 20:22:46 -07:00
committed by GitHub
parent 94a82dc68b
commit 10e2b9a684
7 changed files with 210 additions and 51 deletions
+4 -3
View File
@@ -4,9 +4,10 @@ Changelog
0.2.0
-----
- Add `llms_txt_max_lines` configuration option to limit `llms-full.txt` file size
- Automatically add content from `.. include::` directives
- Add path resolution for certain directives
- Add `llms_txt_full_max_size` configuration option to limit `llms-full.txt` file size
- Automatically add content from `include` directives in `llms-full.txt`
- Add path resolution for a given set of directives in `llms-full.txt`
- Add `llms.txt` file option, with `llms_txt_title` and `llms_txt_summary` config values
0.1.0
-----