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.267 ·

Skill verification bug fix: correct variable used in has() check

Bug fix: skill verification was checking the wrong variable's set

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.267,
You'll notice

Bug fix: skill verification was checking the wrong variable's set

What

A short-circuit check used during skill verification now checks the set that was actually just built for that check, instead of mistakenly checking a different, out-of-scope variable.

Why

This fixes a bug where the verification step could have skipped or misjudged skills incorrectly because it was looking at the wrong data.

See this entry in the whole of v2.1.267 →