Group of 2 Under the hood
No documentation found
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.
Names in the bundleprojectsUserTurn
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What user-facing behavior, if any, currently depends on the projectsUserTurn flag is not stated.