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.222 Home All releases olderv2.1.221 v2.1.223newer

Code-review, /simplify and batch orchestration prompts moved between modules

Under the hood
Useful1 Signal0
Elsewhere

Three prompt texts moved between files with their wording intact, so nothing changes for you.

/simplify
What

Three prompt bodies were relocated into different lazily-initialised modules with no visible change to their wording.

Details
  • The multi-agent code-review angle text, the /simplify cleanup prompt and the Batch parallel-work orchestration prompt all moved.
  • One call site now returns a short bullet line rather than the full batch prompt.
  • Prompt wording itself appears unchanged; only placement and one call site differ.
Evidence

# Batch: Parallel Work Orchestration

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.222 →