[codex] Add Recreation.gov mirror - #1
Draft
Chubi-alt wants to merge 8 commits into
Draft
Conversation
…age-images Fix Booking homepage image paths
Adds a Flask mirror of merriam-webster.com as the 16th WebHarbor site: dictionary, thesaurus, word of the day, vocabulary quizzes, and full account/login flow. 142 real word entries, 30 thesaurus entries, 3 quizzes (10 questions each), all scraped from the live site. 20 WebVoyager-format benchmark tasks in tasks.jsonl. Registered as site index 15 (port 40015) in websyn_start.sh, control_server.py, and Dockerfile (EXPOSE 40000-40015). Pre-PR checks (passed locally): - docker build webharbor:dev (5.89GB) - 16/16 sites return HTTP 200 - /reset/merriam_webster byte-identical (md5 a4248bef..) - /reset-all 16 sites parallel ~1.1s - 20/20 benchmark tasks walkable in container - All 15 existing sites still byte-identical (no regression) Assets: heavy assets (instance_seed/merriam_webster.db, 12 real images from MW games/quizzes) uploaded to HF dataset YuanDaozeiii/WebHarbor at revision 8866e560. .assets-revision pins to the fork until the HF PR adding merriam_webster.tar.gz to ChilleD/WebHarbor is merged. Also fixes a pre-existing .gitignore bug where the inline comment on sites/*/scraped_data/ silently disabled the rule (gitignore does not support inline comments). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…word seed) HF PR ChilleD/WebHarbor#29 merged; .assets-revision now points at the canonical dataset's main commit carrying the regenerated 156-word seed. Verified: fetch from ChilleD main -> build -> byte-identical reset (md5 79ae0eab…) holds; runtime writes wiped on reset.
Add Merriam-Webster mirror site
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.
Summary
Adds a self-contained
recreation_govWebHarbor mirror forhttps://www.recreation.gov/.recreation_govas the next site inwebsyn_start.sh,control_server.py, andDockerfileon port40015.GUIDANCE.mddocumenting the WebHarbor clone workflow and acceptance requirements.Seed / Asset Summary
Validation
python3 -m py_compile sites/recreation_gov/app.py sites/recreation_gov/seed_data.pysites/recreation_gov/tasks.jsonlparsed successfully: 20 tasks, unique IDsPOST /reset/recreation_govreturned{"pid":3218,"ready":true,"site":"recreation_gov"}e5e9ce886f044fe7e789b0b15ccecbd7for both runtime and seed DB./scripts/build.sh webharbor:devrecreation_govpages returned 200POST /reset/recreation_govreturned{"pid":172,"ready":true,"site":"recreation_gov"}e5e9ce886f044fe7e789b0b15ccecbd7for both runtime and seed DBReviewer Notes
This PR is draft until the HF asset PR is merged and
.assets-revisioncan be bumped to the merged dataset revision. Screenshot comparison assets can be attached after final review if required.