@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ConfigReadParams

    type ConfigReadParams = {
        cwd?: string | null;
        includeLayers?: boolean;
    }
    Index

    Properties

    Properties

    cwd?: string | null

    Optional working directory to resolve project config layers. If specified, return the effective config as seen from that directory (i.e., including any project layers between cwd and the project/repo root).

    includeLayers?: boolean