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.223 Home All releases olderv2.1.222 v2.1.224newer

PR-approval stamp validation covers the create method word

Under the hood
Useful1 Signal0
Permissions

A loophole in pull-request approval stamp checking is closed, so malformed stamps get rejected.

What

The anchored-PR stamp checker closes a hole where the create method word could be smuggled in under the wrong key.

Details
  • a stamp input carrying the create method word under a non-method key is now rejected
  • the catch-all failure message lists the create method word as a third permitted value, next to the PR's identifiers and the approve words
Evidence

it may only select the connector's create-and-submit operation

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