The SPOOR plugin has a "required" folder with SCORM files that will be copied to the course root by the build script (the copy grunt task).
The "Developing plugins" section in the Adapt Wiki says about this folder: "Any additional files to go in the course 'root' folder e.g. SCORM manifest files".
So I made a "required" folder in one of my plugins, and when I used it in a CLI build, the files and subfolders in this folder was copied to the course root (nice!).
But when I uploaded it to the AT, this did not happen - the plugin was there in the downloaded package, but not the files and subfolders from my "required" folder.
I looked at the files on the AT server (in the TEMP folder), and my plugin with the "required" folder was present (I tried to change the manifest file in the SPOOR plugin to ensure, at I was looking in the right place, and sure enough: the next downloaded package had the changed manifest file in the root).
Does anyone know why this happens?