chore: bump pinned stack version to 2026.7.9.1#62
Merged
Conversation
version.txt and config/general.yaml still pinned 2026.5.29.4 while wiki/core/api_audit_baseline.json was already regenerated to 2026.7.9.1 (the latest live release) on 2026-07-10 — leaving the pin inconsistent with the baseline and tripping Heart's version_skew. Bump both to 2026.7.9.1; audit_skill_apis.py --check-version is clean against the 2026.7.9.1 stack. Co-Authored-By: Claude Opus 4.8 <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
version.txtandconfig/general.yaml:58were still pinned to 2026.5.29.4 whilewiki/core/api_audit_baseline.jsonhad already been regenerated to 2026.7.9.1 (the latest live release) on 2026-07-10. The lagging pin tripped Heart'sversion_skew(a standing-YELLOW reason) and left the assistant's declared version out of sync with its own API baseline.Bumps both files to
2026.7.9.1to match the baseline. Surfaced by the 2026-07-11/healthsweep.Verification
autolens==2026.7.9.1wheels (PYTHONPATH cleared): identical to the committed baseline except thegenerateddate — confirming the on-mainbaseline already reflects 2026.7.9.1. Reverted that date-only noise, so this PR is the two pin files only.python autoassistant/audit_skill_apis.py --check-version→ exit 0 ("clean — installed stack matches baseline, autolens 2026.7.9.1") against the 2026.7.9.1 stack.Co-claims
autolens_assistantwith the in-placebenchmark-calibrationtask; file sets are disjoint (this:version.txt+config/general.yaml; that:benchmarks/**). Isolated worktree used to avoid disturbing that branch.🤖 Generated with Claude Code