Group of 2 Under the hood
A new projectsUserTurn flag is now tracked alongside verifiedSlackHumanTurn wherever verified human turns are processed.
What
- A new boolean,
projectsUserTurn, is now threaded through the same turn-processing code paths as the existingverifiedSlackHumanTurnflag: message equality checks, turn serialization/deserialization, and notification queue restore. - It's set when
isProjectsUseris true for a verified relayed human turn, and is passed into the function that marks a verified relayed human turn.
Why This lets Claude Code distinguish turns that originated from a verified Projects user the same way it already distinguishes verified Slack human turns, keeping turn provenance accurate across these different relay sources.