* Updates the `update_tools` dev script to include logic for using the
GitHub API to fetch and write READMEs for bins.
* Also optionally accepts a GitHub token for authenticated requests
using the `$GITHUB_TOKEN` environment variable.
* Also moves dev script dependencies at root manifest into
`dev_dependencies`.
* 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.
* 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 (!!)