Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Skill-override resolution refactored through a new lPt() lookup

Per-skill override lookup refactored to use a single new resolution function

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSkillswhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Per-skill override lookup refactored to use a single new resolution function

What

The internal function that resolves whether a specific skill has been turned on or off by an override no longer makes two separate lookups (one for policySettings, one for flagSettings). Instead it makes a single call to a new lookup function, and reads that result's source field to decide whether the override came from policy or from a flag.

Why

This is an internal simplification of how skill overrides are resolved; it doesn't appear to change what settings are available or how they behave.

See this entry in the whole of v2.1.269 →