tooling: release-blocking public-surface reconciliation gate#36
Merged
Conversation
Two external audits reported cache-stale public version numbers that no live fetch returned; there was no mechanical way to prove the public surfaces are reconciled to the shipped version. scripts/check_public_surfaces.py closes that: - Group A (offline, CI-safe): the version agrees across pyproject, __init__, the git tag, the README Action pin + hotato-version input, the CHANGELOG top entry, and llms.txt; any drift exits 1. - Group B (--online): PyPI JSON, hotato.dev/release.json, hotato.dev/llms.txt, and the hotato.dev landing page (Googlebot UA, no-cache) all report the shipped version and positioning, with no retired overclaim. Stdlib-only, no pipe-to-shell of fetched bytes; 16 tests (drift detection proven); wired into docs/RELEASE-CHECKLIST.md as a release-blocking step. Claude-Session: https://claude.ai/code/session_01BqJW5Dey1DzqBeBCAJXrH9
hotato turn-taking eval8 of 8 scenarios pass. 0 fail. No regression.
RegressionsNone. Reproducible timing measured locally from call audio. Swap the bundled self-test step for your own captured recordings to gate on your agent. github.com/attenlabs/hotato |
…e step) The reconciliation-gate checklist edit feeds llms-full; regenerate so the committed copy matches the build (test_llms_full_txt_committed_copy_is_up_to_date). Claude-Session: https://claude.ai/code/session_01BqJW5Dey1DzqBeBCAJXrH9
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.
Adds scripts/check_public_surfaces.py + test + RELEASE-CHECKLIST wiring. Cross-checks the version across pyproject/init/tag/README-pin/CHANGELOG/llms.txt (offline) and PyPI/hotato.dev/release.json (--online). No package behavior change, no version bump. Closes the gap the external audits exposed: proving public surfaces are reconciled, not trusting a publisher success signal.
https://claude.ai/code/session_01BqJW5Dey1DzqBeBCAJXrH9