An entrypoint registry allows us to share the logic of mapping a key-value function to an entrypoint, allowing us to treat subpackages as plugins instead of packages when running those subpackages inside the respective 'core' packages.
SGA-Core and Chunky-Core I believe are the only two currently, although Asset-Core could be outfitted to use it as well, with a 'TValue' of Any, and a probable TKey of either Chunky or string (extension specifically)
An entrypoint registry allows us to share the logic of mapping a key-value function to an entrypoint, allowing us to treat subpackages as plugins instead of packages when running those subpackages inside the respective 'core' packages.
SGA-Core and Chunky-Core I believe are the only two currently, although Asset-Core could be outfitted to use it as well, with a 'TValue' of Any, and a probable TKey of either Chunky or string (extension specifically)