Circle V2 API Docs
    Preparing search index...

    Type Alias PromptScriptKitConfig

    type PromptScriptKitConfig = {
        defaultTags: string[];
        label: string;
        listHubNames: () => Promise<string[]>;
        snapshotDir: string;
        toPushable?: (snapshot: PromptSnapshot) => Runnable;
    }
    Index

    Properties

    defaultTags: string[]

    Fallback hub tags when a snapshot omits tags.

    label: string

    Log label for hydrate summary, e.g. "ai-agents" / "chart-review".

    listHubNames: () => Promise<string[]>

    Hub list authority (prefix/tag filters live in the caller).

    snapshotDir: string
    toPushable?: (snapshot: PromptSnapshot) => Runnable

    Defaults to promptFromSnapshot (text-only).