ISPO SDK
    Preparing search index...

    Interface ProjectCommandCatalog

    Markdown

    Deterministic build/runtime catalog. Entries are sorted by local id; no timestamp or project id is embedded, so the host can hash the canonical JSON and bind the same bytes to the durable project principal itself.

    interface ProjectCommandCatalog {
        commands: ProjectCommandCatalogEntry[];
        version: 1;
    }
    Index
    version: 1