* Fixes a bug which caused binary parsing fallbacks to not work as
expected, due to a field unexpectedly being `None`.
* Fixed lint error to do with warn being potentially none by defining
our own warn function instead. Also updated fallback binary parsing
fallback warn message to be clearer.
* Fixed decompression error for non-supported artifacts by only
decompressing those we support.
* Adds dev lune scripts to execute tooling in dev env, also a nice way
to dogfood the project.
* Disables all lints in luaurc temporarily, since luau-lsp analysis displays
lint errors even for ignored files for some reason.
* Fixes a few `TypeError`s.
Also does this following:
* Properly types metatable return
* Runs tool after installation, previously the tool would not get
executed post installation
* Further removal of manual alias handling
* Restructures monorepo packages
* Updated pesde manifests with scope and other metadata
* Consolidated all interactive install logic into __call metamethod for
one liner bin re-exports
* Renamed binlib->toolchainlib
* Introduced first real world package - stylua (!!)