BridgedCommandRegistry
class BridgedCommandRegistry(delegate: CommandRegistry, bridge: PlatformCommandBridge) : CommandRegistry
Command registry wrapper that notifies a PlatformCommandBridge on registration changes.
Design note
ktale-api intentionally keeps command contracts IO-free. This wrapper is the point where core can optionally bridge command registration into a host runtime without polluting the logic-only registry itself.