From 2ab24f867b19760aebfe44ac193881a006f17019 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Jul 2026 20:44:51 +0000 Subject: [PATCH] chore: drop legacy workspace_version pin + version.txt (floors are authoritative) Build-chain #155 Phase 4 tail: minimum_library_version floors were adopted as the authoritative version handshake (task 1), and Heart's version_skew now reads floors, not these frozen pins (task 2). autonerves/workspace.py check_version prefers minimum_library_version and only falls back to workspace_version / version.txt, so with the floor present this removal is behaviour-preserving. Releases no longer write either file (PyAutoBuild#120), so they stay gone. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Vx4gezFDNdXP39Q8WzqnTA --- config/general.yaml | 1 - version.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 version.txt diff --git a/config/general.yaml b/config/general.yaml index 9b367219d..a5abb4c1a 100644 --- a/config/general.yaml +++ b/config/general.yaml @@ -64,5 +64,4 @@ version: # starts needing new API — never per release. Must always name an # INSTALLABLE (non-yanked) release. minimum_library_version: 2026.7.9.1 - 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 deleted file mode 100644 index 093a32add..000000000 --- a/version.txt +++ /dev/null @@ -1 +0,0 @@ -2026.7.9.1