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

Skill/command/agent trust checks now consider multiple project config roots

Trust checks for skills, commands, and agents now look across multiple project config roots, not just one

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.275,
Under the hood

Trust checks for skills, commands, and agents now look across multiple project config roots, not just one

What

When Claude Code decides whether to trust custom commands, agents, and skills defined in .claude/commands, .claude/agents, and .claude/skills, it previously checked a single hardcoded directory. That logic now iterates over a list of locations that includes the working directory and, if configured, a separate project-config-root path.

Why

Projects that keep their .claude configuration in a separate root from the working directory get correct trust checks instead of being evaluated against only the working directory.

See this entry in the whole of v2.1.275 →