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)