Fixed import paths in test_skip_llms_txt.py to use skill_seekers
package name instead of old-style cli imports.
Changes:
- Updated import from 'cli.doc_scraper' to 'skill_seekers.cli.doc_scraper'
- Updated logger names from 'cli.doc_scraper' to 'skill_seekers.cli.doc_scraper'
- Removed sys.path manipulation (no longer needed with proper imports)
All 17 tests now pass successfully (15 in test_skip_llms_txt.py + 2 in test_config_validation.py)
- Add skip_llms_txt config option (default: False)
- Validate value is boolean, warn and default to False if not
- Support in both sync and async scraping modes
- Add 17 tests for config, behavior, and edge cases