Added
- CC-SET-006: Non-boolean disableBundledSkills Setting (closes #1034). Claude Code v2.1.169 added a
disableBundledSkillssetting (and aCLAUDE_CODE_DISABLE_BUNDLED_SKILLSenvironment variable) that hides bundled skills, workflows, and built-in slash commands from the model. New MEDIUMclaude-settingsrule warns when the key is present with a non-boolean value (quoted"true", numbers, arrays, objects) - only stricttrue/falseis documented, mirroring the CC-SET-002channelsEnabledshape check. Validated acrosssettings.json,settings.local.json, andmanaged-settings.json;nulland absent keys are not flagged. Verified against the v2.1.169 release notes and the code.claude.com settings reference. Covered by 11 unit tests. Rule count 422 -> 423. The other v2.1.169 changes were agnix-irrelevant or already covered (the "CLAUDE.md is too long" threshold now scaling with the model's context window is a Claude Code display change; agnix's CC-MEM-014 200-line SHOULD heuristic is independent of it).
Changed
- Tool baseline:
codexbumpedrust-v0.137.0->rust-v0.138.0(closes #1035). Diffed upstreamcodex-rs/core/config.schema.jsonbetween the tags; three config-surface changes: (1) new[features]keyterminal_visualization_instructionsadded to the feature allow-list (CDX-CFG-011 / CDX-CFG-006 no longer flag it); (2)responses_websocket_response_processedwas removed upstream, so it moved to the older-version tolerance block (still accepted, per the established back-compat policy); (3)model_reasoning_effortis no longer a closed enum - rust-v0.138.0 supports model-defined reasoning efforts (any non-empty string the model advertises, openai/codex#26444), soCDX-CFG-003now flags only non-string types and empty strings instead of hard-erroring on values outsidenone|minimal|low|medium|high|xhigh. The newcode_modeobject form ({ enabled, excluded_tool_namespaces }, openai/codex#26320) needs no change - feature values are not shape-checked. Regression-tested intest_codex_0_138_0_*. - Tool baselines: triaged the remaining release-watch issues as agnix-irrelevant and bumped
claude-codev2.1.159->v2.1.169(closes #1034 - see CC-SET-006 above),clinev3.86.2->v3.88.1(closes #1032), andcursor3.7.12->3.7.27(closes #1033, covering the 3.7.19/3.7.21/3.7.27 markers appended to the same issue). Cline v3.87.0 through v3.88.1 were model additions, dependency security bumps, an extension-internal MCP settings file-watcher fix, a tester-only debug settings section, and walkthrough packaging - nothing touching the validated.clinerules/workflows/hooks/skills surfaces. Cursor's tracked source exposes only a version marker. NoToolVersionsorSpecRevisionschange required..github/tool-release-baselines.jsonandknowledge-base/RESEARCH-TRACKING.mdupdated.