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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Git-mutation event now documents what it can and cannot prove

Under the hood
Useful1 Signal1
Elsewhere

The internal repo-change event now documents what it can and cannot actually prove.

What

The internal event fired when a shell command may have changed a repository has clearer documentation of its own limits.

Details
  • cwd is defined as the directory the shell was in when the command finished, so an inner cd is reflected but a git -C target is not.
  • A foreground push whose ref output was redirected still emits the event on the invoking command's zero exit code alone; the documentation now states the event is a prompt to look, never a claim that something changed.
Evidence

the event is a prompt to look, never a claim

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.234 →