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

Eval results written inside a plugin warn that they may load as components

Use it now
Useful2 Signal2
Plugins not in their notes

Eval results saved inside a plugin now warn they might get loaded as plugin components.

--output-dir
What

When results go under the plugin because no --output-dir was given, the command compares the destination against the plugin's layout and warns that files written there may be picked up as plugin components, pointing at --output-dir.

Details
  • Case discovery refuses symlinked directories.
  • A directory with no prompt.md or case.yaml is logged and scanned for cases rather than treated as one.
Evidence

files written there may be loaded as plugin components; pass --output-dir to write elsewhere

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