From a twitter discussion with @Rickasaurus:
Paket install should create a .fsx script which contains all #r directives to the libraries in a given package. Ths script should also #load the corresponding package load scripts of transitive dependencies.
This would allow us to just #load a package load script in .fsx files and keep references as stable as possible.