@suluk/agents - v0.1.6
    Preparing search index...

    Interface ModelCatalog

    interface ModelCatalog {
        schemaVersion: string;
        generatedAt: string;
        snapshotHash: string;
        rows: ModelRecord[];
    }
    Index

    Properties

    schemaVersion: string
    generatedAt: string
    snapshotHash: string

    content-addressed so a selection is reproducible week-over-week (ties C027 contentHash).

    rows: ModelRecord[]