Under the hood
No documentation found
The pre-turn handoff step can now wait for staged files before continuing
What
The internal function that handles the handoff at the start of a turn now accepts an awaitStagedFiles option. It's supplied only when a turn-handoff has been admitted, in which case the turn waits for files staged during that handoff.
Why
This helps ensure that files staged as part of handing off between turns are actually ready before the new turn proceeds, avoiding races where a turn starts before its staged files are in place.
Names in the bundleawaitStagedFiles