-
-
Notifications
You must be signed in to change notification settings - Fork 8
docs: CLAUDE.md version banner shows 1.4.0 instead of 1.5.0 (re-drift) #1450
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 documentationenhancementNew feature or requestNew feature or requestplatform/linuxLinux specificLinux specificqaFiled by automated QA agentFiled by automated QA agentsafetyRelated to command safety validationRelated to command safety validation
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 documentationenhancementNew feature or requestNew feature or requestplatform/linuxLinux specificLinux specificqaFiled by automated QA agentFiled by automated QA agentsafetyRelated to command safety validationRelated to command safety validation
[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 --version,Cargo.toml, andCHANGELOG.md). This is a re-occurrence of the pattern tracked in #1044 (which fixed the drift from 1.1.0 → 1.4.0 but did not addCLAUDE.mdto the release-version-alignment checklist, so the fix did not survive the 1.5.0 release).CLAUDE.md is loaded as project instructions by every Claude Code session on this repo. Agents and contributors carrying a 1.4.0 version assumption may misattribute bugs, reference outdated feature availability, or produce incorrect documentation.
Reproduction
Expected vs Actual
Expected:
**Version**: 1.5.0 (GA)inCLAUDE.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:3—version = "1.5.0"CLAUDE.mdwas not added to the release-version-alignment 6-file checklist in.claude/rules/release-version-alignment.md. The 1.5.0 release (chore(release): v1.5.0— PR chore(release): v1.5.0 #1304, 2026-07-12) therefore did not update CLAUDE.md.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 drift cannot recur in future releases.Severity
P2 — Developer experience issue. Not user-facing but affects every Claude Code session on this repo. Third time this drift has been caught (1.1.0 → 1.3.0 pre-QA-agent, then 1.3.0 → 1.4.0 via #1044, now 1.4.0 → 1.5.0). Root cause is the missing checklist entry; fix #2 above closes the re-occurrence loop.
Prompt used to generate this comment