Stone.js API
    Preparing search index...

    Context for fetching/collecting starters.

    interface StarterFetchContext {
        cwd: string;
        output: { info: (message: string) => void };
    }
    Index
    cwd: string

    Current working directory (for local links and auto-detection).

    output: { info: (message: string) => void }

    Minimal logger.