chore(cli): 1.31.3 — clean rebuild of 1.31.2 with correct VERSION baked in
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) <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user