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-review binding validation treats a method input key specially

Under the hood
Useful2 Signal0
Code Review

PR-review markers now validate a method field, allowing only read actions live and create actions in stamps.

What

The validator for the PR-review anchor and stamp islands now recognises a method input key and applies narrower rules to it.

Details
  • a case-insensitive method key regex was added; a method key must hold a string value
  • in the live binding only a get-shaped word may ride it, in the stamp only a create-shaped one
  • method keys are excluded from the checks requiring the input to carry the PR owner, repo and number
  • two of the embedded sha256 constants used by this subsystem changed value in this build
Evidence

live.input carries a non-string value under the method key

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