host abstract method

Seed host(
  1. StepMount mount
)

Builds the engine leaf Seed for the eligible mount.step — a CapabilityHost in the default registry (Track E), a recording fake in Track D tests. NEVER a Seed the author authored; the carrier is engine-private (ADR-0008 D2).

Implementation

Seed host(StepMount mount);