chore: refresh the manifest for openadapt-flow 1.33.0 - #374
Merged
Conversation
Flow 1.33.0 fixes the browser recorder's frame-local coordinates (issue #359) and its double-click / native-select handling (issue #360). status.json carries the new version, tag, release commit, qualified source commit, and both artifact URLs with their published SHA-256 digests, verified byte-identical against the GitHub release assets. llms.txt and llms-full.txt state the same version. The claims registry records the check and re-acknowledges the headline benchmark's release lag (78 -> 79 published releases behind; 31 minor releases behind the first tag containing the pinned commit). review_by stays 2026-10-31: restating a count is not a decision to keep waiting, so this acknowledgement must still expire on its original date. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for cosmic-klepon-3c693c ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
What
Release aftercare for openadapt-flow v1.33.0, which fixes the browser recorder's frame-local coordinates (#359) and its double-click / native-
<select>handling (#360).public/status.json— flow 1.32.0 → 1.33.0, with the new tag, release commit (80dc49b), qualified source commit (d4b64ac), and both artifact URLs and SHA-256 digests.public/llms.txt,public/llms-full.txt— same version stated.data/published-version-claims.json—verified_onrefreshed, and the headline benchmark's release lag re-acknowledged.Verification
Both digests were confirmed byte-identical between PyPI and the GitHub release assets, not merely present:
openadapt_flow-1.33.0-py3-none-any.whl1d54ccff…aa494openadapt_flow-1.33.0.tar.gz8f85bc5a…2fd1cA clean install of 1.33.0 from PyPI confirms the fixes actually shipped in the published package, rather than only in the repository. Neither archive contains openIMIS or AGPL payload.
node scripts/check_published_version_claims.mjspasses (5 claims consistent).npm test: 205 passed.Note for reviewers: the checker reported DRIFT on the first run because PyPI's JSON index still served 1.32.0 for a few minutes after publication — the known lag. It passes once the index caught up.
On the lag re-acknowledgement
releases_behind78 → 79 andminor_releases_behind_first_containing_tag30 → 31, both recomputed from live PyPI releases rather than incremented by hand.review_bystays 2026-10-31. The registry's own precedent is explicit that restating a count is not a decision to keep waiting, and that this acknowledgement must expire on its original date rather than be renewed by silence. Refreshing the underlying numbers means re-running the benchmarks, which is a separate decision.🤖 Generated with Claude Code