From cdd8f5876116bce8ebe5eff4ee082d629a38c48a Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Jul 2026 20:44:55 +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 51fed69..60fbf55 100644 --- a/config/general.yaml +++ b/config/general.yaml @@ -57,5 +57,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 093a32a..0000000 --- a/version.txt +++ /dev/null @@ -1 +0,0 @@ -2026.7.9.1