For beginners it is helpful if they can step through files from HoTT in an IDE with an opam installed HoTT.
This generally requires that the requires commands name the library, say via "From HoTT Require".
Up to the 8.19 version this was the case, but in 8.20 a HoTT prefix has been removed - at least from the one file I use as "smoke test" file in Coq platform, which is theories/Analysis/Locator.v. I now have to patch the require statements with awk, so that the file can be compiled outside of HoTT. This is OK, but as I said the main issue are beginners trying to understand HoTT by stepping through files with an opam installed HoTT.