docs(sdlc): bump CC baseline v2.1.150 → v2.1.159 (closes #367, refs #368)#370
Merged
Conversation
) cc-version-drift.yml workflow opened #367 when our baseline fell 9 versions behind npm latest. Review of v2.1.151–v2.1.159 changelog: | Version | Wizard-relevant? | Decision | |---------|------------------|----------| | v2.1.151 | (skipped — not in changelog) | n/a | | v2.1.152 | Maybe (hook event additions, unspecified) | note in baseline row | | v2.1.153 | No (plugin marketplace internal) | none | | v2.1.154 | YES — Opus 4.8 here, defaults to high effort | note availability; hold model recommendation per #365 A/B | | v2.1.155 | (skipped) | n/a | | v2.1.156 | No (bug fix for 4.8 thinking blocks) | none | | v2.1.157 | YES — `.claude/skills` plugin auto-load, `claude plugin init`, agent field honored, tool_decision telemetry tool_parameters | note in baseline row; no code change (our skills already live in .claude/skills/) | | v2.1.158 | No (Bedrock/Vertex auto mode) | none | | v2.1.159 | No (internal infra) | none | Minimal-adoption call: bump the baseline marker + recommended row to reflect what the new version unlocks. No code changes needed — the wizard-relevant features in v2.1.157 either work for us already (`.claude/skills` location) or are opt-in observability (`OTEL_LOG_TOOL_DETAILS=1`). Opus 4.8 is gated on #365 A/B, so model recommendation stays at 4.7. Companion #368 triage (will close with comment after merge): 12 entries total, 10 are duplicates from #359 (already closed); 2 new (Managed Agents multi-agent + Opus 4.8) are both no-op for the wizard (managed-agents API path / model bump gated on #365). Verified locally: - `scripts/cc-drift-check.sh --baseline v2.1.159 --latest 2.1.159` returns `alert:false` → workflow will go silent post-merge. - test-cc-drift-check 18/18, test-cc-version-drift 22/22, test-doc-consistency 41/41, test-self-update 153/153, test-hooks 160/160, test-docs-usability 29/29.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cc-version-drift.yml(PR #354) opened #367 when our<!-- Claude Code Baseline -->marker fell 9 versions behind npm latest. Review of v2.1.151–v2.1.159 changelog and selective adoption of wizard-relevant features.Per-release classification
.claude/skillsplugin auto-load (no marketplace),claude plugin initscaffold,agentfield in settings.json honored,tool_decisiontelemetry includestool_parameterswithOTEL_LOG_TOOL_DETAILS=1, EnterWorktree mid-session switching, worktrees unlocked when agent finishes.claude/skills/, telemetry is opt-in)CLAUDE_CODE_ENABLE_AUTO_MODE=1)Why minimal-adoption is the right call here
.claude/skillsauto-load (v2.1.157): our skills already live there viacli/init.js. CC's runtime behavior change doesn't require any wizard code change — users get the auto-load for free.tool_decisiontelemetry (v2.1.157): opt-in observability via env var, not a wizard mandate. Noted for users who want it.Companion #368 triage
12 entries total: 10 duplicates from #359 (already closed last week with the same triage outcome) + 2 new:
Deprecation re-verification (zero usage in repo):
context-1m-2025-08-07— 0 hitsclaude-3-haiku-20240307— 0 hitsmanaged-agents-2026-04-01header — 0 hits#368 will be closed with the triage comment after merge.
Verification
scripts/cc-drift-check.sh --baseline v2.1.159 --latest 2.1.159returnsalert:false threshold_exceeded:false. Post-mergecc-version-drift.ymlcron will skip the issue-update step.tests/test-cc-drift-check.sh— 18/18tests/test-cc-version-drift.sh— 22/22tests/test-doc-consistency.sh— 41/41tests/test-self-update.sh— 153/153tests/test-hooks.sh— 160/160tests/test-docs-usability.sh— 29/29validategh workflow run cc-version-drift.ymlpost-merge to verify silentCloses