@oss-autopilot/core - v3.14.5
    Preparing search index...

    Interface GuidelinesListOutput

    interface GuidelinesListOutput {
        count: number;
        repos: string[];
        storageMode: "gist" | "local-unavailable";
    }
    Index

    Properties

    count: number
    repos: string[]

    Repos with non-empty guidelines stored, sorted alphabetically. Always empty in local mode.

    storageMode: "gist" | "local-unavailable"

    Where guidelines are persisted. local-unavailable always yields an empty list.