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 ·

Denied/ask permission rules starting with a negated Read/Edit pattern are now dropped with a warning

Deny/ask permission rules that start with a negated Read/Edit pattern are now dropped with a warning

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPermissionswhat it touches
KindBug Fixesin v2.1.269,
You'll notice

Deny/ask permission rules that start with a negated Read/Edit pattern are now dropped with a warning

What

When Claude Code merges deny or ask permission rules from managed settings, or combines always-deny command rules, it now filters out any rule that starts with a negated Read(!...) or Edit(!...) pattern. A warning is logged telling the administrator to write the deny rule without the exception.

This is because a rule starting with ! removes paths from the rules listed before it rather than adding a new restriction, so putting it first in a deny or ask list wouldn't restrict anything as the administrator likely intended.

Why

This stops a misconfigured permission rule from silently doing nothing (or the opposite of what was intended), and instead surfaces a warning so the administrator can fix the rule.

See this entry in the whole of v2.1.269 →