Class ExtensionManager

Coordinates discovery and lifecycle management for extension packs. Packs emit descriptors which are registered into kind-specific registries.

Constructors

Methods

  • Loads packs defined in the manifest, registering their descriptors in the appropriate registries. This method currently supports factory-based packs; package/module resolution will be introduced in a follow-up iteration.

    Parameters

    Returns Promise<void>

  • Directly loads a pack instance (typically produced by an inline factory) and registers all of its descriptors.

    Parameters

    Returns Promise<void>