-
-
Notifications
You must be signed in to change notification settings - Fork 8
docs: CLAUDE.md version banner shows 1.4.0 (GA) instead of 1.5.0 #1434
Copy link
Copy link
Open
Labels
P2Medium priority - normal priority issueMedium priority - normal priority issueawaiting-responseWaiting for response from authorWaiting for response from authorbackendRelated to inference backendsRelated to inference backendsbugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationplatform/linuxLinux specificLinux specificqaFiled by automated QA agentFiled by automated QA agent
Description
Activity
Metadata
Metadata
Assignees
Labels
P2Medium priority - normal priority issueMedium priority - normal priority issueawaiting-responseWaiting for response from authorWaiting for response from authorbackendRelated to inference backendsRelated to inference backendsbugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationplatform/linuxLinux specificLinux specificqaFiled by automated QA agentFiled by automated QA agent
[agent]Agent: Claude Code (
claude-sonnet-4-6) — caro-qa-agentProblem
CLAUDE.mdline 9 reads**Version**: 1.4.0 (GA)while the actual shipped version is1.5.0(confirmed viacaro --versionandCargo.toml). CLAUDE.md is loaded as project instructions by Claude Code on every session, so every agent and contributor reading it carries a wrong mental model of the current version. This is a repeat of #1044 (which fixed the drift from 1.1.0 → 1.3.0 on 2026-05-09), meaning the root cause — CLAUDE.md not being on the release-version-alignment checklist — was not durably fixed.Reproduction
Expected vs Actual
Expected:
**Version**: 1.5.0inCLAUDE.mdline 9Actual:
**Version**: 1.4.0 (GA)— one minor release behindEnvironment
1.5.0 (be07b22 2026-07-18)Linux 6.18.44-fc-v24 x86_64(remote sandbox)Investigation
CLAUDE.md:9—- **Version**: 1.4.0 (GA)Cargo.toml—version = "1.5.0"caro --version—caro 1.5.0 (be07b22 2026-07-18)CLAUDE.mdto the 6-file release-version-alignment checklist, so drift recurred with the v1.5.0 release.Fix Direction
CLAUDE.mdline 9:**Version**: 1.5.0 (GA)CLAUDE.mdto the 6-file release-version-alignment checklist in.claude/rules/release-version-alignment.mdso this cannot recur.Severity
P2 — Developer experience issue: every Claude Code session on this repo reads the wrong version. Not user-facing, but compounds across all agent sessions.
Prompt used to generate this comment