Skip to content

Interface: ExtensionRuntimeOwnership

Makaio Framework


Makaio Framework / contracts/extension / ExtensionRuntimeOwnership

Defined in: ../../../packages/contracts/src/extension/extension-runtime-boot.ts:9

Runtime subsystems with exactly one executable owner per boot.

These declarations are runtime-owned metadata on MakaioExtension, not descriptor discovery metadata. Boot uses them to select default framework packages only when no loaded extension provides the same executable responsibility.

readonly optional sessionOrchestrator?: boolean

Defined in: ../../../packages/contracts/src/extension/extension-runtime-boot.ts:11

Owns the session.sendMessage orchestration handlers for this runtime.