v0.9.0: absorb demos and dev scripts into the package and skills - #152
Merged
Merged
Conversation
…ops to verify_corpus
…us integrity test
…etire show_parsed for ws-demo show
…re-ai-overview skill, empty scripts/
# Conflicts: # CHANGELOG.md # scripts/bench_parse.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cleans up
scripts/for the v0.9.0 cycle, across plans 033 (scripts audit) and 035 (skills consolidation). Net:scripts/is removed entirely; every dev tool has one home (package module, local skill, or retired).Package / user-facing
pip install— moved intoWebSearcher.demos(one module per demo) behind a singlews-democommand (parse|show|search|searches|headers|locations); replaces the wheel-brokendemo-search/demo-searchesentry points.ws-demo show "<query>"— renders the parsed-results table for a saved capture offline (stdlib table, no dev deps). Repointed the README walkthrough off the dev-onlyscripts/show_parsed.py.scripts/bench_parse.py->WebSearcher.bench— the parse benchmark is now an in-package module (python -m WebSearcher.bench), rewritten offtyperso the package gains no dev dependency; still logs to the trackedtests/benchmarks/results.jsonl.Tests / docs
tests/test_corpus_integrity.py— gates fixture-corpus integrity (unique ids, notes, layout, results) in CI.[Unreleased], README, and the selectolax/fixture-corpus guides updated to match.Maintainer dev tooling (local
.claude/skills/, gitignored — not in this diff)serp-inspect,compare-parsed,corpus-curate,parse-bench,explore-ai-overview) and absorbed each skill-only script into its owning skill.Full suite green: 408 passed, 4 skipped, 80 snapshots.