@suluk/platform - v0.6.0
    Preparing search index...

    Interface CatalogEntry

    The old catalog record — now a DERIVED VIEW of a Service (see toCatalogEntry); kept so planPlatform and the C051 helpers read the same shape they always did.

    interface CatalogEntry {
        mount: Mount;
        provision?: { symbol: string; from: string };
        contract?: { symbol: string; from: string };
        deps?: string[];
        env?: EnvVar[];
    }
    Index

    Properties

    mount: Mount
    provision?: { symbol: string; from: string }
    contract?: { symbol: string; from: string }

    the module's CONTRACT fragment — its RouteContract[] (ops), composed into src/contract.ops.ts (mirrors provision).

    deps?: string[]
    env?: EnvVar[]