-
-
Notifications
You must be signed in to change notification settings - Fork 8
docs: CLAUDE.md version and MSRV out of sync with v1.5.0 (recurrence of #1044) #1444
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.md(the project operating contract read by every agent session) shows:1.4.0 (GA)— but the shipped version is1.5.01.83— but v1.5.0 bumped MSRV to1.85(confirmed in CHANGELOG)Any agent session opening this file gets wrong version signals, potentially making incorrect decisions about MSRV compatibility or release versioning references.
This is a recurrence of #1044, which caught the same file showing
1.1.0instead of1.3.0. That fix updated the banner to1.4.0but did not addCLAUDE.mdto the release-version-alignment 6-file checklist, so drift recurred.Reproduction
Expected vs Actual
Expected:
Version: 1.5.0 (GA),MSRV 1.85Actual:
Version: 1.4.0 (GA),MSRV 1.83Environment
1.5.0 (be07b22 2026-07-18)Investigation
CLAUDE.mdline 9:**Version**: 1.4.0 (GA)(grep confirmed on main HEAD)CLAUDE.mdline 7:MSRV 1.83CHANGELOG.md [1.5.0]: "MSRV bumped from 1.83 → 1.85"caro --version:caro 1.5.0Fix direction
CLAUDE.md: Version1.4.0→1.5.0, MSRV1.83→1.85CLAUDE.mdto the release-version-alignment 6-file checklist as a 7th file to prevent future recurrence.Severity
P2 — Agent-facing operating contract carries wrong version/MSRV; may cause subtle mis-decisions in version-gated agent logic.
Prompt used to generate this comment