Gate clone verification on region significance too - #77
Merged
Conversation
…e-in-chrome - `hwatu --version` / `-V` / `version` now print the version and git hash instead of 'unknown flag' (reported in #72; the unknown-flag guard correctly refused to web-search it, but there was no real handler). - packaging/PKGBUILD: 0.6.0 -> 0.7.0 with updated sha256. The stale 0.6.0 AUR package is why `hwatu setup --client ...` failed in #72: setup shipped in 0.6.1. - README: answer 'how does it compare with claude-in-chrome?' (#73) in the comparison section.
clone's verify loop still summarized with average_match_percent, the same background-diluted mean the region-significance work (#74) moved the diff protocol away from. Per-position results and the report now carry significant_regions (summed across scroll offsets) and the single worst_region (tagged with its scroll_y), and the human summary line leads with the region gate instead of the average. A faithful clone is significant_regions == 0 at every offset; the average stays as the trend number.
hongnoul
force-pushed
the
feat/clone-region-summary
branch
from
August 24, 2026 04:38
c7ba01e to
93cb308
Compare
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.
Follow-up to #74:
hwatu clone's verify loop still summarized withaverage_match_percent, the same background-diluted mean the diff protocol moved away from.significant_regionssignificant_regionsand the singleworst_regionacross scroll offsets (tagged with itsscroll_y)verify: N significant region(s) across P positions; X% average pixel matchA faithful clone is
significant_regions == 0at every offset; the average stays as the trend number. Additive only: existing report fields unchanged.Verified:
cargo test -p hwatu114/114, clippy-D warnings, fmt clean.