[codex] Add Recreation.gov mirror#8
Open
Chubi-alt wants to merge 1 commit into
Open
Conversation
hqhq1025
pushed a commit
to hqhq1025/WebHarbor
that referenced
this pull request
May 26, 2026
Conflicts resolved: - websyn_start.sh / control_server.py: append recreation_gov after imdb. - Dockerfile EXPOSE 40000-40019 → 40000-40020. - .gitignore: keep main's full set, accept PR's comment reformatting. Note: recreation_gov ships with a pre-built db (HF refs/pr/8), so the werkzeug generate_password_hash() in seed_data.py does NOT cycle on reset. set_password is only hit on live registration. No bcrypt-pin fix needed here.
hqhq1025
pushed a commit
to hqhq1025/WebHarbor
that referenced
this pull request
May 27, 2026
…tch learnings verify-site-gui: - PER_SLUG examples expanded with 5 P0 sites (eventbrite/smartasset/apartments_com/mayo_clinic/fandom) showing the _url_overrides pattern for multi-placeholder URLs (Avoids "amanda-dixon" pollution) - Add 2 new false-positive categories (aiming-lab#8 template:null download endpoints, aiming-lab#9 designed-404 fallback pages) + corresponding harness filter logic - Add 2 new real-bug categories: §5 byte-identical reset broken by bcrypt salt / hash() / utcnow non-determinism (fandom dc5b676 fix pattern); §6 circular import in python3 app.py standalone (apartments 850465d fix) - Document max_pages CLI 3rd arg (python3 _verify_playwright.py mayo_clinic 50034 80 to cover full 77 pages) - Document agent-dispatch traps: no SendMessage tool; worktree baseRef defaults to origin so misses unpushed work document-site-gui: - Add explicit "incremental Write/Edit mandatory" rule with 4-step procedure - MD 50-130 KB + YAML 100-200 KB targets cannot fit a single Write tool call (32k output token cap) - Prior agents hit this and stopped at "let me write the file" with nothing written
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.