From 09584639983e2a8cc2e45ad91ddbbb9c536c2ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Mon, 4 May 2026 14:29:38 +0100 Subject: [PATCH] =?UTF-8?q?chore(cli):=201.31.3=20=E2=80=94=20clean=20rebu?= =?UTF-8?q?ild=20of=201.31.2=20with=20correct=20VERSION=20baked=20in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.31.2 published with the right code change (DAEMON_PATHS no longer follow CLAUDEMESH_CONFIG_DIR) but a stale baked-in VERSION constant because the build ran before the version bump. Same fix, rebuilt cleanly. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/cli/CHANGELOG.md | 6 ++++++ apps/cli/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 9d696a5..f82e5b2 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.31.3 (2026-05-04) — clean rebuild of 1.31.2 + +1.31.2 published with the right code change but a stale baked-in +VERSION string ("1.31.1") because the build ran before the version +bump. Same fix as 1.31.2, rebuilt cleanly. + ## 1.31.2 (2026-05-04) — daemon paths no longer follow per-session CLAUDEMESH_CONFIG_DIR **Production bug observed in real installs:** every CLI verb invoked from diff --git a/apps/cli/package.json b/apps/cli/package.json index 95b0d63..6b86d6c 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "claudemesh-cli", - "version": "1.31.2", + "version": "1.31.3", "description": "Peer mesh for Claude Code sessions — CLI + MCP server.", "keywords": [ "claude-code",