2bf700eec2
Race detector flagged concurrent access to mockProvider.calls during TestManager_SpawnAndList and TestManager_WaitAll, where multiple spawned engines share the same mock. Switch to atomic.Int64. Closes audit finding L1. `go test -race ./...` is now fully green.