Right now, ASSS will search for modules in localbin, bin, and corebin (in that order), and this seems to work reasonably well.
Unfortunately, having the asss binary itself in either localbin or corebin presents problems to the launching scripts and the automatic backtracing.
Modifying the launching script with the correct path of the binary isn't difficult, but the backtraces still present a problem to people wishing to run asss from other locations.
I see no documentation for these dirs. From the behavior and names, bin is the default location for core binaries, and I assume localbin is for user modules. Why have corebin at all? Why would the asss binary end up somewhere else?