Artifact comment auto-replies now stay bound to the session you armed them from.
What's wrong with this entry?
The setup that lets Claude Code auto-reply to comments on an artifact now records whether it was captured during a human turn. A human-turn capture is kept, along with its session context and its transcript publisher, instead of being overwritten by later setup that did not come from a human turn.
- Callbacks gained an accessor that hands back the live setup only when that setup is a human-turn capture or the caller is not itself a human turn.
- Effect: a background publish or an automated arming can no longer silently repoint auto-replies at a different session's context.
- No flag or environment variable guards this; it applies wherever artifact auto-reply is armed on this build.
humanTurnSnapshot
Strings lifted out of the shipped bundle, so the claim above can be checked against them.