chore: re-pin API audit baseline to released 2026.7.9.1#60
Merged
Conversation
The release-time regeneration had been failing since 2026-05-29 — first TestPyPI-only rehearsals, then last night's run hit the wrong script path (fixed on PyAutoBuild main, c09f293). Regenerated locally against the released 2026.7.9.1 wheels in a clean venv (PYTHONPATH cleared; --check-version exits 0). Clears the wiki-currency version-drift CI leg and Heart's "pinned BEHIND installed" yellow; tonight's nightly re-pin becomes a no-op. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Re-pins
wiki/core/api_audit_baseline.jsonfrom 2026.5.29.4 to the released 2026.7.9.1 stack, clearing the wiki-currency "Version drift" CI leg (failing on every branch) and Heart's "autolens_assistant: pinned BEHIND installed" yellow.Why it was stale: the release-time regeneration step hadn't landed since May-29 — rehearsal-mode releases, then last night's live nightly hit a wrong script path (
work/vsautoassistant/), already fixed on PyAutoBuild main (c09f293). Tonight's nightly re-pin becomes a no-op against this.Validation
==2026.7.9.1wheels,PYTHONPATHcleared (first attempt leaked the dev stack via ambient PYTHONPATH — caught and redone)--check-versionexits 0 against the released stack🤖 Generated with Claude Code