Files
skill-seekers-reference/tests
yusyus bd20b32470 Merge PR #198: Skip llms.txt Config Option
Merges feat/add-skip-llm-to-config by @sogoiii.

This PR adds a valuable configuration option to explicitly skip llms.txt
detection, useful when a site's llms.txt is incomplete, incorrect, or when
specific HTML scraping is needed.

Key features:
- New 'skip_llms_txt' config option (default: false, backward compatible)
- Boolean type validation with warning for invalid values
- Support in both sync and async scraping modes
- 17 comprehensive tests (15 feature tests + 2 config validation tests)

All tests passing after fixing import paths to use proper package names.

Test results:  17/17 tests passing
Full test suite:  391 tests passing

Co-authored-by: sogoiii <sogoiii@users.noreply.github.com>
2025-11-29 22:56:46 +03:00
..