Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.215 Home All releases olderv2.1.214 v2.1.216newer
Claude Code v2.1.215

Gault Kestrel — Shortened Overwrite Caution Guidance [In Development]

Feature flag
tengu_gault_kestrel Off in both readings

The flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.

This account: off · anonymous baseline: off · compiled default in v2.1.215: not a boolean we can read

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.1.215. It isn't a statement about your account. What a flag value here can and cannot tell you

What

When the tengu_gault_kestrel flag is active (or CLAUDE_CODE_GAULT_KESTREL env var is set), the system-prompt caution about checking file contents before overwriting or deleting is shortened. Specifically, the phrase "if what you find contradicts how it was described, or you didn't create it, surface that instead of proceeding" is removed from the instruction.

Status

Feature-flagged — controlled by CLAUDE_CODE_GAULT_KESTREL / tengu_gault_kestrel. Only affects users who have this flag enabled.

Details
  • The full existing instruction reads: "Before deleting or overwriting, look at the target — if what you find contradicts how it was described, or you didn't create it, surface that instead of proceeding."
  • With the flag enabled it becomes: "Before deleting or overwriting, look at the target." — the challenge-and-surface clause is dropped.
  • This likely experiments with whether the longer cautionary phrase causes Claude to be overly hesitant or to block legitimate operations.
Evidence

Conditional omission of the surface-on-contradiction phrase, gated by Y_c() which checks "tengu_gault_kestrel" (search for "if what you find contradicts how it was described")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.215 →