Storyboard names a scene when creating a new scene. Composer seems to do the same, but the documentation says otherwise. It says that the passed string refers to a Composer GUI file, not the name of the scene.
How do we properly name a scene with Composer?
composer.newScene( ccscene )
String. Reference to a .ccscene file created and updated by the Composer GUI. This parameter should not include the .ccscene file extension; for example, if the JSON file which specifies the scene asset layout is called scene1.ccscene, this parameter should be simply “scene1”. Note that this parameter should only be used with scenes created within the Composer GUI — it should not be used for Composer scenes created outside of the Composer GUI.