Fix: complete skill filter block in scan CLI to support Ashby and other scrapers - #106
Fix: complete skill filter block in scan CLI to support Ashby and other scrapers#106AnasBabari wants to merge 1 commit into
Conversation
|
@AnasBabari Gate 1 (badges) blocked on
Required community actionsFollow the orgStar both core repos
Policy: bounty Gate 1 requires all of:
Starring only Order: badges → security → tests → merge. Please complete the checklist above, attach evidence if needed, then comment when ready. |
8 similar comments
|
@AnasBabari Gate 1 (badges) blocked on
Required community actionsFollow the orgStar both core repos
Policy: bounty Gate 1 requires all of:
Starring only Order: badges → security → tests → merge. Please complete the checklist above, attach evidence if needed, then comment when ready. |
|
@AnasBabari Gate 1 (badges) blocked on
Required community actionsFollow the orgStar both core repos
Policy: bounty Gate 1 requires all of:
Starring only Order: badges → security → tests → merge. Please complete the checklist above, attach evidence if needed, then comment when ready. |
|
@AnasBabari Gate 1 (badges) blocked on
Required community actionsFollow the orgStar both core repos
Policy: bounty Gate 1 requires all of:
Starring only Order: badges → security → tests → merge. Please complete the checklist above, attach evidence if needed, then comment when ready. |
|
@AnasBabari Gate 1 (badges) blocked on
Required community actionsFollow the orgStar both core repos
Policy: bounty Gate 1 requires all of:
Starring only Order: badges → security → tests → merge. Please complete the checklist above, attach evidence if needed, then comment when ready. |
|
@AnasBabari Gate 1 (badges) blocked on
Required community actionsFollow the orgStar both core repos
Policy: bounty Gate 1 requires all of:
Starring only Order: badges → security → tests → merge. Please complete the checklist above, attach evidence if needed, then comment when ready. |
|
@AnasBabari Gate 1 (badges) blocked on
Required community actionsFollow the orgStar both core repos
Policy: bounty Gate 1 requires all of:
Starring only Order: badges → security → tests → merge. Please complete the checklist above, attach evidence if needed, then comment when ready. |
|
@AnasBabari Gate 1 (badges) blocked on
Required community actionsFollow the orgStar both core repos
Policy: bounty Gate 1 requires all of:
Starring only Order: badges → security → tests → merge. Please complete the checklist above, attach evidence if needed, then comment when ready. |
|
@AnasBabari Gate 1 (badges) blocked on
Required community actionsFollow the orgStar both core repos
Policy: bounty Gate 1 requires all of:
Starring only Order: badges → security → tests → merge. Please complete the checklist above, attach evidence if needed, then comment when ready. |
Summary
The AshbyScraper is implemented and registered, but the CLI scan command truncates the skill_filters handling and the file is incomplete (cut off at 'skill_filters.'), causing a syntax error. The minimal fix is to complete the skill filtering block in cli.py so the command works end-to-end with the new scraper.
Fixes: #13
Changes Made
src/nerajob/cli.py