chore(compat): survey CC 2.1.133-2.1.146; track SchemaStore PR #5706 - #52
Merged
Conversation
Resurveyed the upstream CHANGELOG and SchemaStore catalog after a 9-day gap. Original gating PR #5665 (sync to v2.1.138) was closed 2026-05-19 as superseded by #5706 (sync to v2.1.143) — net win for batching since #5706 also picks up worktree.bgIsolation, subagentStatusLine, statusLine.hideVimModeIndicator, sandbox.failIfUnavailable, five env vars, and the hook args/continueOnBlock keys that were previously held for a future sync. Eleven configurator-territory keys total in #5706; live-verified against the PR's head-branch schema. Two later items remain held for a future sync PR (terminalSequence hook output from 2.1.141; background_tasks/session_crons hook input from 2.1.145). No template changes; no tested_up_to bump yet — deferred to the post-#5706 unblock batch per the "no lone tracking bumps" rule. CLAUDE_CODE_COMPAT rationale comment refreshed to capture the resurvey window. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
5 tasks
3 tasks
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
CLAUDE_CODE_COMPATrationale comment inconfig_schema.pyto capture the resurvey window and note what's gated on #5706 vs. what needs a future sync.CHANGELOG.mdunder## Unreleased.What's in #5706 (eleven keys + five env vars unblock on merge)
Live-verified against the PR's head-branch schema 2026-05-21:
skillOverrides(CC 2.1.129) —off/user-invocable-only/name-onlyworktree.baseRef(CC 2.1.133) —fresh/headworktree.bgIsolation(CC 2.1.143) —worktree/noneautoMode.hard_deny(CC 2.1.136)sandbox.failIfUnavailablesubagentStatusLinetop-level —{type, command}statusLine.hideVimModeIndicatorargs: string[]exec form (CC 2.1.139)continueOnBlock: booleanfor prompthookCommand(CC 2.1.139)ANTHROPIC_WORKSPACE_ID,CLAUDE_CODE_OPUS_4_6_FAST_MODE_OVERRIDE,CLAUDE_CODE_PLUGIN_PREFER_HTTPS,CLAUDE_CODE_POWERSHELL_RESPECT_EXECUTION_POLICY,CLAUDE_CODE_STOP_HOOK_BLOCK_CAPStill held for a future sync PR
terminalSequencefield (CC 2.1.141) — NOT in #5706background_tasks+session_crons(CC 2.1.145) — NOT in #5706What this PR does NOT do
tested_up_tobump (still 2.1.132). Deferred to the post-#5706 unblock batch per the "no lone tracking bumps" rule.README.md:14describes themin_versionfloor (still 2.1.116), which doesn't move.No live breakage
/simplifywas renamed to/code-reviewin CC 2.1.146 — configurator ships/review(slash command) +code-reviewer(agent name), so no collision.Test plan
python3 -c 'import config_schema; print(config_schema.CLAUDE_CODE_COMPAT)'parses + imports cleanly (verified locally — comment-only change)make test/ configurator self-check pipeline passes (covered by branch CI)tested_up_towarning behavior unchanged for any installed CC version🤖 Generated with Claude Code