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.
Plugin eval helpers ignore machine-wide git settings so results cannot be skewed.
What's wrong with this entry?
Anonymous. No account, no email.
GIT_CONFIG_NOSYSTEM
What
The shell helper spawned by the plugin evaluation report path now runs with GIT_CONFIG_NOSYSTEM=1 alongside TERM=dumb, so machine-wide git settings cannot change its results. The main eval sandbox sets the same variable and treats it as a managed name.
Evidence
GIT_CONFIG_NOSYSTEM
Strings lifted out of the shipped bundle, so the claim above can be checked against them.