I wondered when someone would do this.
This is a great sequencer. I've been wanting something like this for a while. I just built one up, have another one to do. Building this to me was like going back to the early days of building the Mutable modules. Use the source Luke. I can see a lot of people who can't work like that having a b0rked build. And as djthopa says, it's quite an expensive BOM.
The IC orientation is marked on the silk screen, though it's not obvious at first glance, or second for that matter. If you look at each device there's a white line on the silk above & below. One of the lines extends alongside an adjacent pad - either top left or bottom right. That pad is pin 1. That only became obvious to me after i opened kicad & looked at the layout

If you look at the build guide, the images in that are sufficiently hi-resolution that you can detect the device markings, so if you have the same devices you might be able to use that as a double check.
My advice would be to avoid using 0805 2u2 caps & use 0603. That kicad footprint is more like 0605, & theres very little free pad to get an iron on both the device & pad. An 0603 device is a much better fit, provided you ensure it's located centrally on the footprint. I can see some builders struggling to get the 0805 device fitted, making a mistake, trying to correct it & ripping up the power rail to the device it's bypassing - the MCU or DAC.
The rest of the components are reasonably straightforward. Theres a few passives where the reference designator isn't adjacent to the device but they're pretty obvious which is which.
The rest of my suggestions are really down to the panel components. I used a 2mm panel, as i usually would. As this uses PJ301BM's & not Thonkiconns, I'd suggest anyone else getting Alu panels fabbed to go with 1.6mm, that extra -0.4mm will help.
This one is a personal thing. Some will disagree. Flame away. To avoid PCB flex, the encoder needs to be fixed to the panel, not the PCB (ie mounted flush). With the encoder in the BOM, as it has a relatively short bushing, it means the encoder will be mounted probably 5mm off the PCB. I used a split 6mm M6 nylon washer behind the encoder to keep it perpendicular to the panel. 5mm would probably be better, i didn't have one. Like this, the solder tabs on the device will just about fit in the PCB. I looks ugly, but it won't crack the PCB traces after prolonged use. I've got an image of mine if people want that posted here. (Go look back in the original Braids build for discussion on this. It got discussed at length there).
The stereo PJ301 only have 4mm bushing, which means there's very little thread exposed above the panel to get a nut on (you'll see this in the images in the build guide etc). On mine i trimmed the plastic back at the base of the bushing on the socket, & mounted the jack to the panel, again, like the encoder so the device is flush to the panel & slightly raised above the PCB. Another option is to leave the nuts off on these two, but as they're the nearest bracing for the PCB at the USB socket & sd-card, they're really needed. (Stereo Thonkiconns don't have this reduced bushing size. Sigh).
Again, with the extra height with the PJ301's, there isn't a lot of switch cap exposed (not helped by the 2mm panel). So when you fit the switch caps, don't push them fully home.
As for loading the initial code. I'm not someone who uses pre-compiled binary, compilation is part of the module build. It took a while to get the code to build but i got it done eventually. Something i didn't see anywhere aside from in the code is the address to load the sequencer binary to. The bootloader goes to 0x8000000, as usual. The sequencer starts at 0x8010000. (The code compilation generates a standalone sequencer that you can load at 0x8000000, but then you lose the bootloader for future upgrades via the sd-card).
There's only pre-compiled hex files available. If you need a binary, something like hex2bin will convert them for you. I tried this using the hex2bin i provide with dervish, & it works.
I'll edit this if i think of anything else ...