From b18329165b90bd13cf1f8c5a74a1104111d4a870 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Sat, 11 Jul 2026 11:08:10 +0100 Subject: [PATCH] chore: bump pinned stack version to 2026.7.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- config/general.yaml | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/general.yaml b/config/general.yaml index 8d3bae6..49b56e7 100644 --- a/config/general.yaml +++ b/config/general.yaml @@ -55,5 +55,5 @@ test: disable_positions_lh_inversion_check: true version: python_version_check: True # If False, bypass the PyAutoConf Python 3.12+ recommendation (3.9/3.10/3.11 technically work but are not officially supported). - workspace_version: 2026.5.29.4 + workspace_version: 2026.7.9.1 workspace_version_check: True # If False, bypass the workspace/library version check. Set to False on `main`-branch clones — `main` updates faster than releases, so mismatches are expected and not actionable. diff --git a/version.txt b/version.txt index 16ae9ef..093a32a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2026.5.29.4 +2026.7.9.1