Skip to content

Unified multi-source configs don't honor skip_scrape (re-scrape from network) #405

Description

@yusufkaraaslan

Split out from the #404 bug-audit re-review (see docs/BUG_AUDIT.md → I1).

Status: single-source skip_scrape is now honored in SkillConverter.run() (PR #404). The unified multi-source path (UnifiedScraper) still ignores it and re-scrapes every source from the network.

Why deferred: honoring it requires reloading each source's .skillseeker-cache into scraped_data before build_skill() — a real feature, not a one-liner, with its own test surface.

Fix sketch: in UnifiedScraper.run(), when self.skip_scrape, skip scrape_all_sources() and instead load each source's cached data from .skillseeker-cache/.../sources/, then build. Guard against missing cache.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions